Re: Does Tomcat 5.5 support jikes?

2004-12-03 Thread Peter Rossbach
Hey, you can configure the Ant Compiler with following steps: Copy ant.jar and ant-launcher.jar at common/lib Edit conf/web.xml or your own app web.xml ( Change servlet-name at definition and mappings!) servlet servlet-namejsp/servlet-name

Re: Does Tomcat 5.5 support jikes?

2004-12-03 Thread Remy Maucherat
On Fri, 03 Dec 2004 11:23:42 +0100, Peter Rossbach [EMAIL PROTECTED] wrote: Hey, you can configure the Ant Compiler with following steps: Copy ant.jar and ant-launcher.jar at common/lib Edit conf/web.xml or your own app web.xml ( Change servlet-name at definition and mappings!)

Re: Does Tomcat 5.5 support jikes?

2004-12-03 Thread Peter Rossbach
Hello Remy, your right, the new JDT is the best option. What I say Ant/ tools.jar/jikes works also, but the future is the JDT support. Peter Remy Maucherat schrieb: On Fri, 03 Dec 2004 11:23:42 +0100, Peter Rossbach [EMAIL PROTECTED] wrote: Hey, you can configure the Ant Compiler with

RE: Does Tomcat 5.5 support jikes?

2004-12-03 Thread Shapira, Yoav
: Re: Does Tomcat 5.5 support jikes? Hello Remy, your right, the new JDT is the best option. What I say Ant/ tools.jar/jikes works also, but the future is the JDT support. Peter Remy Maucherat schrieb: On Fri, 03 Dec 2004 11:23:42 +0100, Peter Rossbach [EMAIL PROTECTED] wrote: Hey, you can

Does Tomcat 5.5 support jikes?

2004-12-02 Thread Kevin A. Burton
This isn't fun: !-- -- !-- If you wish to use Jikes to compile JSP pages: -- !-- Set the init parameter compiler to jikes. Define -- !-- the property -Dbuild.compiler.emacs=true

Re: Does Tomcat 5.5 support jikes?

2004-12-02 Thread Brad Neuberg
I remember I tried to get Tomcat to use Jikes and I followed the instructions (i.e. setting the correct parameters in conf/web.xml, there is a jikes parameter), but I had the sneaking suspicion it was ignored. :( At 01:58 PM 12/2/2004, you wrote: This isn't fun: !-- -- !-- If you wish to use

Re: Does Tomcat 5.5 support jikes?

2004-12-02 Thread Kevin A. Burton
Kevin A. Burton wrote: This isn't fun: !-- -- !-- If you wish to use Jikes to compile JSP pages: -- !-- Set the init parameter compiler to jikes. Define -- !-- the property

Re: Does Tomcat 5.5 support jikes?

2004-12-02 Thread Bill Barker
Kevin A. Burton [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Kevin A. Burton wrote: This isn't fun: -- !-- If you wish to use Jikes to compile JSP -- !-- Set the init parameter compiler to jikes. -- !-- the property