You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2007/10/21 06:09:55 UTC

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

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>