You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Kenney Westerhof (JIRA)" <ji...@codehaus.org> on 2005/08/25 23:32:03 UTC

[jira] Closed: (MNG-410) mave-eclipse-plugin adds duplicate classpath entry under some circonstances

     [ http://jira.codehaus.org/browse/MNG-410?page=all ]
     
Kenney Westerhof closed MNG-410:
--------------------------------

     Resolution: Fixed
    Fix Version: 2.0-beta-1

fixed in svn revision 240143. Took the easy way out by not
supporting includes/exlcudes since eclipse only supports unique source folders,
so some includes/excludes merging preprocessing pass is needed, and it could
get ugly.

> mave-eclipse-plugin adds duplicate classpath entry under some circonstances
> ---------------------------------------------------------------------------
>
>          Key: MNG-410
>          URL: http://jira.codehaus.org/browse/MNG-410
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Reporter: Cameron Braid
>     Assignee: Kenney Westerhof
>      Fix For: 2.0-beta-1

>
>
>   <build>
>     <sourceDirectory>src/java</sourceDirectory>
>     <resources>
>       <resource>
>         <directory>src/conf</directory>
>         <filtering>false</filtering>
>       </resource>
>       <resource>
>         <directory>src/resources/hbm</directory>
>         <filtering>false</filtering>
>       </resource>
>       <resource>
>         <directory>src/java</directory>
>         <excludes><exclude>**/*.java</exclude></excludes>
>       </resource>
>     </resources>
>   </build>
> causes src/java to be added twice
> first time  : because of <sourceDirectory>src/java</sourceDirectory>
> second time : because of the resource/directory node, since the plugin doesn't support exclusions

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org