IMO a solution for this would be: 1* harmonize all dep versions 2* assuming #1, have a classpath constructor script that dedups all JARs in the classpath given a list of JAR dirs 3* use the classpath from #2 to run the app
hx On Mon, Jun 11, 2012 at 10:10 AM, Andrew Purtell <[email protected]>wrote: > On Mon, Jun 11, 2012 at 9:10 AM, Tom White <[email protected]> wrote: > > I think it would be valuable for Bigtop to publish a table of > > component dependencies > > (https://issues.apache.org/jira/browse/BIGTOP-375). Over time projects > > might start using such a table to help harmonize version numbers of > > their dependencies. > > I'd agree. > > In the SLF4J case it's not enough just to harmonize the version, there > can only be one instance of it on the classpath.Even one case like > this requires the ability to refactor the classpath? > > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet > Hein (via Tom White) > -- Alejandro
