[ 
http://jira.codehaus.org/browse/MPMD-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_115665
 ] 

Immo Huneke commented on MPMD-54:
---------------------------------

Hi Xavier,

Sorry, that was many months ago and I have moved on to a different project. I 
therefore don't have an example I can show you. If this problem doesn't get 
reported by anyone else, it probably isn't important.

If anyone has an explicit example where the exclude configuration fails under 
Linux but works under Windows, please post it here.

Best regards,
Immo.

> "excludes" appears to be ignored under Linux, even though it works fine under 
> Windows
> -------------------------------------------------------------------------------------
>
>                 Key: MPMD-54
>                 URL: http://jira.codehaus.org/browse/MPMD-54
>             Project: Maven 2.x PMD Plugin
>          Issue Type: Bug
>          Components: CPD, PMD
>    Affects Versions: 2.2
>         Environment: Red Hat Enterprise Linux 3 (64bit)
>            Reporter: Immo Huneke
>            Priority: Minor
>
> The "excludes" configuration does not seem to work in all environments.  In 
> my project I find that if I express the "excludes" clause in any of the 
> following ways, it is honoured under Windows, but the affected source files 
> are still included when the same project is built under Linux. I have 
> explicitly made sure that version 2.2 of the PMD plugin is being used and 
> that the same version of Maven is used in both environments:
>                     <excludes>
>                         <exclude>**/generated-sources/</exclude>
>                     </excludes>
>                     <excludes>
>                         <exclude>**/generated-sources/**</exclude>
>                     </excludes>
>                     <excludes>
>                         <exclude>**/generated-sources/**/*.java</exclude>
>                     </excludes>

-- 
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

        

Reply via email to