[
http://www.jahia.net/jira/browse/DOCU-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36262#action_36262
]
Cédric Mailleux commented on DOCU-87:
-------------------------------------
We will need to check if the next version is out for the Beta
> Compilation issues due to include directive inside tag file
> -----------------------------------------------------------
>
> Key: DOCU-87
> URL: http://www.jahia.net/jira/browse/DOCU-87
> Project: Jahia Documentation
> Issue Type: Sub-task
> Components: Configuration & Environment
> Affects Versions: DOC 6.0
> Reporter: Cédric Mailleux
> Assignee: Stéphanie Rouaud
> Fix For: DOC 6.0
>
>
> When we use the include directive inside a tag file like :
> <%@ tag body-content="empty" description="Renders a date control to query the
> creation date of a content object." %>
> <[EMAIL PROTECTED] file="/META-INF/tags/search/declaration.tagf" %>
> And that this tag file is inside a jar file, jasper has an issue dealing the
> dependencies by losing the fact that the included file is inside a jar file.
> static {
> _jspx_dependants = new java.util.ArrayList(4);
> _jspx_dependants.add("/META-INF/tags/search/declaration.tagf");
> _jspx_dependants.add("/META-INF/tags/search/date.tagf");
>
> _jspx_dependants.add("jar:file:/home/rincevent/tools/apache-tomcat-6.0.18/webapps/jahia/WEB-INF/lib/jahia-taglib-6.0-SNAPSHOT.jar!/META-INF/search.tld");
>
> _jspx_dependants.add("jar:file:/home/rincevent/tools/apache-tomcat-6.0.18/webapps/jahia/WEB-INF/lib/jahia-taglib-6.0-SNAPSHOT.jar!/META-INF/tags/search/resultsPageUrl.tag");
> }
> The other dependencies are handled correctly thanks to patch
> https://issues.apache.org/bugzilla/show_bug.cgi?id=43741 .
> I propose a patch to ParserController so that when we detect that we are
> inside
> a jarFile we prepend the jarFileUrl to absFileName.
> The patch has been made on the trunk source code of tomcat.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://www.jahia.net/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
jira_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/jira_list