Re: [gradle-user] Build and Test problem with classifier usage

2011-04-22 Thread Stephane Toussaint
Yes, It seems to be related. Note the answer of Spencer.Now Someone has to say if it is really a bug.CheersStephaneLe 22 avr. 2011 à 15:38, Szczepan Faber a écrit :HeyMight it be this issue: http://issues.gradle.org/browse/GRADLE-1442 ?Cheers! Szczepan 22-04-2011 14:27 użytkownik "Stephane Toussain

Re: [gradle-user] Build and Test problem with classifier usage

2011-04-22 Thread Stephane Toussaint
Spencer,Ok, I understand, this is what I suspected. And you're right, the test-jar package only contains classes from the test source so that another module test may inherit of it or use some common mock.We where doing this way with maven build. Is there a chance the same feature will be applied in

Re: [gradle-user] Build and Test problem with classifier usage

2011-04-22 Thread Szczepan Faber
Hey Might it be this issue: http://issues.gradle.org/browse/GRADLE-1442 ? Cheers! Szczepan 22-04-2011 14:27 użytkownik "Stephane Toussaint" < stephane.toussa...@4dconcept.fr> napisał: > Hi, > > Maybe am I doing something wrong, but I'm facing a problem when using classifier. > > A snap from my bu

Re: [gradle-user] Build and Test problem with classifier usage

2011-04-22 Thread Spencer Allain
should get the results that you desire. -Spencer --- On Fri, 4/22/11, Stephane Toussaint wrote: From: Stephane Toussaint Subject: [gradle-user] Build and Test problem with classifier usage To: user@gradle.codehaus.org Date: Friday, April 22, 2011, 8:26 AM Hi, Maybe am I doing something wrong, b

[gradle-user] Build and Test problem with classifier usage

2011-04-22 Thread Stephane Toussaint
Hi, Maybe am I doing something wrong, but I'm facing a problem when using classifier. A snap from my build.gradle : dependencies { compile 'mygroup:myartifact:1.0.0-SNAPSHOT' // The jar package of my module testRuntime group: 'mygroup', name: 'myartifact', version: '1.0.0-SNAP