]> WPIA git - gigi.git/blobdiff - build.xml
ADD: Eclipse code style: pack for static imports
[gigi.git] / build.xml
index 35973fb1d5969657bae7d695849ba9c3b40318ca..b7bf7b9f71a28d6bdccd9c712fb11bd087ceab2c 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -65,6 +65,7 @@
                <echo message="${ant.project.name}: ${ant.file}" />
                <javac debug="true" debuglevel="${debuglevel}" destdir="bin"
                        includeantruntime="false" source="${source}" target="${target}">
+                       <compilerarg value="-XDignore.symbol.file"/>
                        <src path="lib/servlet-api" />
                        <src path="lib/jetty" />
                        <src path="lib/jtar" />
@@ -98,6 +99,7 @@
                <echo message="${ant.project.name}: ${ant.file}" />
                <javac debug="true" debuglevel="${debuglevel}" destdir="bintest"
                        includeantruntime="false" source="${source}" target="${target}">
+                       <compilerarg value="-XDignore.symbol.file"/>
                        <src path="tests" />
                        <classpath refid="cacert-gigi.test.classpath" />
                </javac>