Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 45167 invoked from network); 22 Sep 2008 06:36:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Sep 2008 06:36:46 -0000 Received: (qmail 64203 invoked by uid 500); 22 Sep 2008 06:36:43 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 64184 invoked by uid 500); 22 Sep 2008 06:36:43 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 64173 invoked by uid 99); 22 Sep 2008 06:36:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 23:36:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2008 06:35:42 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D0F0314A8015 for ; Mon, 22 Sep 2008 01:35:45 -0500 (CDT) Message-ID: <28739421.1222065345822.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 22 Sep 2008 01:35:45 -0500 (CDT) From: "Luc Willems (JIRA)" To: issues@continuum.apache.org Subject: [jira] Commented: (CONTINUUM-1893) run-perform-goals fails with maven exitcode 1 In-Reply-To: <26761274.1222065045800.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.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