You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/05/06 19:56:16 UTC

DO NOT REPLY [Bug 8795] - Getting RESyntaxException running Translet sample

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8795>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8795

Getting RESyntaxException running Translet sample





------- Additional Comments From tom.amiro@sun.com  2002-05-06 17:56 -------
Sanjay, I was not able to reproduce this problem with the latest CVS build. 

Here's what I did.

1. From xml-xalan/java, ran build.sh xsltc.samples to compile the samples
2. Set my classpath to include 

    xml-xalan/java/build/xsltc.jar: \
    xml-xalan/java/bin/xml-apis.jar: \
    xml-xalan/java/bin/xercesImple.jar

3. From xml-xalan/java/samples/translets, ran

     java JAXPTransletOneTransformation

Note: I'm using the version of the xsltc.jar that has BCEL, regexp, 
Jlex, and java_cup all rolled up into one.

Here's the contents of my ...xml-xalan/samples/translets directory:

JAXPTransletMultipleTransformations.class
JAXPTransletMultipleTransformations.java
JAXPTransletOneTransformation.class
JAXPTransletOneTransformation.java
readme.html
todo-xsltc.html
todo.xsl

Note: the sample expects the XML file to be in the ../../xsltc_todo.xml

Please let me know if you can reproduce the problem with the current build.