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 2002/05/24 17:30:04 UTC

DO NOT REPLY [Bug 9375] - JSP class loading failure with derived tags

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

JSP class loading failure with derived tags

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From remm@apache.org  2002-05-24 15:30 -------
I didn't know this could also happen with Jasper 1.
It is caused because Jasper uses the classic compiler to compile the generated 
classes. Compiling with the modern compiler (which is the default on JDK 1.3 
and 1.4) by hand should fix the issue.

Jasper 2 now fixes it by using Ant.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>