John Casey wrote:

For what it's worth, this works fine in 1.2-SNAPSHOT

Are you sure? I have identified a regression in 1.1 over 1.0.1 that really seems to arise from my changes in SimpleRelocator. I.e. I boostrapped Maven 2.0.x once with Shade 1.0.1 (passed ITs) and once with 1.1 (failed mng3503), decompiled the resulting uber JARs and diffed them. I got exactly one single line change in DefaultPluginManager where it reads

  child.getContainerRealm().importFrom("plexus.core",
    "hidden.org.codehaus.plexus.util.xml.pull");

instead of

  child.getContainerRealm().importFrom("plexus.core",
    "org.codehaus.plexus.util.xml.pull");

i.e. a package excluded from relocation was renamed. So far, I managed to create an unit test and am now in the progress of fixing it.


Benjamin

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

Reply via email to