[ http://jira.codehaus.org/browse/MPECLIPSE-119?page=comments#action_72797 ] Stephane Nicoll commented on MPECLIPSE-119: -------------------------------------------
Lukas, can you help? I've "fixed" the cactus dependency problem but we need to investigate. The current cactus dependency is 13-1.6.1 but the cactus plugin expected 13-1.7. I tried to retrieve the version from the plugin to automate this but it does not work so I changed it this way {code:xml} <echo>Warning, expecting cactus version 13.1-7 from current cactus plugin</echo> <x:set var="countCactus" select="count($classpathDoc/classpath/classpathentry[contains(@path,'MAVEN_REPO/cactus/jars/cactus-13-1.7.jar')])"/> {code} Further on, the plugin breaks and I think we have a bug {code:xml} <classpathentry excluding="" including="" kind="src" path="src/test"> </classpathentry> <classpathentry output="target/test-classes" kind="src" path="src/test"> </classpathentry> {code} To me, this entry is duplicated right? > 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