maven xdoclet2 plug-in fileset exclude properties not working
-------------------------------------------------------------
Key: XDP-105
URL: http://jira.codehaus.org/browse/XDP-105
Project: XDoclet 2 Plugins
Type: Bug
Versions: 1.0.2
Reporter: Guillaume LE STUM
Maven xdoclet2 plug-in fileset properties should allow exclude:
- maven.xdoclet.[N].fileset.[FN].exclude
- maven.xdoclet.[N].fileset.[FN].exclude.[FEN]
These properties don't work due to variable mismatch in
"/xdoclet-plugins/maven-xdoclet2-plugin/plugin.jelly":
diff plugin.jelly.1.4 plugin.jelly.fixed
59c59
< <j:set var="fileset_excludes"
value="${context.getVariable(varname)}"/>
---
> <j:set var="fileset_exclude"
> value="${context.getVariable(varname)}"/>
61c61
< <ant:exclude
name="${fileset_include}"/>
---
> <ant:exclude
> name="${fileset_exclude}"/>
68c68
< <j:while
test="${fileset_include != null}">
---
> <j:while
> test="${fileset_exclude != null}">
--
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
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest