You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by "Continuum@myfaces.zones.apache.org" <co...@myfaces.apache.org> on 2007/07/17 15:05:55 UTC

[continuum] BUILD ERROR: Apache Tobago

Online report : http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=3312&projectId=1
Build statistics:
  State: Error
  Previous State: Ok
  Started at: Tue 17 Jul 2007 12:06:18 +0000
  Finished at: Tue 17 Jul 2007 13:04:36 +0000
  Total time: 58m 17s
  Build Trigger: Schedule
  Build Number: 51
  Exit code: 0
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_12(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
Changed: bommel @ Tue 17 Jul 2007 09:54:45 +0000
Comment: added dynamic menubar demo
Files changed:
  /myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/TestBean.java ( 556867 )
  /myfaces/tobago/trunk/example/test/src/main/webapp/menu.jsp ( 556867 )

Changed: bommel @ Tue 17 Jul 2007 10:33:45 +0000
Comment: move tomahawk example page from sandbox to test
Files changed:
  /myfaces/tobago/trunk/example/sandbox/pom.xml ( 556877 )
  /myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml ( 556877 )

Changed: bommel @ Tue 17 Jul 2007 10:37:28 +0000
Comment: move tomahawk example page from sandbox to test
Files changed:
  /myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/faces-config.xml ( 556878 )
  /myfaces/tobago/trunk/example/test/pom.xml ( 556878 )
  /myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/Tomahawk.java (from /myfaces/tobago/trunk/example/sandbox/src/main/java/org/apache/myfaces/tobago/example/sandbox/Tomahawk.java:556270) ( 556878 )
  /myfaces/tobago/trunk/example/test/src/main/webapp/WEB-INF/faces-config.xml ( 556878 )
  /myfaces/tobago/trunk/example/test/src/main/webapp/WEB-INF/web.xml ( 556878 )
  /myfaces/tobago/trunk/example/test/src/main/webapp/fileUpload.jsp ( 556878 )
  /myfaces/tobago/trunk/example/test/src/main/webapp/layout.jsp ( 556878 )
  /myfaces/tobago/trunk/example/test/src/main/webapp/tomahawk.jsp (from /myfaces/tobago/trunk/example/sandbox/src/main/webapp/tomahawk.jsp:556270) ( 556878 )

****************************************************************************
SCM Changes since last success:
****************************************************************************
****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 0
Failures: 0
Total time: 0

****************************************************************************
Build Error:
****************************************************************************
org.apache.maven.continuum.execution.ContinuumBuildCancelledException: The build was cancelled
	at org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:203)
	at org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.build(MavenTwoBuildExecutor.java:113)
	at org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:140)
	at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:406)
	at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:145)
	at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
	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:176)
	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.codehaus.plexus.util.cli.CommandLineException: Error while executing external command, process killed.
	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:163)
	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:87)
	at org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:101)
	at org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:58)
	at org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:192)
	... 11 more
Caused by: java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:474)
	at java.lang.UNIXProcess.waitFor(UNIXProcess.java:115)
	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:127)
	... 15 more