Hello Ant Experts: Sorry for the simple question, but can someone point me to a working example of ant invoking JspC in order to compile JSPs for Tomcat? I have a standard servlet application that running under Tomcat which I would like to modify to use precompiled JSPs. Using the examples found in the ant archives, I get a variety of problems from null JspC pointer exceptions, to the jsp files being written to an unexpected location with an unexpected name. An example of the latter is that JspC creates a JSP source file using just the the jsp source file root name, while Tomcat expects <FILE_ROOT>$jsp.java. Any examples demonstrating how this is done (either using the JspC builtin, or using explicit ant directives) is greatly appreciated.
TIA, Eric Gilbertson [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>