What steps will reproduce the problem?
1. ant war reports deprecation and unchecked warnings
2. Add to build.xml the following after each <javac ....> tag
<compilerarg value="-Xlint:deprecation"/>
<compilerarg value="-Xlint:unchecked"/>
3. ant build reports that there are some 62 warnings to be addressed.
What is the expected output? What do you see instead?
I believe I'm expecting a clean compile. This may not be possible though you never know.
What version of the product are you using? On what operating system?
Latest git repo downloaded on 1/6/2014, RHEL6 64 bit, Tomcat6, Java 1.7.0_45-b18
Please provide any additional information below.
Original issue reported on code.google.com by Karl.Bur...@gmail.com on 7 Jan 2014 at 5:25
Original issue reported on code.google.com by
Karl.Bur...@gmail.com
on 7 Jan 2014 at 5:25Attachments: