RE: problem using a translet compiled and packaged to a jar

2001-10-23 Thread John Howard
ay, October 23, 2001 6:24 AM > To: [EMAIL PROTECTED] > Subject: Re: problem using a translet compiled and packaged to a jar > > > John, > > The produced JAR-file only contains the translet class(es) and any > auxiliary classes. You still need to initiate the transfo

Re: problem using a translet compiled and packaged to a jar

2001-10-23 Thread Tom Amiro
Ooops. Scatch that. Just saw Morten's reply. I've been so deep into bugs for so long, I missed the obvious. No bug is a good thing. Tom Tom Amiro wrote: > > Hi John, > > I had tested the command line options a long time ago. > Looks like they need to be revisited. Are you asking > if anyone

Re: problem using a translet compiled and packaged to a jar

2001-10-23 Thread Morten Jorgensen
John, The produced JAR-file only contains the translet class(es) and any auxiliary classes. You still need to initiate the transformation through the main() method in org.apache.xalan.xsltc.cmdline.Transform or in your own similar class. A translet class does not have a main() method and cannot b

Re: problem using a translet compiled and packaged to a jar

2001-10-23 Thread Tom Amiro
Hi John, I had tested the command line options a long time ago. Looks like they need to be revisited. Are you asking if anyone else has tried it because you don't believe your eyes? Do you want to put in a bug? Tom

RE: problem using a translet compiled and packaged to a jar

2001-10-22 Thread John Howard
Pardon, That last comment should be regarding a comparison between 1 and 3. > -Original Message- > From: John Howard [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 1:50 PM > To: '[EMAIL PROTECTED]' > Subject: problem using a translet compi

problem using a translet compiled and packaged to a jar

2001-10-22 Thread John Howard
Hi all, Is anyone else compiling and packaging translets to jars using cmdline.Compile? Can you then instance your translets? 1. When I try: java org.apache.xalan.xsltc.cmdline.Compile -j bar.jar -p com.schemasoft -o Foo Foo.xsl java -classpath bar.jar com.schemasoft.Foo I get: Exception in t