You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/09/17 00:11:46 UTC

DO NOT REPLY [Bug 18967] - NullPointerException instead of error message when running JspC

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=18967>.
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=18967

NullPointerException instead of error message when running JspC





------- Additional Comments From bmeier@acornsys.com  2003-09-16 22:11 -------
I also have had issues with this bug - it is very difficult to fix a problem 
without the error message!  I fixed it in my copy by modifying the interface to 
Compiler to pass all the generate phases through the compile() method, which I 
modified to take a parameter specifying generation type.  This is probably not 
a solution in general due to the public interface change.  

However, the creation of the ErrorReporter needs to be done so that it is 
available no matter which method is called.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org