[ImageJ-devel] Build failed in Jenkins: ImageJ-daily #454

jenkins at imagej.net jenkins at imagej.net
Thu Apr 5 12:45:20 CDT 2012


See <http://jenkins.imagej.net/job/ImageJ-daily/454/changes>

Changes:

[Johannes Schindelin] ImageJ launcher (MacOSX): repeat mmacosx-version-min in linker section

To make sure that our executables are compatible with earlier MacOSX
versions, it is not enough to compile the object files with

	-mmacosx-version-min=10.$MINOR

but the executable has to be linked with that option, too.

In Fiji, the compilation/linkage was performed in one step, but with the
NAR plugin the compilation and linking are separate, with distinct
option sets. So we need to repeat the relevant options.

Noticed by Kevin Eliceiri.

Diagnosed with the help of Melissa Linkert.

Signed-off-by: Johannes Schindelin <johannes.schindelin at gmx.de>

[Johannes Schindelin] Updater tests: Source>Clean Up

Signed-off-by: Johannes Schindelin <johannes.schindelin at gmx.de>

[Johannes Schindelin] Updater tests: add another debug method for convenience

Signed-off-by: Johannes Schindelin <johannes.schindelin at gmx.de>

[Johannes Schindelin] Updater: adjust tests

These adjustments were forgotten with the recent fix of the thinko
that not-installed files are not uploadable.

Thanks, Jamie Jenkins!

Signed-off-by: Johannes Schindelin <johannes.schindelin at gmx.de>

[Johannes Schindelin] Updater: stageForUpload() marks uninstalled files for removal now

The 'upload' button uploads new files and an updated db.xml.gz. In
that sense, when a user marks a not-installed file for upload, it is
logical to assume that db.xml.gz needs to be uploaded after marking
the not-installed file as obsolete.

Thanks Jody Jenkins.

Signed-off-by: Johannes Schindelin <johannes.schindelin at gmx.de>

[Johannes Schindelin] ImageJ launcher (windows): be nice when falling back to system Java

Most users do not really care which Java was used, so do not open a
console (and consequently fall back to java.exe instead of javaw.exe,
opening another console) just to say we fell back to launching
system Java.

Noticed by Jimmy Fong.

Signed-off-by: Johannes Schindelin <johannes.schindelin at gmx.de>

