>> Yes, me again. Sorry. Another question derived from my Grails build
>> work: is it possible to augment the build classpath from plugins?
>
> Possibly. What do you want to do exactly?
Let's say I have a Grails plugin that provides an extra Gradle task
for the build. This task requires an external dependency. Since it's a
task, that dependency needs to be on the build classpath.
The problem is that the Grails plugins are loaded after the build
classpath has been resolved and set. At the moment, I'm hacking around
it by manually adding dependencies to the 'buildscript' closure, but
that's not a proper solution.
What I would like to do is add the required dependencies to the build
classpath when I load the Grails plugins.
Cheers,
Peter
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email