tomlurge / converTor

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

explicit java version #3

Closed iwakeh closed 8 years ago

iwakeh commented 8 years ago

The javac task doesn't explicitly state source and target version. Descriptor uses java 1.7; I didn't investigate the other dependencies.

Maybe add the source="${source-and-target-java-version}" and target="${source-and-target-java-version}" attributes to the ant task and set source-and-target-java-version to the version needed.

tomlurge commented 8 years ago

It works with Java 1.7 on my machine, so - without further investigating the other libraries - that should be fine. I changed build.xml as you suggested.

iwakeh commented 8 years ago

That's ok.

tomlurge commented 8 years ago

Thanks! Closing.