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
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
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
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
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
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
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