Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-15 Thread Mark Derricutt
The maven release plugin does pretty much that, only it doesn't do any ivy stuff. However, it also checks: * No uncommitted files * No files in working copy that are not under VCS * Automatically tags (and optionally branches) the code at time of release * Automatically incremements your

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-14 Thread Meikel Brandmeyer
Hi, On Oct 15, 2:12 am, Mark Derricutt wrote: > Does Gradle have a release plugin?  Thats one of the most compelling reasons > for maven usage I find (personally). I don't really know what the maven release plugin does. And since I'm not a professional software developer I also don't really kn

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-14 Thread Stuart Halloway
Relevance is not using Lancet. We use rake (mostly) and ant (a little). I still think Lancet is a good idea, just don't have time to work with it right now. Conjure (http://github.com/macourtney/Conjure) uses Lancet. Stu > > On Oct 14, 9:27 am, rb wrote: >> Just wondering: how does it comp

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-14 Thread Mark Derricutt
Nor would lancet compete with maven, and clojure-maven-plugin which also does everything you mention :) Does Gradle have a release plugin? Thats one of the most compelling reasons for maven usage I find (personally). -- Pull me down under... On Thu, Oct 15, 2009 at 3:15 AM, Meikel Brandmeyer

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-14 Thread Meikel Brandmeyer
Hi, On Oct 14, 3:34 pm, Jeff Heon wrote: > > Just wondering: how does it compare to Lancet?   > > (http://github.com/stuarthalloway/lancet > > I was just wondering the same thing after reading the following point > in the Gradle doc 8) > > -Ant tasks and builds as first class citizens. >From a

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-14 Thread Jeff Heon
On Oct 14, 9:27 am, rb wrote: > Just wondering: how does it compare to Lancet?   > (http://github.com/stuarthalloway/lancet I was just wondering the same thing after reading the following point in the Gradle doc 8) -Ant tasks and builds as first class citizens. Anybody out there using Lancet o

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-14 Thread rb
On Oct 13, 9:16 pm, Meikel Brandmeyer wrote: > Hi, > > I'd like to announce the first release of a Clojure plugin for Gradle.   > It features integration in the Gradle build and configuration system   > and automatic namespace discovery for compilation. It is targeted for   > Gradle 0.8. An exa

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-13 Thread Meikel Brandmeyer
Hi, On Oct 14, 12:32 am, Wilson MacGyver wrote: > Thank you SO much for writing this. We use gradle for our groovy   > stuff. Now we can intergrate clojure into the build process. Good to hear, you find it useful. But be aware that this plugin is not really tested. I don't really have a clue

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-13 Thread Wilson MacGyver
Thank you SO much for writing this. We use gradle for our groovy stuff. Now we can intergrate clojure into the build process. On Oct 13, 2009, at 3:16 PM, Meikel Brandmeyer wrote: > Hi, > > I'd like to announce the first release of a Clojure plugin for > Gradle. It features integration in t

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-13 Thread Laurent PETIT
Ok, thanks for the insight, cu, -- laurent 2009/10/13 Meikel Brandmeyer > Hi, > > Am 13.10.2009 um 21:34 schrieb Laurent PETIT: > > is the "automatic namespace discovery for compilation" something that >> could be shared ? >> How "smart" is it right now ? >> > > Very similar to c.c.find-name

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-13 Thread Meikel Brandmeyer
Hi, Am 13.10.2009 um 21:34 schrieb Laurent PETIT: is the "automatic namespace discovery for compilation" something that could be shared ? How "smart" is it right now ? Very similar to c.c.find-namespaces. Gradle hands over a list of source files. This list is traversed. The first form is

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-13 Thread Laurent PETIT
Hello, is the "automatic namespace discovery for compilation" something that could be shared ? How "smart" is it right now ? Cheers, -- Laurent 2009/10/13 Meikel Brandmeyer > Hi, > > I'd like to announce the first release of a Clojure plugin for Gradle. It > features integration in the Gradl

Re: clj-gradle – a Clojure Plugin for Gradle

2009-10-13 Thread Meikel Brandmeyer
Hi again, Am 13.10.2009 um 21:16 schrieb Meikel Brandmeyer: To build the plugin set the GRADLE_HOME environment variable to the directory, where you installed Gradle. Put the clojure.jar in the lib subdirectory and adjust the version information in the build.gradle file. The file should be

clj-gradle – a Clojure Plugin for Gradle

2009-10-13 Thread Meikel Brandmeyer
Hi, I'd like to announce the first release of a Clojure plugin for Gradle. It features integration in the Gradle build and configuration system and automatic namespace discovery for compilation. It is targeted for Gradle 0.8. An example of use is included in the README. http://bitbucket.o