You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Luc Willems (JIRA)" <ji...@codehaus.org> on 2008/09/22 08:30:45 UTC

[jira] Created: (CONTINUUM-1893) run-perform-goals fails with maven exitcode 1

run-perform-goals fails with maven exitcode 1
---------------------------------------------

                 Key: CONTINUUM-1893
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1893
             Project: Continuum
          Issue Type: Bug
          Components: Release
    Affects Versions: 1.2
         Environment: ubuntu 8.04/tomcat 6.0.10/java1.5.0_15/maven 2.0.9  prereleas 1.2 take 4
            Reporter: Luc Willems


second set Release phaze fails in last step "run-perform-goals"

output error log :
ERROR] org.apache.maven.shared.release.ReleaseExecutionException: Maven execution failed, exit code: '1'
	at org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute(AbstractRunGoalsPhase.java:66)
	at org.apache.maven.shared.release.phase.RunPerformGoalsPhase.execute(RunPerformGoalsPhase.java:57)
	at org.apache.maven.shared.release.DefaultReleaseManager.perform(DefaultReleaseManager.java:319)
	at org.apache.maven.shared.release.DefaultReleaseManager.performWithResult(DefaultReleaseManager.java:279)
	at org.apache.maven.continuum.release.executors.PerformReleaseTaskExecutor.execute(PerformReleaseTaskExecutor.java:88)
	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:67)
	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:595)
Caused by: org.apache.maven.shared.release.exec.MavenExecutorException: Maven execution failed, exit code: '1'
	at org.apache.maven.shared.release.exec.ForkedMavenExecutor.executeGoals(ForkedMavenExecutor.java:103)
	at org.apache.maven.shared.release.exec.ForkedMavenExecutor.executeGoals(ForkedMavenExecutor.java:121)
	at org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute(AbstractRunGoalsPhase.java:59)
	... 11 more


