Should specify java version in build.xml
binduwavell opened this issue · 1 comments
binduwavell commented
Add the following attributes to the javac action in the compile target:
source="1.6" target="1.6"
This helps if folks have an older or newer version of java to make sure everything works cleanly or fails early.
jgoldhammer commented
I will switch to Maven.