Author: lewismc
Date: Thu Jan  5 15:00:42 2012
New Revision: 1227620

URL: http://svn.apache.org/viewvc?rev=1227620&view=rev
Log:
commit to address NUTCH-1237 & update to CHANGES.txt

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/build.xml
    nutch/trunk/default.properties

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1227620&r1=1227619&r2=1227620&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Thu Jan  5 15:00:42 2012
@@ -1,5 +1,9 @@
 Nutch Change Log
 
+* NUTCH-1237 Improve javac arguements for more verbose ouput (lewismc)
+
+* NUTCH-1236 Add link to site documentation to download older versions of 
Nutch (lewismc)
+
 * NUTCH-1146 Prevent generation of _SUCCESS files in output (jnioche)
 
 * NUTCH-1232 Remove site field from index-basic (markus)

Modified: nutch/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1227620&r1=1227619&r2=1227620&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Thu Jan  5 15:00:42 2012
@@ -94,6 +94,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>

Modified: nutch/trunk/default.properties
URL: 
http://svn.apache.org/viewvc/nutch/trunk/default.properties?rev=1227620&r1=1227619&r2=1227620&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Thu Jan  5 15:00:42 2012
@@ -36,7 +36,7 @@ dist.version.dir=${dist.dir}/${final.nam
 
 javac.debug=on
 javac.optimize=on
-javac.deprecation=off
+javac.deprecation=on
 javac.version= 1.6
 
 runtime.dir=./runtime


Reply via email to