Re: scope misunderstanding

2010-03-10 Thread Wayne Fay
> Is this expected behaviour? It seems that the classpath is incomplete > somehow... now sure how. Package up a sample that demonstrates the problem and upload it somewhere and someone will probably take a look at it. There are too many variables to say definitively "oh this is your problem" with

scope misunderstanding

2010-03-10 Thread Lachlan Deck
Hi there, I've got a module libs:Foo that depends on a particular third party library 'Bar' with scope compile. All the other projects / modules in the tree all depend on the base module libs:Foo with scope compile. Easy, all's well. Now, in adding another module libs:Test which depends on juni