Author: markt
Date: Tue Sep 17 15:59:39 2013
New Revision: 1524107

URL: http://svn.apache.org/r1524107
Log:
Partial revert of r1511907.
Suppress unchecked warnings as they can;t be avoided.
Revert r1519804
Remove use of createMissingPackageInfoClass which requires Ant 1.8.3

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1524107&r1=1524106&r2=1524107&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Sep 17 15:59:39 2013
@@ -559,7 +559,9 @@
            excludes="**/.svn/**"
            encoding="ISO-8859-1"
            includeAntRuntime="true" >
+      <!-- Uncomment this to show unchecked warnings:
       <compilerarg value="-Xlint:unchecked"/>
+      -->
       <include name="org/apache/tomcat/buildutil/CheckEol*" />
     </javac>
 
@@ -611,9 +613,10 @@
            optimize="${compile.optimize}"
            excludes="**/.svn/**"
            encoding="ISO-8859-1"
-           includeAntRuntime="true"
-           createMissingPackageInfoClass="false" >
+           includeAntRuntime="true" >
+      <!-- Uncomment this to show unchecked warnings:
       <compilerarg value="-Xlint:unchecked"/>
+      -->
       <classpath refid="compile.classpath" />
         <exclude name="org/apache/naming/factory/webservices/**" />
         <exclude name="org/apache/tomcat/spdy/NetSupportJava7*" 
unless="npn.exists"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to