build/utilities.xml
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 67 63b81d807542
--- a/build/utilities.xml	Mon May 03 12:27:20 2010 +0300
+++ b/build/utilities.xml	Fri May 14 15:47:24 2010 +0300
@@ -316,6 +316,10 @@
       debug="${javac.debug.on}"
       debuglevel="lines,vars,source"
       bootclasspath="${bcp}:${int.bcp}:${platform.api.jar}:${public.api.jar}${eswt.jar}">
+      
+   <!-- Uncomment the following line if you want to see Javac warnings. -->      
+   <!--   <compilerarg value="-Xlint"/> -->
+
       <src path="${jsrc.for.javac}"/>
     </javac>
   </presetdef>