You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2012/01/05 16:04:14 UTC

svn commit: r1227621 - in /nutch/branches/nutchgora: CHANGES.txt build.xml default.properties

Author: lewismc
Date: Thu Jan  5 15:04:13 2012
New Revision: 1227621

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

Modified:
    nutch/branches/nutchgora/CHANGES.txt
    nutch/branches/nutchgora/build.xml
    nutch/branches/nutchgora/default.properties

Modified: nutch/branches/nutchgora/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1227621&r1=1227620&r2=1227621&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Thu Jan  5 15:04:13 2012
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release nutchgora - Current Development
 
+* NUTCH-1237 Improve javac arguements for more verbose output (lewismc)
+
 * NUTCH-1217 Update NOTICE.txt to drop some copyrights (lewismc)
 
 * NUTCH-1216 Add trivial comment to lib/native/README.txt (lewismc)

Modified: nutch/branches/nutchgora/build.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/build.xml?rev=1227621&r1=1227620&r2=1227621&view=diff
==============================================================================
--- nutch/branches/nutchgora/build.xml (original)
+++ nutch/branches/nutchgora/build.xml Thu Jan  5 15:04:13 2012
@@ -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>

Modified: nutch/branches/nutchgora/default.properties
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/default.properties?rev=1227621&r1=1227620&r2=1227621&view=diff
==============================================================================
--- nutch/branches/nutchgora/default.properties (original)
+++ nutch/branches/nutchgora/default.properties Thu Jan  5 15:04:13 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