acslnienlim / marmoset

Automatically exported from code.google.com/p/marmoset
0 stars 0 forks source link

Issues with deprecation and unchecked in submitServer2 ant build #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: