Hi Scott,
Try using build.bat, it does some initial setup, if your not using
build.bat let us know.
I've been building and using XSLTC for sometime without problems.
What build target do you specify? You need to buid XSLTC separately,
it does not automatically get build with Xalan.
"build -projecthelp"
The above command will show you available targets. You need to
specify "xsltc.jar" to get the build you want.
Paul
"Scott Sanders"
<ssanders@nextanc To: <[EMAIL PROTECTED]>
e.com> cc: (bcc: Paul
Dick/Cambridge/IBM)
Subject: [PATCH] build.xml missing
parser.jar for xsltc
04/11/2002 07:31
PM
Please respond to
xalan-dev
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}" />