On 12/12/09 9:55 PM, Russel Winder wrote:
Currently I use Gant scripts for building and publishing websites.  This
seems to work fine.  However I was wondering about using Gradle instead
-- the big positive is the Gradle Wrapper so collaborators don't have to
install Gant.  The downside is the Gant is small and Gradle is huge.

We're making some good progress on this, I think, with chopping up the gradle-core project into other projects. It should be possible soon (Gradle 0.10 timeframe) to put together a minimal core distribution with none of the plugins or their dependencies bundled. It would go and download what it needs. In fact, this minimal distribution might just be the wrapper (all 21k of it), which can then download the core, the plugins, and the gui, as it needs to.

Does anyone have any documented experiences and/or documented idioms --
or even a plugin -- that could help me in these investigations.


We use Gradle to generate and publish the Gradle website.

--
Adam Murdoch
Gradle Developer
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to