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/14 23:16:21 UTC

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

The following comment has been added to this issue:

     Author: fabrizio giustina
    Created: Thu, 14 Oct 2004 5:14 PM
       Body:
A fix for duplicate directories is included in the patch for MPECLIPSE-48
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPECLIPSE-49?page=comments#action_25385

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