> I am wanting to run JIKES as the JSP compiler so I have changed out the
> parameters in the config files and followed the directions in the
> documentation.  I still have a sneaking suspicion that JIKES is not
> compiling my JSP files.  I believe that I should be seeing the jikes.exe
> appear as a process in the task manager console, but I am not.
>
> Is there a better way that I can check to see if JIKES is compiling my
> JSP's?  Has anyone else had problems converting from ANT to JIKES?

It won't show in task mgr since it only runs for a bit of a second.

Put in a JSP with a syntax error, and look at the message formats.
Jikes errors look different from javac.

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to