You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Michael K (JIRA)" <ji...@codehaus.org> on 2009/05/08 11:42:44 UTC

[jira] Created: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Release fails while creating SCM-TAG for module of a multi module project
-------------------------------------------------------------------------

                 Key: CONTINUUM-2223
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
             Project: Continuum
          Issue Type: Bug
          Components: Release
    Affects Versions: 1.3.2, 1.2.3
         Environment: Continuum 1.3.2 running on WindowsXP 
Installations: Maven 2.1.0, jdk1.6.0, 
            Reporter: Michael K


Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.

[INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
[INFO] Module1 ............................................... SUCCESS [8.125s]
[INFO] Module2 ............................................... SUCCESS [5.235s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20 seconds
[INFO] Finished at: Fri May 08 11:12:21 CEST 2009
[INFO] Final Memory: 35M/127M
[INFO] ------------------------------------------------------------------------
[ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists

	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
	at java.lang.Thread.run(Thread.java:619)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter reopened CONTINUUM-2223:
-------------------------------------


> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Michael K (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=194508#action_194508 ] 

Michael K commented on CONTINUUM-2223:
--------------------------------------

I must correct my former comment. 
In my continuum I setup to goals 'release:prepare' and 'release:perform'. In the Installations I setup Maven 2.2.1. If I run 'release:prepare' the build fails with '..Unable to tag SCM..'.
If I switch back to Maven 2.1.0 the same goal runs successful. But If I use the release button from continuum itself (also with Maven 2.1.0) I get the following result error:
[ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
Provider message:
The svn tag command failed.


> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>             Fix For: Backlog
>
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Michael K (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=175545#action_175545 ] 

Michael K commented on CONTINUUM-2223:
--------------------------------------

Yes, I'm using Subversion 1.5. Is there a workaround for Continuum or an update for the SCM component? 

> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed CONTINUUM-2223.
-----------------------------------

       Resolution: Not A Bug
    Fix Version/s:     (was: Backlog)

> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak reopened CONTINUUM-2223:
------------------------------------

      Assignee:     (was: Wendy Smoak)

Needs to be tested with the latest release.

> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>             Fix For: Backlog
>
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=175511#action_175511 ] 

Maria Odea Ching commented on CONTINUUM-2223:
---------------------------------------------

Are you using Subversion 1.5+? There's a bug during tagging using 1.5+ in the SCM component used by Continuum, see SCM-406 for more details.

> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Michael K (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=193451#action_193451 ] 

Michael K commented on CONTINUUM-2223:
--------------------------------------

The issue still exists for me. I'm using maven-2.2.1, continuum 1.3.2 (build 756893)  and Subversion 1.5.1.
I thougth that continuum also uses 'mvn release:prepare'!? If I use this command from my shell the tagging of released version is no problem and the whole build runs successful. 

> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>            Assignee: Wendy Smoak
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-2223:
-----------------------------------

    Fix Version/s: Backlog

> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>             Fix For: Backlog
>
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Michael K (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael K closed CONTINUUM-2223.
--------------------------------

    Resolution: Fixed

I updated the svn-client on the build-server to sliksvn1.6.6. That helped. So the bug is fixed for me.

> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>             Fix For: Backlog
>
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak closed CONTINUUM-2223.
----------------------------------

      Assignee: Wendy Smoak
    Resolution: Incomplete

I'm going to assume that the related issue has the fix.  If this is still a problem, please let us know.

> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>            Assignee: Wendy Smoak
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2223) Release fails while creating SCM-TAG for module of a multi module project

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=191229#action_191229 ] 

Wendy Smoak commented on CONTINUUM-2223:
----------------------------------------

I see SCM-406 is closed.  Does anything need to be fixed in Continuum to resolve this?

> Release fails while creating SCM-TAG for module of a multi module project
> -------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2223
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2223
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2.3, 1.3.2
>         Environment: Continuum 1.3.2 running on WindowsXP 
> Installations: Maven 2.1.0, jdk1.6.0, 
>            Reporter: Michael K
>
> Release fails while creating SCM-TAG for module of a multi module project. I tried it first with continuum 1.2.3 and then with 1.3.2 with the same result. There seems to be the scm tag already exists, but before releasing was started, there was not such a tag.
> [INFO] Multi Module Maven Demo ............................... SUCCESS [5.532s]
> [INFO] Module1 ............................................... SUCCESS [8.125s]
> [INFO] Module2 ............................................... SUCCESS [5.235s]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Fri May 08 11:12:21 CEST 2009
> [INFO] Final Memory: 35M/127M
> [INFO] ------------------------------------------------------------------------
> [ERROR] org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: File '/svn/test_x/tags/MultiModuleMavenDemo-0.0.4/Module1/pom.xml' already exists
> 	at org.apache.maven.shared.release.phase.ScmTagPhase.execute(ScmTagPhase.java:99)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107)
> 	at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:44)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:68)
> 	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> 	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> 	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:178)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira