[ImageJ-devel] Build failed in Jenkins: ImageJ1-unit-tests #3
jenkins at loci.wisc.edu
jenkins at loci.wisc.edu
Tue Mar 20 09:12:40 CDT 2012
See <http://dev.loci.wisc.edu:8080/job/ImageJ1-unit-tests/3/changes>
Changes:
[Curtis Rueden] Fix compile error caused by addSlice ambiguity
------------------------------------------
Started by user curtis
Checkout:workspace / <http://dev.loci.wisc.edu:8080/job/ImageJ1-unit-tests/ws/> - hudson.remoting.LocalChannel at 5aee58a1
Using strategy: Default
Last Built Revision: Revision e5b9b6d882cddee2a53e24f6ab2d71bc7c760486 (origin/master)
Checkout:workspace / <http://dev.loci.wisc.edu:8080/job/ImageJ1-unit-tests/ws/> - hudson.remoting.LocalChannel at 5aee58a1
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imagej/ij1-tests
[workspace] $ git fetch -t git://github.com/imagej/ij1-tests +refs/heads/*:refs/remotes/origin/*
>From git://github.com/imagej/ij1-tests
e5b9b6d..7d41442 master -> origin/master
[workspace] $ git ls-tree HEAD
Seen branch in repository origin/master
Commencing build of Revision 7d41442334a252969c54dde570f0b89a538391b7 (origin/master)
GitAPI created
Checking out Revision 7d41442334a252969c54dde570f0b89a538391b7 (origin/master)
[workspace] $ git checkout -f 7d41442334a252969c54dde570f0b89a538391b7
[workspace] $ git tag -a -f -m "Hudson Build #3" hudson-ImageJ1-unit-tests-3
Recording changes in branch origin/master
[workspace] $ git whatchanged --no-abbrev -M --pretty=raw e5b9b6d882cddee2a53e24f6ab2d71bc7c760486..7d41442334a252969c54dde570f0b89a538391b7
[workspace] $ /bin/sh -xe /tmp/hudson3525076736005294441.sh
+ mvn
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ1 unit tests
[INFO] task-segment: [install]
[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/ImageJ1-unit-tests/workspace/src/main/resources
Downloading: http://maven.imagej.net/content/repositories/thirdparty/net/imagej/ij/1.46i/ij-1.46i.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) net.imagej:ij:jar:1.46i
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.imagej -DartifactId=ij -Dversion=1.46i -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 -Dversion=1.46i -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) net.imagej:ij1-tests:jar:1.5
2) net.imagej:ij:jar:1.46i
----------
1 required artifact is missing.
for artifact:
net.imagej:ij1-tests:jar:1.5
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: 4 seconds
[INFO] Finished at: Tue Mar 20 09:12:40 CDT 2012
[INFO] Final Memory: 14M/361M
[INFO] ------------------------------------------------------------------------
More information about the ImageJ-devel
mailing list