Ant Task: JspCAlter

Purpose: Using jasper (jspc offline compiler directly or via jspc task) causes 
java files to be created from the jsp source files.  These files are not able 
to be used by tomcat due to class naming.  Tomcat will look for files named 
object$jsp.java.  The files that are created via jspc have the name 
object.java.  What JspCAlter does is take those files created with jasper and 
change the class names inside the file and change the file name so they can 
then be compiled into .class files.

Benefit: This will complete the full cycle necessary for complete 
precompilation of jsp pages for use with tomcat.

<<attachment: jspcalter.zip>>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to