Re: How to avoid '/./' part of URL during site deployment?

2010-12-16 Thread Marcin Kuthan
For further information please track the following issues: http://jira.codehaus.org/browse/MSITE-531 http://jira.codehaus.org/browse/MOJO-1611 On 16 December 2010 09:29, Marcin Kuthan wrote: > @Denis: I will create issues for both plugins (site and wagon) as you > suggested. > > @Olivier: Sorr

Re: How to avoid '/./' part of URL during site deployment?

2010-12-16 Thread Marcin Kuthan
@Denis: I will create issues for both plugins (site and wagon) as you suggested. @Olivier: Sorry, by SCM is totally inefficient for site deployment. The best method for site deployment would be SCP but googlecode doesn't support it. @Lukas: You are right, the URL with '/./' is still a valid URL.

Re: How to avoid '/./' part of URL during site deployment?

2010-12-16 Thread Lukas Theussl
AFAIK a dot component in a path is still a valid URL so IMO the bug is on the server side. While it is probably a good idea for maven to normalize the path before the PUT, that's no reason to throw a 500 (internal server error...) Cheers, -Lukas Dennis Lundberg wrote: Hi After looking at

Re: How to avoid '/./' part of URL during site deployment?

2010-12-15 Thread Luke Patterson
On Dec 15, 2010, at 5:26 PM, Olivier Lamy wrote: > Hello, > Have you tried using wagon scm ? > I've had good luck with maven-svn-wagon http://code.google.com/p/maven-svn-wagon/ vs. wagon-scm - "Wagon SCM does not automatically create missing directories during deployment" http://jira.codeha

Re: How to avoid '/./' part of URL during site deployment?

2010-12-15 Thread Olivier Lamy
Hello, Have you tried using wagon scm ? scm:svn: https://m4enterprise.googlecode.com/svn/site/ google-maven-repository Google Maven Site Repository ${siteUrlDis} If you are maven site for maven 3 wagon-scm is included in the dependencies If not : org.

Re: How to avoid '/./' part of URL during site deployment?

2010-12-15 Thread Dennis Lundberg
Hi After looking at the log over at the google code issue tracker, I think this bug is in Wagon. Uploading: ./css/maven-base.css to https://m4enterprise.googlecode.com/svn/site We should probably normalize the path before doing a PUT. On the other hand, it might be the the Site Plugin that is fe

Re: How to avoid '/./' part of URL during site deployment?

2010-12-15 Thread Marcin Kuthan
I configured extension explicitly: wagon-webdav-jackrabbit org.apache.maven.wagon 1.0-beta-7 Exactly the same URL with '/./' and stack trace: Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: https://m4enterprise.googlecode.com/svn/site/./css/

Re: How to avoid '/./' part of URL during site deployment?

2010-12-15 Thread Dennis Lundberg
Hi Which version of the WebDAV Wagon are you using? Please try the latest 1.0-beta-7 if you aren't using it. On 2010-12-15 21:59, Marcin Kuthan wrote: > Hi, > > I configured my project to use Wagon WebDAV provider to deploy project > site. In general it works as I expected but it fails if the si

How to avoid '/./' part of URL during site deployment?

2010-12-15 Thread Marcin Kuthan
Hi, I configured my project to use Wagon WebDAV provider to deploy project site. In general it works as I expected but it fails if the site is deployed on googlecode. Transfer error: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: https://m4enterprise.googlecode.com/svn/s

How to avoid '/./' part of URL during site deployment?

2010-12-15 Thread Marcin Kuthan
Hi, I configured my project to use Wagon WebDAV provider to deploy project site. In general it works as I expected but it fails if the site is deployed on googlecode. Transfer error: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: https://m4enterprise.googlecode.com/svn/s