posted 18 years ago
Not sure how many people care about this but I feel that warnings and the like are important to take care of. Additionally, for people on 1.4 javac's you can't use asserts with the current build.xml. So a pretty small patch enables whatever you want for javac. The defaults turn on deprecated warnings, allows 1.4+ code and tells javac to generate code for 1.4 JVM's and above. Anything that you don't like can go into build.properties to be overridden.
[originally posted on jforum.net by stdunbar]