[ http://jira.codehaus.org/browse/XDP-105?page=all ]

Diogo Bacelar Quintela updated XDP-105:
---------------------------------------

    Component: maven-plugin

> 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

>   Components: maven-plugin
>     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



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to