This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Description
I am using ant 1.9.6 and java 1.8. I tried the release version (v3.0) but got a java error, so tried building from source, but this time I got a build error.
I found out the source and thought it may be helpful to write here.
When I did
module load dev/java/jdk1.8 first then module load dev/ant/1.9.6, I get the following error:
BUILD FAILED
/home/sl325/git/cramtools/build/build.xml:154: Compile failed; see the compiler error output for details.
When I did module load dev/ant/1.9.6 first and then module load dev/java/jdk1.8, the build was successful.