Re: [gradle-user] [ANN] Gradle 0.9 released

2010-12-20 Thread Luke Taylor
I don't think that will help. The 0.9 distros ('bin' and 'all') aren't on codehaus, but on gradle.artifactoryonline.com. You need to set the urlRoot property, not the archiveClassifier. On 19/12/2010 15:31, Spencer Allain wrote: Two ways you can handle this: [1] Change the

Re: [gradle-user] New gradle user but ...

2010-12-20 Thread Michael Jerger
Hi Hans, nice to meet u :-) Indeed - I'm using your Basic Gradle Support Plugin allready - thanks for your work :-)) The Point I wondered about was the poor groovy support in eclipse - groovy talks I've seen for at laest 4 years - so greenly I expected a more mature tooling ... you

[gradle-user] Gradle eclipseWtp not pulling in all dependencies

2010-12-20 Thread mraccola
I am trying to setup a Gradle build for a multi-module project. I have multiple WAR projects. For each WAR project I have configured the war plugin and used the ecilpseWtp task to configure the project. This is handled nicely by the build in Gradle functionality. Each of the WAR projects has

[gradle-user] Re: Gradle eclipseWtp not pulling in all dependencies

2010-12-20 Thread mraccola
Here's a link to the WTP documentation describing some of the mechanisms provided, http://wiki.eclipse.org/ClasspathEntriesPublishExportSupport -- View this message in context: http://gradle.1045684.n5.nabble.com/Gradle-eclipseWtp-not-pulling-in-all-dependencies-tp3312606p3312608.html Sent from

[gradle-user] how to get miglayout-swing in gradle

2010-12-20 Thread rajmahendra
i am trying to get the miglayout jar file miglayout-3.7.2-swing.jar i want only this jar. i dont want all the jars of miglayout-3.7.2 if i give com.miglayout:miglayout:3@jar, its downloading everything. Any one help me how to down miglayout-3.7.2-swing.jar in gradle ? -- View this

RE: [gradle-user] how to get miglayout-swing in gradle

2010-12-20 Thread Magnus Rundberget
try:com.miglayout:miglayout:3.7.2:sw...@jar swing being a classifier. regardsmagnus Date: Mon, 20 Dec 2010 21:52:00 -0800 From: rajmahen...@gmail.com To: user@gradle.codehaus.org Subject: [gradle-user] how to get miglayout-swing in gradle i am trying to get the miglayout jar file

[gradle-user] RE: how to get miglayout-swing in gradle

2010-12-20 Thread rajmahendra
BINGO! it worked! :) Thank you I was trying to add swing before the version :) -- View this message in context: http://gradle.1045684.n5.nabble.com/how-to-get-miglayout-swing-in-gradle-tp3313054p3313084.html Sent from the gradle-user mailing list archive at Nabble.com.

[gradle-user] Re: eclipse WTP

2010-12-20 Thread Chirag
Thanks Evert I will surely try it out. Once again thanks -- View this message in context: http://gradle.1045684.n5.nabble.com/eclipse-WTP-tp3231177p3313114.html Sent from the gradle-user mailing list archive at Nabble.com. -