Re: Build failed in Jenkins: Ant » Ivy #85

Stefan Bodewig <[email protected]> Fri, 12 Jun 2026 08:28:28 +0200
Newsgroups gmane.comp.jakarta.ant.devel
Message-ID <[email protected]>
On 2026-06-12, Apache Jenkins Server wrote:

> BUILD FAILED
> <https://ci-builds.apache.org/job/Ant/job/Ivy/ws/build-release.xml>:760: java.lang.NoSuchMethodError: org.apache.ant.cyclonedx.License.getCheckedRef(Ljava/lang/Class;)Ljava/lang/Object;
> 	at org.apache.ant.cyclonedx.License.getRef(License.java:99)

This is because the Jenkins Job was set up to use Ant 1.9 - I've changed
that and will add to the notes that Ivy now requires Ant 1.10.x to
build.

Stefan