Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPECLIPSE-49

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-49
    Summary: duplicate build path added if resouce directory is the same as java 
source dir
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-eclipse-plugin
   Versions:
             1.9

   Assignee: 
   Reporter: fabrizio giustina

    Created: Thu, 14 Oct 2004 3:35 PM
    Updated: Thu, 14 Oct 2004 3:35 PM

Description:
This is a problem in MPECLIPSE-47, committed a few hours ago:
if your pom declares the same directory both in sourceDirectory and in 
resources (common for .properties files)

    <build>
        <sourceDirectory>src/java</sourceDirectory>
        <resources>
            <resource>
                <directory>src/java</directory>
                <includes>
                    <include>**/*.properties</include>
                </includes>
                <filtering>false</filtering>
            </resource>
        </resources>
    </build>

the resulting .classpath file has duplicate entries and eclipse complains about it.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to