DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29561>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29561 NullPointerException in Compiler.java:547 Summary: NullPointerException in Compiler.java:547 Product: Tomcat 5 Version: Nightly Build Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When executing JSPC through an Ant target I receive the following stack trace: jspc: [java] java.lang.NullPointerException [java] at org.apache.jasper.compiler.Compiler.isOutDated (Compiler.java:547) [java] at org.apache.jasper.JspC.processFile(JspC.java:775) [java] at org.apache.jasper.JspC.execute(JspC.java:905) [java] at org.apache.jasper.JspC.main(JspC.java:195) [java] org.apache.jasper.JasperException I think the missing check for (jsw==null) starts at line 560 . Tested with: Tomcat 5.0.26 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]