adryen31200 wrote: > > Do you have an idea, why ContextualMessageExchangeFactoryImpl class isn't > found at the runtime of my test ? >
Have you checked if the class is actually contained in the Jar (jar -tf <jar filename> | grep <class name>)? Or maybe there is a class loader issue with your test. -- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw -- View this message in context: http://gradle.1045684.n5.nabble.com/Test-dependencies-not-keeped-at-test-runtime-tp4773771p4777189.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
