[ http://jira.codehaus.org/browse/MPECLIPSE-119?page=comments#action_72805 
] 
            
Stephane Nicoll commented on MPECLIPSE-119:
-------------------------------------------

The error is here

{code:xml}
<!-- don't add duplicate directories -->
          <j:if
            test="${resourceDirectoryFile.exists() and 
!resourceDirectory.equals(srcDir) and (!resourceDirectory.equals(testSrcDir) or 
!unitTestSourcesPresent)}">
            <classpathentry kind="src" path="${resourceDirectory}" 
including="${includingAsString}"
              excluding="${excludingAsString}" />
          </j:if>
{code}

> plugin:test broken in 1.11
> --------------------------
>
>                 Key: MPECLIPSE-119
>                 URL: http://jira.codehaus.org/browse/MPECLIPSE-119
>             Project: maven-eclipse-plugin
>          Issue Type: Bug
>    Affects Versions: 1.11
>         Environment: m11b3
>            Reporter: Lukas Theussl
>         Assigned To: Stephane Nicoll
>             Fix For: 1.11.1
>
>
> The test test-classpath-has-overridden-jar in 
> src/plugin-test/maintest/maven.xml fails. For some reason, the string 
> MAVEN_REPO/maven/jars/maven.jar is replaced by $MAVEN_HOME/lib/maven.jar. If 
> this is intentional, the test should be rewritten.

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

        

Reply via email to