> I had to fix the project testcase #10

Indeed, we have a tricky thing here: While "file:${M2_REPO}" will expand to
a proper URI on Unix, it won't on Windows which would rather need
"file:/${M2_REPO}".

I added some hackery to AbstractEclipsePluginTestCase.assertFileEquals() to
fix the URI read from the expected ".classpath". Please verify the tests are
passing on Unix, too.

The RadPluginTest.testProject6() is still failing for me because it does not
account for XML attributes being unordered. But that's no failure of the
plugin itself and shouldn't stop the release.


Benjamin
-- 
View this message in context: 
http://www.nabble.com/maven-eclipse-plugin-2.5-coming-soon-tp15207954s177p16047715.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to