Re: [m2] release plugin problems - solved

2005-12-20 Thread Jurgen Lust
OK, I finally succeeded in making the release plugin work with SVN: 1. beta-3 does not work, you need beta-4-SNAPSHOT, otherwise you get the error Cannot copy path '.' into its own child '../tags/0.3' 2. Using svn and ssh from cygwin does not work, you get errors about the path of the basedi

Re: [m2] release plugin problems

2005-12-17 Thread Jurgen Lust
Hello, Has anyone found a solution to this problem yet? I'm getting the same error message using subversion 1.2.3 on cygwin with maven 2.0.1 and release plugin version 2.0 beta 3. Jurgen I tried running the command 'svn cp . ../tags/0.4' and that gave the same error message. I'm starting to t

Re: [m2] release plugin problems (solved)

2005-11-29 Thread Julian Wood
Just to follow up on my own problem. For me, the correct URL was mvn release:prepare -Dproject.scm.developerConnection=scm:svn:http:// [EMAIL PROTECTED]:8800/pmgt/trunk -DtagBase=http:// [EMAIL PROTECTED]:8800/pmgt/tags After that, making sure all my poms were original, and that the release

[m2] release plugin problems

2005-11-28 Thread Julian Wood
I'm trying to do a release. I have a fully synched remote svn repository, and a multimodule project. From the parent pom directory, I have run, among many others, mvn release:prepare -Dproject.scm.developerConnection=scm:svn:file:/// Users/woodj/Documents/pmgt/pmgt/trunk -DtagBase=file:///Us

Re: [m2] release plugin problems

2005-11-15 Thread Richard Wallace
I tried running the command 'svn cp . ../tags/0.4' and that gave the same error message. I'm starting to think it may be a problem with svn. I ran 'svn cp /full/path/to/trunk ../tags/0.4' and that worked without a problem. Rich Richard Wallace wrote: I tried setting the tagBase via the -Dta

Re: [m2] release plugin problems

2005-11-15 Thread Richard Wallace
I tried setting the tagBase via the -DtagBase option, but that didn't seem to make a difference. Arik Kfir wrote: Hi, Make sure you define the following in your pom.xml: maven-release-plugin http://www.mysvnserver.com/myproject/tags

Re: [m2] release plugin problems

2005-11-15 Thread Arik Kfir
Hi, Make sure you define the following in your pom.xml: maven-release-plugin http://www.mysvnserver.com/myproject/tags This tells the release plugin where to place tagged sources (see svn docs for info how tagging in svn). cheers,

[m2] release plugin problems

2005-11-15 Thread Richard Wallace
I'm trying to use the release plugin to do a release of my project. I'm using subversion 1.2.3 and everything proceeds to the point where m2 tries to do the svn copy but svn kicks back the following error message: svn: Cannot copy path '.' into its own child '../tags/0.3' I was able to do rel