Apache Jenkins Server <[email protected]> writes: > [trunk] $ /home/jenkins/tools/ant/latest/bin/ant clobber all buildjars > Buildfile: <https://builds.apache.org/job/Derby-trunk/ws/trunk/build.xml> > > clean: > > cleangenerated: > > cleanstate: > > cleanreleasefiles: > > clobber: > > checkCompilerLevel: > > checkVMLevel: > > prebuild: > [mkdir] Created dir: > <https://builds.apache.org/job/Derby-trunk/ws/trunk/classes> > > compile: > [javac] Compiling 2 source files to > <https://builds.apache.org/job/Derby-trunk/ws/trunk/classes> > > build: > > setCompilerProperties: > > init: > > junit_check: > > BUILD FAILED > <https://builds.apache.org/job/Derby-trunk/ws/trunk/build.xml>:66: The > following error occurred while executing this line: > <https://builds.apache.org/job/Derby-trunk/ws/trunk/build.xml>:177: junit > property is set to > <https://builds.apache.org/job/Derby-trunk/ws/trunk/tools/java/junit.jar,> > but there is no junit.jar there.
Looks like automatic download of junit.jar is broken. I've filed https://issues.apache.org/jira/browse/DERBY-6860 to track it. For now, I've reconfigured the build job to run the install_junit target manually to download junit.jar. -- Knut Anders
