Index: default.properties
===================================================================
--- default.properties	(revision 1224920)
+++ default.properties	(working copy)
@@ -36,7 +36,7 @@
 
 javac.debug=on
 javac.optimize=on
-javac.deprecation=off
+javac.deprecation=on
 javac.version= 1.6
 
 runtime.dir=./runtime
Index: build.xml
===================================================================
--- build.xml	(revision 1224920)
+++ build.xml	(working copy)
@@ -95,6 +95,7 @@
   	target="${javac.version}"
     source="${javac.version}" 
   	deprecation="${javac.deprecation}">
+   <compilerarg value="-Xlint"/>
    <classpath refid="classpath" />
   </javac>
  </target>
@@ -318,6 +319,7 @@
   	target="${javac.version}"
     source="${javac.version}" 
   	deprecation="${javac.deprecation}">
+   <compilerarg value="-Xlint"/>
    <classpath refid="test.classpath" />
   </javac>
  </target>
