cziegeler 01/12/27 03:21:08 Modified: . build.xml Log: Adding compilation options message Revision Changes Path 1.125 +2 -0 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- build.xml 2001/12/27 10:00:29 1.124 +++ build.xml 2001/12/27 11:21:08 1.125 @@ -636,6 +636,8 @@ </fileset> </copy> + <echo message="debug ${debug}, optimize ${optimize}, deprecation ${deprecation}"/> + <javac srcdir="${build.src}" destdir="${build.dest}" debug="${debug}"
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]