DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9348>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9348 JspC task does not handle numeric file names Summary: JspC task does not handle numeric file names Product: Ant Version: 1.5Beta1 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am trying to use the JspC task as a precompiler for tomcat. A number of files have numbers at the beginning of their names, i.e. 404.jsp. Tomcat handles this by compiling the file to _404.java which is a valid file name for use with javac (because the class doesn't start with a number). However, the JspC task in ant compiles 404.jsp to 404.java, which causes much nastiness when attempting to compile (either with the ant javac task or with Jasper/javac). Thanks, Jason -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
