[ http://jira.codehaus.org/browse/MJSPC-8?page=all ]
Jeff Genender closed MJSPC-8.
-----------------------------
Resolution: Fixed
Applied fix patch.
Sending src/main/java/org/codehaus/mojo/jspc/AbstractJspcMojo.java
Transmitting file data .
Committed revision 2961.
> Allow user to explicitly include/exclude JSP files for compilation
> ------------------------------------------------------------------
>
> Key: MJSPC-8
> URL: http://jira.codehaus.org/browse/MJSPC-8
> Project: Maven 2.x Jspc Plugin
> Issue Type: New Feature
> Reporter: Chris Power
> Fix For: 1.4.7
>
> Attachments: fix.patch, jsp_file_include-exclude.patch
>
>
> This feature allows users to explicitly specify which JSP files to include in
> the compilation, and optionally, which JSP files to exclude from the
> compilation. The specification of includes and excludes is done using
> org.apache.tools.ant.DirectoryScanner patterns.
> An example where this might be useful is a case where the <%@ include file=""
> %> directive is being used to include one JSP in another. It may be
> desirable to exclude those JSPs referenced by the <%@ include file="" %>
> directive from compilation, and this feature allows a user to do so.
> Example usage:
> <configuration>
> <jspFileIncludes>**/*.jsp</jspFileIncludes>
>
> <jspFileExcludes>**/include/*.jsp,**/footer*.jsp,**/header*.jsp</jspFileExcludes>
> </configuration>
--
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