You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/15 11:47:21 UTC

[jira] Closed: (MPECLIPSE-49) duplicate build path added if resouce directory is the same as java source dir

Message:

   The following issue has been closed.

---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-eclipse-plugin
   Fix Fors:
             1.9
   Versions:
             1.9

   Assignee: David Eric Pugh
   Reporter: fabrizio giustina

    Created: Thu, 14 Oct 2004 3:35 PM
    Updated: Fri, 15 Oct 2004 5:46 AM

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