[ http://jira.codehaus.org/browse/MJSPC-4?page=comments#action_82380 ] Grégory Joseph commented on MJSPC-4: ------------------------------------
sorry, while trying to extract the problem into a simple example, I realized this was because some of our JSPs used the urn:jsptld:path to declare the taglib's namespace, and this, by spec, looks at WEB-INF/tld, which is not what we wanted anyways. Leaves me to wonder how it ever worked in case where we were doing stuff like xmlns:c="urn:jsptld:http://java.sun.com/jsp/jstl/core" but oh well, gotta fix this anyway. > 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 > > 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
