Author: max.andersen(a)jboss.com
Date: 2009-01-16 13:25:39 -0500 (Fri, 16 Jan 2009)
New Revision: 13099
Modified:
workspace/max/jpaap/jpaap/build.xml
Log:
disable processing to compile jpaap with ant
Modified: workspace/max/jpaap/jpaap/build.xml
===================================================================
--- workspace/max/jpaap/jpaap/build.xml 2009-01-16 17:44:28 UTC (rev 13098)
+++ workspace/max/jpaap/jpaap/build.xml 2009-01-16 18:25:39 UTC (rev 13099)
@@ -41,6 +41,7 @@
<target depends="init" name="build-project">
<echo message="${ant.project.name}: ${ant.file}"/>
<javac debug="true" debuglevel="${debuglevel}"
destdir="bin" source="${source}" target="${target}">
+ <compilerarg value="-proc:none"/>
<src path="src"/>
<classpath refid="jpaap.classpath"/>
</javac>
Show replies by date