You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "David Boden (JIRA)" <ji...@codehaus.org> on 2006/05/23 14:41:41 UTC

[jira] Updated: (MPECLIPSE-77) cannot use build resources and addtoclasspath property

     [ http://jira.codehaus.org/browse/MPECLIPSE-77?page=all ]

David Boden updated MPECLIPSE-77:
---------------------------------

    Attachment: patch.txt

> cannot use build resources and addtoclasspath property
> ------------------------------------------------------
>
>          Key: MPECLIPSE-77
>          URL: http://jira.codehaus.org/browse/MPECLIPSE-77
>      Project: maven-eclipse-plugin
>         Type: Bug

>     Reporter: Brett Porter
>  Attachments: patch.txt
>
>
> (originally filed by Ryan Sonnek)
> Eclipse is unable to use the .classpath file generated with these settings because of duplicate entries.
> snippet of project.xml:
> <resource>
>   <directory>${basedir}/target/generated-sources/xdoclet</directory>
>   <includes>
>     <include>**/*.xml</include>
>     <include>**/*.properties</include>
>   </includes>
> </resource>
> snippet of projet.properties:
> #eclipse settings
> maven.eclipse.resources.addtoclasspath=true
> I need to specify the resource directory so that maven will pick up the resources for distribution right?  maybe some kind of flag should be used for "resource already added to classpath".

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