REPOST: How to use JspC with ANT

2002-10-22 Thread Felipe Schnack
I'm trying to pre-compile my JSPs using an Ant script and JspC, but I'm getting the following error: 2002-10-21 02:45:49 - uriRoot implicitly set to /home/felipes/cvs/w2/web [java] java.lang.LinkageError: loader constraints violated when linking org/w3c/dom/Document class

Re: REPOST: How to use JspC with ANT

2002-10-22 Thread Kyrre Lugg
Felipe Schnack wrote: I'm trying to pre-compile my JSPs using an Ant script and JspC, but I'm getting the following error: Maybe you should consider using the jspc task which is shipped with ant? http://jakarta.apache.org/ant/manual/OptionalTasks/jspc.html Kyrre -- To unsubscribe,

Re: REPOST: How to use JspC with ANT

2002-10-22 Thread Felipe Schnack
Thanks man, sometimes we make things more difficult than they are :o) On Tue, 2002-10-22 at 11:47, Kyrre Lugg wrote: Felipe Schnack wrote: I'm trying to pre-compile my JSPs using an Ant script and JspC, but I'm getting the following error: Maybe you should consider using the jspc

RE: REPOST: How to use JspC with ANT

2002-10-22 Thread jon wingfield
[mailto:felipes;ritterdosreis.br] Sent: 22 October 2002 12:17 To: Tomcat Users List Subject: Re: REPOST: How to use JspC with ANT Thanks man, sometimes we make things more difficult than they are :o) On Tue, 2002-10-22 at 11:47, Kyrre Lugg wrote: Felipe Schnack wrote: I'm trying to pre

How to use jspc ?

2002-05-29 Thread wolfgang
hi there, I'm currently using jspc(command line compilation tool) come with Tomcat. I cannot figure out how to use some options although I read through the manual. Those are -uribase and -uriroot. Could anyone explain me how to use those options(argument) ? ( I always use -webapp option. It

How to use jspc

2001-10-01 Thread Alex Colic
Hi, thanks for all the help regarding using the jre with tomcat. In my development environment I have been placing all my jsp files into the webapps/myproject/ directory. Now I can see that I need to use the jspc to compile the jsp's so that I can distribute them with Tomcat and the JRE. Can