------------------------------------------
[...truncated 387 lines...]
[INFO] snapshot net.imglib2:imglib2-ops:2.0-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot net.imglib2:imglib2-ops:2.0-SNAPSHOT: checking for updates from java.net
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/core/plugins/data/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Plugins: Debug
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Plugins: Display
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Plugins: Miscellaneous
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Tools
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Updater support for uploading via SSH/SFTP
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/core/updater/ssh/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Platform: Mac OS X
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/platform-macosx/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: Swing UI
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Extensibility Framework: Swing
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/awt-swing/swing/ext/src/main/resources
[WARNING] Overriding profile: 'null' (source: pom) with new instance from source: pom
[WARNING] Overriding profile: 'null' (source: pom) with new instance from source: pom
[WARNING] Overriding profile: 'null' (source: pom) with new instance from source: pom
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Common AWT Classes
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/awt-swing/common/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Swing (base classes)
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] snapshot net.imagej:ij-ext-swing:2.0.0-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot net.imagej:ij-ext-swing:2.0.0-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot net.imagej:ij-ext-swing:2.0.0-SNAPSHOT: checking for updates from loci.releases
[INFO] snapshot net.imagej:ij-ext-swing:2.0.0-SNAPSHOT: checking for updates from loci.snapshots
[INFO] snapshot net.imagej:ij-ext-swing:2.0.0-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot net.imagej:ij-ext-swing:2.0.0-SNAPSHOT: checking for updates from java.net
[INFO] snapshot net.imagej:ij-ui-common-awt:2.0.0-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot net.imagej:ij-ui-common-awt:2.0.0-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot net.imagej:ij-ui-common-awt:2.0.0-SNAPSHOT: checking for updates from loci.releases
[INFO] snapshot net.imagej:ij-ui-common-awt:2.0.0-SNAPSHOT: checking for updates from loci.snapshots
[INFO] snapshot net.imagej:ij-ui-common-awt:2.0.0-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot net.imagej:ij-ui-common-awt:2.0.0-SNAPSHOT: checking for updates from java.net
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Swing Plugins
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/awt-swing/swing/plugins/src/main/resources
[INFO] snapshot net.imagej:ij-ui-swing-base:2.0.0-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot net.imagej:ij-ui-swing-base:2.0.0-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot net.imagej:ij-ui-swing-base:2.0.0-SNAPSHOT: checking for updates from loci.releases
[INFO] snapshot net.imagej:ij-ui-swing-base:2.0.0-SNAPSHOT: checking for updates from loci.snapshots
[INFO] snapshot net.imagej:ij-ui-swing-base:2.0.0-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot net.imagej:ij-ui-swing-base:2.0.0-SNAPSHOT: checking for updates from java.net
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Swing (SDI)
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/awt-swing/swing/ui-sdi/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Swing Tools
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Updater (Swing)
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/awt-swing/swing/updater/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Application
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/app/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Platform: Windows
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/platform-windows/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: AWT UI
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Extensibility Framework: AWT
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/awt-swing/awt/ext/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: AWT
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/imagej/ui/awt-swing/awt/ui/src/main/resources
[INFO] snapshot net.imagej:ij-ext-awt:2.0.0-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot net.imagej:ij-ext-awt:2.0.0-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot net.imagej:ij-ext-awt:2.0.0-SNAPSHOT: checking for updates from loci.releases
[INFO] snapshot net.imagej:ij-ext-awt:2.0.0-SNAPSHOT: checking for updates from loci.snapshots
[INFO] snapshot net.imagej:ij-ext-awt:2.0.0-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot net.imagej:ij-ext-awt:2.0.0-SNAPSHOT: checking for updates from java.net
Downloading: http://maven.imagej.net/content/repositories/releases/net/imagej/ij-ext-awt/2.0.0-SNAPSHOT/ij-ext-awt-2.0.0-SNAPSHOT.jar
[INFO] Unable to find resource 'net.imagej:ij-ext-awt:jar:2.0.0-SNAPSHOT' in repository imagej.releases (http://maven.imagej.net/content/repositories/releases)
Downloading: http://maven.imagej.net/content/repositories/snapshots/net/imagej/ij-ext-awt/2.0.0-SNAPSHOT/ij-ext-awt-2.0.0-SNAPSHOT.jar
[INFO] Unable to find resource 'net.imagej:ij-ext-awt:jar:2.0.0-SNAPSHOT' in repository imagej.snapshots (http://maven.imagej.net/content/repositories/snapshots)
Downloading: http://dev.loci.wisc.edu/maven2/releases/net/imagej/ij-ext-awt/2.0.0-SNAPSHOT/ij-ext-awt-2.0.0-SNAPSHOT.jar
[INFO] Unable to find resource 'net.imagej:ij-ext-awt:jar:2.0.0-SNAPSHOT' in repository loci.releases (http://dev.loci.wisc.edu/maven2/releases)
Downloading: http://dev.loci.wisc.edu/maven2/snapshots/net/imagej/ij-ext-awt/2.0.0-SNAPSHOT/ij-ext-awt-2.0.0-SNAPSHOT.jar
[INFO] Unable to find resource 'net.imagej:ij-ext-awt:jar:2.0.0-SNAPSHOT' in repository loci.snapshots (http://dev.loci.wisc.edu/maven2/snapshots)
Downloading: http://maven.imagej.net/content/repositories/thirdparty/net/imagej/ij-ext-awt/2.0.0-SNAPSHOT/ij-ext-awt-2.0.0-SNAPSHOT.jar
[INFO] Unable to find resource 'net.imagej:ij-ext-awt:jar:2.0.0-SNAPSHOT' in repository imagej.thirdparty (http://maven.imagej.net/content/repositories/thirdparty)
Downloading: http://download.java.net/maven/2/net/imagej/ij-ext-awt/2.0.0-SNAPSHOT/ij-ext-awt-2.0.0-SNAPSHOT.jar
[INFO] Unable to find resource 'net.imagej:ij-ext-awt:jar:2.0.0-SNAPSHOT' in repository java.net (http://download.java.net/maven/2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) net.imagej:ij-ext-awt:jar:2.0.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=net.imagej -DartifactId=ij-ext-awt -Dversion=2.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=net.imagej -DartifactId=ij-ext-awt -Dversion=2.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) net.imagej:ij-ui-awt:jar:2.0.0-SNAPSHOT
  	2) net.imagej:ij-ext-awt:jar:2.0.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  net.imagej:ij-ui-awt:jar:2.0.0-SNAPSHOT

from the specified remote repositories:
  imagej.releases (http://maven.imagej.net/content/repositories/releases),
  central (http://repo1.maven.org/maven2),
  loci.releases (http://dev.loci.wisc.edu/maven2/releases),
  imagej.snapshots (http://maven.imagej.net/content/repositories/snapshots),
  java.net (http://download.java.net/maven/2),
  loci.snapshots (http://dev.loci.wisc.edu/maven2/snapshots),
  imagej.thirdparty (http://maven.imagej.net/content/repositories/thirdparty)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24 seconds
[INFO] Finished at: Thu Apr 05 12:45:11 CDT 2012
[INFO] Final Memory: 96M/1426M
[INFO] ------------------------------------------------------------------------
Publishing Javadoc
Archiving artifacts



More information about the ImageJ-devel mailing list