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=23909>. 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=23909 JSPC crashes on JSP Summary: JSPC crashes on JSP Product: Ant Version: 1.5.4 Platform: PC OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] F:\Tomcat\webapps\stephanwiesner>ant Buildfile: build.xml compile-jsp: [jspc] Compiling 4 source filesF:\Tomcat\webapps\stephanwiesner\jsp [jasperc] 2003-10-18 10:03:39 - uriRoot implicitly set to "F:\Tomcat\webapps\s tephanwiesner" [jasperc] error:org.apache.jasper.JasperException: Error compiling \jsp\Custom erName.jsp [jasperc] at org.apache.jasper.JspC.processFile(JspC.java:596) [jasperc] at org.apache.jasper.JspC.execute(JspC.java:801) [jasperc] at org.apache.jasper.JspC.main(JspC.java:823) [jasperc] 2003-10-18 10:03:39 - ERROR-the file '\jsp\CustomerName.jsp' generat ed the following general exception: java.lang.NullPointerException BUILD FAILED file:F:/Tomcat/webapps/stephanwiesner/build.xml:37: Java returned: 9 ******************************************************************************** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <%@ taglib uri-"/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ page import="stephanwiesner.*" %> <%@ page language="java" contentType="text/html; charset-ISO-8859-1"%> <meta http-equiv="Content-Type" content="text/html" charset=ISO-8859-1"> <meta name="GENERATOR" content="IBM Websphere Studio"> <meta http-equiv="Content-Style-Type" content="text/css"> <link href="theme/Master.css" rel="stylesheet" type="text/css" <title>Customer_Name.jsp</title> </head> <body> <html:form action="/customerActionName" method="GET"> <table border="0"> <tr> <td>Firstname></td> <td><html:text property="firstname" /></td> <td> <html:errors property="firstname" /></td> </tr> <tr> <td>Lastname </td> <td><html:text property="lastname" /> <td> <html:errors property="lastname"/></td> </tr> </table> <input type="hidden" name="method" value="handleCustomerName" /> <html:submit property="submit"/> </html:form> <hr> <html:errors /> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]