[ http://jira.codehaus.org/browse/XDP-105?page=all ]
Konstantin Pribluda closed XDP-105. ----------------------------------- Resolution: Fixed Thi issue was fixed long ago, but somehow overseen. > maven xdoclet2 plug-in fileset exclude properties not working > ------------------------------------------------------------- > > Key: XDP-105 > URL: http://jira.codehaus.org/browse/XDP-105 > Project: XDoclet 2 Plugins > Issue Type: Bug > Components: maven-plugin > Affects 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 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ xdoclet-plugins-interest mailing list xdoclet-plugins-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest