svn commit: r586857 - /ofbiz/trunk/framework/service/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r586857 - /ofbiz/trunk/framework/service/build.xml

doogie-3
Author: doogie
Date: Sat Oct 20 21:09:55 2007
New Revision: 586857

URL: http://svn.apache.org/viewvc?rev=586857&view=rev
Log:
Turn on unchecked warnings.

Modified:
    ofbiz/trunk/framework/service/build.xml

Modified: ofbiz/trunk/framework/service/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/build.xml?rev=586857&r1=586856&r2=586857&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/build.xml (original)
+++ ofbiz/trunk/framework/service/build.xml Sat Oct 20 21:09:55 2007
@@ -80,6 +80,7 @@
 
     <target name="classes" depends="prepare,classpath">
         <javac debug="on" source="1.5" deprecation="on" destdir="${build.dir}/classes">
+            <compilerarg value="-Xlint:unchecked"/>
             <classpath>
                 <path refid="local.class.path"/>
             </classpath>