I don’t think that’s quite the problem I’m getting...
# general
j
I don’t think that’s quite the problem I’m getting. With some fiddling I can get it past the javadoc problem, but I instead get a:
Copy code
FAILURE: Classpath entry /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/lib/tools.jar for target integration/hibernate/criteriabuilders/src/main/java:aux-jar_files is located outside the buildroot.
Which seems odd because I just specified a
url=‘file:///Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/lib/tools.jar'
, so I had assumed ivy would just “download” it into the buildroot.