Sounds good. All I can tell you is that I've been doing quite a bit of testing using 2.0.10-snapshot builds that had 1.2-snapshot configured for use in the apache-maven project build (the one that assembles the final distro), and I haven't noticed a problem with it yet.

I'll change my local configuration back to using 1.2-SNAPSHOT and see if I can tease out a problem.

Benjamin Bentmann wrote:
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]


--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/

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

Reply via email to