Hey guys. Just starting to look into XSLTC and noticed that the xsltc
build was not working, and this seemed to fix it.
Cheers,
Scott Sanders
cvs server: Diffing .
Index: build.xml
===================================================================
RCS file: /home/cvspublic/xml-xalan/java/build.xml,v
retrieving revision 1.170
diff -u -r1.170 build.xml
--- build.xml 24 Mar 2002 14:58:31 -0000 1.170
+++ build.xml 11 Apr 2002 23:28:47 -0000
@@ -279,6 +279,7 @@
<!--
=================================================================== -->
<path id="xsltc.class.path">
<pathelement location="${xmlapis.jar}" />
+ <pathelement location="${parser.jar}" />
<pathelement location="${bcel.jar}" />
<pathelement location="${jlex.jar}" />
<pathelement location="${java_cup.jar}" />