You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2010/10/02 20:46:49 UTC

svn commit: r1003852 - /lucene/dev/trunk/solr/common-build.xml

Author: rmuir
Date: Sat Oct  2 18:46:49 2010
New Revision: 1003852

URL: http://svn.apache.org/viewvc?rev=1003852&view=rev
Log:
enable violations from compile here too

Modified:
    lucene/dev/trunk/solr/common-build.xml

Modified: lucene/dev/trunk/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/common-build.xml?rev=1003852&r1=1003851&r2=1003852&view=diff
==============================================================================
--- lucene/dev/trunk/solr/common-build.xml (original)
+++ lucene/dev/trunk/solr/common-build.xml Sat Oct  2 18:46:49 2010
@@ -257,6 +257,7 @@
              sourcepath=""
              classpathref="@{classpathref}">
          <nested />
+      	<compilerarg line="-Xlint -Xlint:-deprecation -Xlint:-serial"/>
       </javac>
     </sequential>
   </macrodef>