On Sat, 27 Jul 2002, Jim Scott wrote: > 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
Not any more - we fixed that in the current tomcat. The $ is part of few 4.1.x betas ( i.e. jasper2 ), but the release will use _. Costin 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]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
