Message:

   The following issue has been closed.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-51
    Summary: Bad .classpath generated if a test resource matches the source dir (and 
vice-versa)
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: 30 minutes
 Time Spent: Unknown
  Remaining: 30 minutes

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

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Fri, 22 Oct 2004 12:22 AM
    Updated: Fri, 22 Oct 2004 1:42 AM

Description:
The classpath templates avoid duplicated entries by checking if a resource dir doesn't 
conflict with the source dir:

         <j:if test="${!resourceDirectory.equals(srcDir)}">
          <classpathentry kind="src" path="${resourceDirectory}" 
including="${includingAsString}" excluding="${excludingAsString}" />
        </j:if>
 

But the test above doesn't catch the situation where a test resource uses the source 
dir (and vice versa).

I will fix 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