Author: lbernardo
Date: Mon Jul 15 18:23:36 2013
New Revision: 1503396
URL: http://svn.apache.org/r1503396
Log:
FOP-2265: Enable xlint cast; patch submitted by Simon Steiner; failed to commit
changes to build.xml before.
Modified:
xmlgraphics/fop/trunk/build.xml
Modified: xmlgraphics/fop/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=1503396&r1=1503395&r2=1503396&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Mon Jul 15 18:23:36 2013
@@ -325,6 +325,7 @@ list of possible build targets.
<patternset refid="exclude-jce-dependencies"/>
<patternset refid="exclude-jai"/>
<classpath refid="libs-build-classpath"/>
+ <compilerarg value="-Xlint:cast"/>
</javac>
<mkdir dir="${build.sandbox-classes.dir}"/>
<javac destdir="${build.sandbox-classes.dir}" includeAntRuntime="true">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]