[ImageJ-builds] Build failed in Jenkins: ImageJ-launcher » Windows #919

jenkins at imagej.net jenkins at imagej.net
Fri Feb 15 13:16:22 CST 2013


See <http://jenkins.imagej.net/job/ImageJ-launcher/./label=Windows/919/changes>

Changes:

[Curtis Rueden] Group the core plugins into new plugins subtree

[Curtis Rueden] Unify commands projects into a single ij-commands

[Curtis Rueden] Split animation service and commands

[Curtis Rueden] AnimationService: split iface and implementation

[Curtis Rueden] Split I/O service and commands

[Curtis Rueden] AWTDropListener: fix style & resource leak warning

[Curtis Rueden] AWTDropListener: show drag-and-dropped strings

[Curtis Rueden] Put all built-in command icons in /icons/commands

------------------------------------------
Started by upstream project "ImageJ-launcher" build number 919
Building remotely on Windows
Checkout:Windows / <http://jenkins.imagej.net/job/ImageJ-launcher/./label=Windows/ws/> - hudson.remoting.Channel at 12738026:Windows
Using strategy: Default
Last Built Revision: Revision ffc47ddb9bba0531bba4c5e4378191ecce79f140 (origin/master)
Checkout:Windows / c:\msysgit\workspace\ImageJ-launcher\label\Windows - hudson.remoting.LocalChannel at af5b2da
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imagej/imagej
[Windows] $ git fetch -t git://github.com/imagej/imagej +refs/heads/*:refs/remotes/origin/*
>From git://github.com/imagej/imagej
   ffc47dd..7dbfa9d  master     -> origin/master
 + f6eeeb5...dda0f4f tree-reorg -> origin/tree-reorg  (forced update)
[Windows] $ git ls-tree HEAD
Commencing build of Revision 7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6 (origin/master)
GitAPI created
Checking out Revision 7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6 (origin/master)
[Windows] $ git checkout -f 7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6
[Windows] $ git tag -a -f -m "Hudson Build #919" hudson-label=Windows-919
Recording changes in branch origin/master
[Windows] $ git whatchanged --no-abbrev -M --pretty=raw ffc47ddb9bba0531bba4c5e4378191ecce79f140..7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6
[Windows] $ sh -xe C:\Users\VIRTUA~1\AppData\Local\Temp\hudson6003786516906067972.sh
++ uname -s
+ UNAME=MINGW32_NT-6.1
+ case "$UNAME" in
+ cd core/launcher
++ cd /c/fiji/java/win32/jdk1.6.0_24
++ pwd -W
+ export JAVA_HOME=c:/fiji/java/win32/jdk1.6.0_24
+ JAVA_HOME=c:/fiji/java/win32/jdk1.6.0_24
+ export PATH=/c/msysgit/mingw/bin:/c/msysgit/bin:c:/fiji/java/win32/jdk1.6.0_24/bin:/c/fiji/java/win64/jdk1.6.0_24/bin:/c/apache-maven-3.0.4/bin:/usr/src/mingw-w64/sysroot/bin:/usr/bin:/usr/mingw/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/
+ PATH=/c/msysgit/mingw/bin:/c/msysgit/bin:c:/fiji/java/win32/jdk1.6.0_24/bin:/c/fiji/java/win64/jdk1.6.0_24/bin:/c/apache-maven-3.0.4/bin:/usr/src/mingw-w64/sysroot/bin:/usr/bin:/usr/mingw/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/
+ mvn -Dos.arch=x86 -X -e
Apache Maven 3.0.4 (r1232337; 2012-01-17 02:44:56-0600)
Maven home: c:\apache-maven-3.0.4
Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
Java home: c:\fiji\java\win32\jdk1.6.0_24\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from c:\apache-maven-3.0.4\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\VirtualBox\.m2\settings.xml
[DEBUG] Using local repository at C:\Users\VirtualBox\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for C:\Users\VirtualBox\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.158s
[INFO] Finished at: Fri Feb 15 13:15:47 CST 2013
[INFO] Final Memory: 1M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
org.apache.maven.lifecycle.NoGoalSpecifiedException: No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy.
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:104)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ImageJ-builds mailing list