Re: [gradle-user] trying to improve my custom-resolver-setup

2009-05-27 Thread Helmut Denk
hallo hans, thank you for the valuable feedback. initially my plugin was implemented in groovy. i changed it to java to see how this is done in java and to have a better eclipse-support (eclipses groovy-support is still quite limited). but you are right. to implement custom-plugins in groovy

Re: [gradle-user] trying to improve my custom-resolver-setup

2009-05-27 Thread Hans Dockter
On May 26, 2009, at 9:02 PM, Daniel wrote: Oh, that was something that I was wondering about while browsing the code (and looking through the Scala Plugin patch): There's no actual reason to write plugins in Java, or is there? At least not for custom plugins, except if there are performanc

Re: [gradle-user] trying to improve my custom-resolver-setup

2009-05-26 Thread Daniel
Oh, that was something that I was wondering about while browsing the code (and looking through the Scala Plugin patch): There's no actual reason to write plugins in Java, or is there? Cheers, Daniel On Wed, May 27, 2009 at 1:55 AM, Hans Dockter wrote: > > On May 25, 2009, at 3:05 PM, Helmut Den

Re: [gradle-user] trying to improve my custom-resolver-setup

2009-05-26 Thread Hans Dockter
On May 25, 2009, at 3:05 PM, Helmut Denk wrote: hi gradle-users, i am just about to upgrade and improve my http://www.nabble.com/common-resolver-setup-across-multiple-gradle-builds-to19570795.html gradle-customization and want to share the results ... maybe get some feedback ;-) here my gra

Re: [gradle-user] trying to improve my custom-resolver-setup

2009-05-26 Thread Hans Dockter
Hi Helmut, On May 25, 2009, at 3:47 PM, Helmut Denk wrote: another thing, i am not sure about is: artifacts { archives war } from the usersguide: "The archives configuration is the standard configuration to assign your artifacts to. The Java plugin automatically assigns the default jar

Re: [gradle-user] trying to improve my custom-resolver-setup

2009-05-25 Thread Helmut Denk
another thing, i am not sure about is: artifacts { archives war } from the usersguide: "The archives configuration is the standard configuration to assign your artifacts to. The Java plugin automatically assigns the default jar to this configuration." does this mean, that the 'War plugi

[gradle-user] trying to improve my custom-resolver-setup

2009-05-25 Thread Helmut Denk
hi gradle-users, i am just about to upgrade and improve my http://www.nabble.com/common-resolver-setup-across-multiple-gradle-builds-to19570795.html gradle-customization and want to share the results ... maybe get some feedback ;-) here my gradle-build for a spring-web-mvc-project, that uses c