Update of /cvsroot/webmacro/webmacro
In directory usw-pr-cvs1:/tmp/cvs-serv18116
Modified Files:
build.xml
Log Message:
- When the parser outputs warnings for $$ and $foo;, include the line.col information
- fix Directive.writeWarning so it doesn't output HTML comments to the log
Index: build.xml
===================================================================
RCS file: /cvsroot/webmacro/webmacro/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** build.xml 10 Nov 2002 22:09:42 -0000 1.24
--- build.xml 11 Nov 2002 04:53:10 -0000 1.25
***************
*** 48,52 ****
! <target name="precompile" depends="prepare" if="javacc.present">
<javacc target="src/org/webmacro/parser/WMParser_impl.jj"
javacchome="${javacc.home}" />
--- 48,52 ----
! <target name="precompile" depends="prepare" >
<javacc target="src/org/webmacro/parser/WMParser_impl.jj"
javacchome="${javacc.home}" />
|