continuum log :
008-09-22 08:22:02,406 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating RotisSansSerif to 5-SNAPSHOT
2008-09-22 08:22:02,407 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating SF_Intellivised to 5-SNAPSHOT
2008-09-22 08:22:02,407 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Silkscreen to 5-SNAPSHOT
2008-09-22 08:22:02,408 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Trajan_Pro to 5-SNAPSHOT
2008-09-22 08:22:02,408 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Verdana to 5-SNAPSHOT
2008-09-22 08:22:02,409 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating VivaldiD to 5-SNAPSHOT
2008-09-22 08:22:02,409 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Zapfino to 5-SNAPSHOT
2008-09-22 08:22:02,426 [pool-3-thread-1] INFO  releasePhase#remove-release-poms  - Not removing release POMs
2008-09-22 08:22:02,427 [pool-3-thread-1] INFO  releasePhase#scm-commit-development  - Checking in modified POMs...
2008-09-22 08:22:02,477 [pool-3-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /data/continuum/working/53 && svn --username LW --password '*****' --non-interactive commit --file /opt/apache-tomcat60/temp/maven-scm-648484311.commit --targets /opt/apache-tomcat60/temp/maven-scm-33794-targets
2008-09-22 08:22:02,477 [pool-3-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /data/continuum/working/53
2008-09-22 08:22:04,109 [pool-3-thread-1] INFO  releasePhase#end-release  - Release preparation complete.
2008-09-22 08:25:10,350 [pool-4-thread-1] INFO  releasePhase#checkout-project-from-scm  - Checking out the project to perform the release ...
2008-09-22 08:25:10,409 [pool-4-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /data/continuum/working && svn --username LW --password '*****' --non-interactive checkout http://svn.eclipseinternational.com/svn/flex-fonts/tags/4 releases-1222064709750
2008-09-22 08:25:10,409 [pool-4-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /data/continuum/working
2008-09-22 08:25:15,111 [pool-4-thread-1] INFO  releasePhase#run-perform-goals  - Executing goals 'clean deploy'...
2008-09-22 08:25:15,155 [pool-4-thread-1] INFO  mavenExecutor  - Executing: /bin/sh -c cd /data/continuum/working/releases-1222064709750 && mvn clean deploy --no-plugin-updates --batch-mode -DperformRelease=true



-- 
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-1893) run-perform-goals fails with maven exitcode 1

Posted by "Luc Willems (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148670#action_148670 ] 

Luc Willems commented on CONTINUUM-1893:
----------------------------------------

if i run deploy manually in /data/continuum/working/releases-1222064709750,
i get

INFO] ------------------------------------------------------------------------
[INFO] Building Flex Font project
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /data/continuum/working/releases-1222064709750/pom.xml to /home/tomcat6/.m2/repository/com/eclipse/flex/fonts/project/4/project-4.pom
[INFO] [deploy:deploy]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error deploying artifact: Unsupported Protocol: 'dav': Cannot find wagon which supports the requested protocol: dav

Component descriptor cannot be found in the component repository: org.apache.maven.wagon.Wagondav.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Mon Sep 22 08:32:33 CEST 2008
[INFO] Final Memory: 11M/254M
[INFO] ------------------------------------------------------------------------

also i have defined a Build environment with maven 2.0.9 added as installed tool , but as far i can see , contiuum uses just "mvn" which
will default to ubuntu mvn command /usr/bin/mvn which is mvn 2.0.8
de normal builds work with mvn 2.0.9 



> run-perform-goals fails with maven exitcode 1
> ---------------------------------------------
>
>                 Key: CONTINUUM-1893
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1893
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2
>         Environment: ubuntu 8.04/tomcat 6.0.10/java1.5.0_15/maven 2.0.9  prereleas 1.2 take 4
>            Reporter: Luc Willems
>
> second set Release phaze fails in last step "run-perform-goals"
> output error log :
> ERROR] org.apache.maven.shared.release.ReleaseExecutionException: Maven execution failed, exit code: '1'
> 	at org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute(AbstractRunGoalsPhase.java:66)
> 	at org.apache.maven.shared.release.phase.RunPerformGoalsPhase.execute(RunPerformGoalsPhase.java:57)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.perform(DefaultReleaseManager.java:319)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.performWithResult(DefaultReleaseManager.java:279)
> 	at org.apache.maven.continuum.release.executors.PerformReleaseTaskExecutor.execute(PerformReleaseTaskExecutor.java:88)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:67)
> 	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:595)
> Caused by: org.apache.maven.shared.release.exec.MavenExecutorException: Maven execution failed, exit code: '1'
> 	at org.apache.maven.shared.release.exec.ForkedMavenExecutor.executeGoals(ForkedMavenExecutor.java:103)
> 	at org.apache.maven.shared.release.exec.ForkedMavenExecutor.executeGoals(ForkedMavenExecutor.java:121)
> 	at org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute(AbstractRunGoalsPhase.java:59)
> 	... 11 more
> continuum log :
> 008-09-22 08:22:02,406 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating RotisSansSerif to 5-SNAPSHOT
> 2008-09-22 08:22:02,407 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating SF_Intellivised to 5-SNAPSHOT
> 2008-09-22 08:22:02,407 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Silkscreen to 5-SNAPSHOT
> 2008-09-22 08:22:02,408 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Trajan_Pro to 5-SNAPSHOT
> 2008-09-22 08:22:02,408 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Verdana to 5-SNAPSHOT
> 2008-09-22 08:22:02,409 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating VivaldiD to 5-SNAPSHOT
> 2008-09-22 08:22:02,409 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Zapfino to 5-SNAPSHOT
> 2008-09-22 08:22:02,426 [pool-3-thread-1] INFO  releasePhase#remove-release-poms  - Not removing release POMs
> 2008-09-22 08:22:02,427 [pool-3-thread-1] INFO  releasePhase#scm-commit-development  - Checking in modified POMs...
> 2008-09-22 08:22:02,477 [pool-3-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /data/continuum/working/53 && svn --username LW --password '*****' --non-interactive commit --file /opt/apache-tomcat60/temp/maven-scm-648484311.commit --targets /opt/apache-tomcat60/temp/maven-scm-33794-targets
> 2008-09-22 08:22:02,477 [pool-3-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /data/continuum/working/53
> 2008-09-22 08:22:04,109 [pool-3-thread-1] INFO  releasePhase#end-release  - Release preparation complete.
> 2008-09-22 08:25:10,350 [pool-4-thread-1] INFO  releasePhase#checkout-project-from-scm  - Checking out the project to perform the release ...
> 2008-09-22 08:25:10,409 [pool-4-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /data/continuum/working && svn --username LW --password '*****' --non-interactive checkout http://svn.eclipseinternational.com/svn/flex-fonts/tags/4 releases-1222064709750
> 2008-09-22 08:25:10,409 [pool-4-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /data/continuum/working
> 2008-09-22 08:25:15,111 [pool-4-thread-1] INFO  releasePhase#run-perform-goals  - Executing goals 'clean deploy'...
> 2008-09-22 08:25:15,155 [pool-4-thread-1] INFO  mavenExecutor  - Executing: /bin/sh -c cd /data/continuum/working/releases-1222064709750 && mvn clean deploy --no-plugin-updates --batch-mode -DperformRelease=true

-- 
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-1893) run-perform-goals fails with maven exitcode 1

Posted by "Luc Willems (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148671#action_148671 ] 

Luc Willems commented on CONTINUUM-1893:
----------------------------------------

doing "mvn clean deploy" with cli and maven 2.0.9 works, so dav url's are supported by maven 2.0.9 but it is using 2.0.8 from system path





> run-perform-goals fails with maven exitcode 1
> ---------------------------------------------
>
>                 Key: CONTINUUM-1893
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1893
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2
>         Environment: ubuntu 8.04/tomcat 6.0.10/java1.5.0_15/maven 2.0.9  prereleas 1.2 take 4
>            Reporter: Luc Willems
>
> second set Release phaze fails in last step "run-perform-goals"
> output error log :
> ERROR] org.apache.maven.shared.release.ReleaseExecutionException: Maven execution failed, exit code: '1'
> 	at org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute(AbstractRunGoalsPhase.java:66)
> 	at org.apache.maven.shared.release.phase.RunPerformGoalsPhase.execute(RunPerformGoalsPhase.java:57)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.perform(DefaultReleaseManager.java:319)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.performWithResult(DefaultReleaseManager.java:279)
> 	at org.apache.maven.continuum.release.executors.PerformReleaseTaskExecutor.execute(PerformReleaseTaskExecutor.java:88)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:67)
> 	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:595)
> Caused by: org.apache.maven.shared.release.exec.MavenExecutorException: Maven execution failed, exit code: '1'
> 	at org.apache.maven.shared.release.exec.ForkedMavenExecutor.executeGoals(ForkedMavenExecutor.java:103)
> 	at org.apache.maven.shared.release.exec.ForkedMavenExecutor.executeGoals(ForkedMavenExecutor.java:121)
> 	at org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute(AbstractRunGoalsPhase.java:59)
> 	... 11 more
> continuum log :
> 008-09-22 08:22:02,406 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating RotisSansSerif to 5-SNAPSHOT
> 2008-09-22 08:22:02,407 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating SF_Intellivised to 5-SNAPSHOT
> 2008-09-22 08:22:02,407 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Silkscreen to 5-SNAPSHOT
> 2008-09-22 08:22:02,408 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Trajan_Pro to 5-SNAPSHOT
> 2008-09-22 08:22:02,408 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Verdana to 5-SNAPSHOT
> 2008-09-22 08:22:02,409 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating VivaldiD to 5-SNAPSHOT
> 2008-09-22 08:22:02,409 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Zapfino to 5-SNAPSHOT
> 2008-09-22 08:22:02,426 [pool-3-thread-1] INFO  releasePhase#remove-release-poms  - Not removing release POMs
> 2008-09-22 08:22:02,427 [pool-3-thread-1] INFO  releasePhase#scm-commit-development  - Checking in modified POMs...
> 2008-09-22 08:22:02,477 [pool-3-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /data/continuum/working/53 && svn --username LW --password '*****' --non-interactive commit --file /opt/apache-tomcat60/temp/maven-scm-648484311.commit --targets /opt/apache-tomcat60/temp/maven-scm-33794-targets
> 2008-09-22 08:22:02,477 [pool-3-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /data/continuum/working/53
> 2008-09-22 08:22:04,109 [pool-3-thread-1] INFO  releasePhase#end-release  - Release preparation complete.
> 2008-09-22 08:25:10,350 [pool-4-thread-1] INFO  releasePhase#checkout-project-from-scm  - Checking out the project to perform the release ...
> 2008-09-22 08:25:10,409 [pool-4-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /data/continuum/working && svn --username LW --password '*****' --non-interactive checkout http://svn.eclipseinternational.com/svn/flex-fonts/tags/4 releases-1222064709750
> 2008-09-22 08:25:10,409 [pool-4-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /data/continuum/working
> 2008-09-22 08:25:15,111 [pool-4-thread-1] INFO  releasePhase#run-perform-goals  - Executing goals 'clean deploy'...
> 2008-09-22 08:25:15,155 [pool-4-thread-1] INFO  mavenExecutor  - Executing: /bin/sh -c cd /data/continuum/working/releases-1222064709750 && mvn clean deploy --no-plugin-updates --batch-mode -DperformRelease=true

-- 
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-1893) run-perform-goals fails with maven exitcode 1

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

Wendy Smoak closed CONTINUUM-1893.
----------------------------------

      Assignee: Wendy Smoak
    Resolution: Duplicate

> run-perform-goals fails with maven exitcode 1
> ---------------------------------------------
>
>                 Key: CONTINUUM-1893
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1893
>             Project: Continuum
>          Issue Type: Bug
>          Components: Release
>    Affects Versions: 1.2
>         Environment: ubuntu 8.04/tomcat 6.0.10/java1.5.0_15/maven 2.0.9  prereleas 1.2 take 4
>            Reporter: Luc Willems
>            Assignee: Wendy Smoak
>
> second set Release phaze fails in last step "run-perform-goals"
> output error log :
> ERROR] org.apache.maven.shared.release.ReleaseExecutionException: Maven execution failed, exit code: '1'
> 	at org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute(AbstractRunGoalsPhase.java:66)
> 	at org.apache.maven.shared.release.phase.RunPerformGoalsPhase.execute(RunPerformGoalsPhase.java:57)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.perform(DefaultReleaseManager.java:319)
> 	at org.apache.maven.shared.release.DefaultReleaseManager.performWithResult(DefaultReleaseManager.java:279)
> 	at org.apache.maven.continuum.release.executors.PerformReleaseTaskExecutor.execute(PerformReleaseTaskExecutor.java:88)
> 	at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:67)
> 	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:595)
> Caused by: org.apache.maven.shared.release.exec.MavenExecutorException: Maven execution failed, exit code: '1'
> 	at org.apache.maven.shared.release.exec.ForkedMavenExecutor.executeGoals(ForkedMavenExecutor.java:103)
> 	at org.apache.maven.shared.release.exec.ForkedMavenExecutor.executeGoals(ForkedMavenExecutor.java:121)
> 	at org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute(AbstractRunGoalsPhase.java:59)
> 	... 11 more
> continuum log :
> 008-09-22 08:22:02,406 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating RotisSansSerif to 5-SNAPSHOT
> 2008-09-22 08:22:02,407 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating SF_Intellivised to 5-SNAPSHOT
> 2008-09-22 08:22:02,407 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Silkscreen to 5-SNAPSHOT
> 2008-09-22 08:22:02,408 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Trajan_Pro to 5-SNAPSHOT
> 2008-09-22 08:22:02,408 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Verdana to 5-SNAPSHOT
> 2008-09-22 08:22:02,409 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating VivaldiD to 5-SNAPSHOT
> 2008-09-22 08:22:02,409 [pool-3-thread-1] INFO  releasePhase#rewrite-poms-for-development  - Updating Zapfino to 5-SNAPSHOT
> 2008-09-22 08:22:02,426 [pool-3-thread-1] INFO  releasePhase#remove-release-poms  - Not removing release POMs
> 2008-09-22 08:22:02,427 [pool-3-thread-1] INFO  releasePhase#scm-commit-development  - Checking in modified POMs...
> 2008-09-22 08:22:02,477 [pool-3-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /data/continuum/working/53 && svn --username LW --password '*****' --non-interactive commit --file /opt/apache-tomcat60/temp/maven-scm-648484311.commit --targets /opt/apache-tomcat60/temp/maven-scm-33794-targets
> 2008-09-22 08:22:02,477 [pool-3-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /data/continuum/working/53
> 2008-09-22 08:22:04,109 [pool-3-thread-1] INFO  releasePhase#end-release  - Release preparation complete.
> 2008-09-22 08:25:10,350 [pool-4-thread-1] INFO  releasePhase#checkout-project-from-scm  - Checking out the project to perform the release ...
> 2008-09-22 08:25:10,409 [pool-4-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /data/continuum/working && svn --username LW --password '*****' --non-interactive checkout http://svn.eclipseinternational.com/svn/flex-fonts/tags/4 releases-1222064709750
> 2008-09-22 08:25:10,409 [pool-4-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /data/continuum/working
> 2008-09-22 08:25:15,111 [pool-4-thread-1] INFO  releasePhase#run-perform-goals  - Executing goals 'clean deploy'...
> 2008-09-22 08:25:15,155 [pool-4-thread-1] INFO  mavenExecutor  - Executing: /bin/sh -c cd /data/continuum/working/releases-1222064709750 && mvn clean deploy --no-plugin-updates --batch-mode -DperformRelease=true

-- 
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