deweese 01/12/06 07:35:01 Modified: . build.xml Log: I missed the 'compiletest' rule it now uses the properties as well. Revision Changes Path 1.98 +5 -2 xml-batik/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-batik/build.xml,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- build.xml 2001/12/06 15:30:09 1.97 +++ build.xml 2001/12/06 15:35:01 1.98 @@ -47,7 +47,7 @@ [win32] .\build.bat help - $Id: build.xml,v 1.97 2001/12/06 15:30:09 deweese Exp $ + $Id: build.xml,v 1.98 2001/12/06 15:35:01 deweese Exp $ --> @@ -232,7 +232,10 @@ description="Compiles the tests infrastructure source files"> <mkdir dir="${dest}"/> - <javac srcdir="${testsrc}" destdir="${dest}" deprecation="on" > + <echo message="debug ${debug}, optimize ${optimize}, deprecation ${deprecation}"/> + + <javac srcdir="${testsrc}" destdir="${dest}" deprecation="${deprecation}" + debug="${debug}" optimize="${optimize}" > <classpath> <pathelement location="${dest}" /> <path refid="libs-classpath"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]