[ 
http://jira.codehaus.org/browse/MJSPC-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94745
 ] 

Paul Benedict commented on MJSPC-4:
-----------------------------------

FYI, it is evidently wrong to place TLD files in src/main/resources for the war 
project. This knowledge is based on the JSP spec and a discussion among Tomcat 
developers:

http://mail-archives.apache.org/mod_mbox/tomcat-dev/200401.mbox/[EMAIL 
PROTECTED]

The short summary:
1) It is only necessary to place the TLD in META-INF if the project is a jar
2) For a war project, move the TLD into WEB-INF or some subdirectory thereof -- 
but not /classes or /lib

When the spec and interpretation is followed, this plugin works as expected.



> JSPs Cannot Be Compiled if They Depend on Tag Files
> ---------------------------------------------------
>
>                 Key: MJSPC-4
>                 URL: http://jira.codehaus.org/browse/MJSPC-4
>             Project: Maven 2.x Jspc Plugin
>          Issue Type: Bug
>            Reporter: Stephen Duncan Jr
>         Attachments: jspc-example-revised.zip, jspcexample.zip
>
>
> At a minimum, if a tag library is provided as a jar, and the tags are 
> implemented as tag files, then the JSP compilation fails.  The tag files need 
> to be compiled first.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to