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

JSPC is unable to compile when JSP1.1 taglib jar contains tld file

           Summary: JSPC is unable to compile when JSP1.1 taglib jar
                    contains tld file
           Product: Tomcat 4
           Version: 4.1.12
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I can reproduce this every consistently. The bug appears when JSP 1.1 tag jar 
file contains meta-inf/*.tld file.

instructions for reproducing the bug.

1. create a simple page that uses jakarta string taglib
2. run jspc

Result: NPE should be thrown and page should not compile.

work around.

1. delete the .tld file from string.jar
2. run jspc

It would appear there's a conflict between the .tld file under 
myWebApp/WEB-INF/string.tld and meta-inf/taglib.tld in the jar.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to