[PATCH] ivy pointing at non-existant jacoco
Buildfile: /Users/tsmock/workspace/josm/core/build.xml
init-properties:
init-ivy:
[get] Destination already exists (skipping): /Users/tsmock/workspace/josm/core/tools/ivy/ivy-2.5.0.jar
resolve:
[ivy:resolve] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = /Users/tsmock/workspace/josm/core/ivysettings.xml
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/usr/local/Cellar/ant/1.10.8_1/libexec/lib/ivy-2.4.0.jar) to field java.net.Authenticator.theAuthenticator
WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[ivy:resolve]
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] module not found: org.jacoco#org.jacoco.ant;0.8.6-SNAPSHOT
[ivy:resolve] ==== josm-nexus: tried
[ivy:resolve] https://josm.openstreetmap.de/nexus/content/repositories/public/org/jacoco/org.jacoco.ant/0.8.6-SNAPSHOT/org.jacoco.ant-0.8.6-SNAPSHOT.pom
[ivy:resolve] -- artifact org.jacoco#org.jacoco.ant;0.8.6-SNAPSHOT!org.jacoco.ant.jar:
[ivy:resolve] https://josm.openstreetmap.de/nexus/content/repositories/public/org/jacoco/org.jacoco.ant/0.8.6-SNAPSHOT/org.jacoco.ant-0.8.6-SNAPSHOT-nodeps.jar
[ivy:resolve] ==== jcenter: tried
[ivy:resolve] https://jcenter.bintray.com/org/jacoco/org.jacoco.ant/0.8.6-SNAPSHOT/org.jacoco.ant-0.8.6-SNAPSHOT.pom
[ivy:resolve] -- artifact org.jacoco#org.jacoco.ant;0.8.6-SNAPSHOT!org.jacoco.ant.jar:
[ivy:resolve] https://jcenter.bintray.com/org/jacoco/org.jacoco.ant/0.8.6-SNAPSHOT/org.jacoco.ant-0.8.6-SNAPSHOT-nodeps.jar
[ivy:resolve] ==== oss-sonatype-snapshots: tried
[ivy:resolve] https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.ant/0.8.6-SNAPSHOT/org.jacoco.ant-0.8.6-SNAPSHOT.pom
[ivy:resolve] -- artifact org.jacoco#org.jacoco.ant;0.8.6-SNAPSHOT!org.jacoco.ant.jar:
[ivy:resolve] https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.ant/0.8.6-SNAPSHOT/org.jacoco.ant-0.8.6-SNAPSHOT-nodeps.jar
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: org.jacoco#org.jacoco.ant;0.8.6-SNAPSHOT: not found
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
The root cause is that we no longer have a 0.8.6-SNAPSHOT located at https://josm.openstreetmap.de/nexus/content/repositories/public/org/jacoco/org.jacoco.ant/ .
Change History
(5)
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
I had the same issue, and the patch fixed it! Thanks