> I've separated out the core libraries test-suite into a separate module > to avoid a 'circular' dependency (the plugins have a compile dependency > on the core library; the core-library has a test dependency on the > plugins). The plugins now depend on the core library and the core > library test suite depends on the plugins.
Great! > > What I can't do is work out how to get the plugin jars into a location > that can be reached by the core libraries test suite. Any help appreciated. If they are dependencies of the test suite they will be in the same classloader as the test suite already - this doesn't work? Cheers, Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
