Clojure support in buildr

2010-12-06 Thread Chris Dean
Anything I can do to help out with getting Clojure support into the trunk? We still use it daily and would love to see it be in the mainline code. There is a patch in https://issues.apache.org/jira/browse/BUILDR-259 Cheers, Chris Dean

Re: Clojure support in buildr

2010-12-06 Thread Peter Donald
Hi, On Tue, Dec 7, 2010 at 10:10 AM, Chris Dean ctd...@sokitomi.com wrote: Anything I can do to help out with getting Clojure support into the trunk?  We still use it daily and would love to see it be in the mainline code. There is a patch in https://issues.apache.org/jira/browse/BUILDR-259

Re: Clojure support in buildr

2010-12-06 Thread Chris Dean
Best way to do that is goto [1], fork buildr and apply the patches and then make sure that when you run rake spec no (extra) failures are Yep, done all that and submitted a patch in BUILDR-259. Cheers, Chris Dean

Re: Clojure support in buildr

2010-12-06 Thread Peter Donald
On Tue, Dec 7, 2010 at 11:25 AM, Chris Dean ctd...@sokitomi.com wrote: Best way to do that is goto [1], fork buildr and apply the patches and then make sure that when you run rake spec no (extra) failures are Yep, done all that and submitted a patch in BUILDR-259. Well if you could add a link

Re: Clojure support in buildr

2010-12-06 Thread Chris Dean
Peter Donald pe...@realityforge.org writes: Well if you could add a link to the github project then that would great. The way I can just merge it, run the tests and makes it much easier to work over it :) Sure thing. There is a repo at https://github.com/ctdean/buildr But that is also

Re: Clojure support in buildr

2010-12-06 Thread Peter Donald
On Tue, Dec 7, 2010 at 12:07 PM, Chris Dean ctd...@sokitomi.com wrote: Peter Donald pe...@realityforge.org writes: Well if you could add a link to the github project then that would great. The way I can just merge it, run the tests and makes it much easier to work over it :) Sure thing.  

Re: Clojure support in buildr

2010-12-06 Thread Alex Boisvert
On Mon, Dec 6, 2010 at 3:10 PM, Chris Dean ctd...@sokitomi.com wrote: Anything I can do to help out with getting Clojure support into the trunk? We still use it daily and would love to see it be in the mainline code. There is a patch in https://issues.apache.org/jira/browse/BUILDR-259 Hi