Re: [ANN] Compiling Clojure applications using Ant

2009-04-11 Thread Richard Lyman
Cool. Thanks for the pointer to clojure.lang.Compile and the reminder about failonerror - I'll update it as soon as I can. I'll also look into coming up with a clearer explanation of the app variable. Thanks! -Rich On Sat, Apr 11, 2009 at 3:55 PM, John D. Hume wrote: > > On Sat, Apr 11, 2009

Re: [ANN] Compiling Clojure applications using Ant

2009-04-11 Thread John D. Hume
On Sat, Apr 11, 2009 at 3:49 PM, Richard Lyman wrote: > http://www.lithinos.com/Compiling-Clojure-applications-using-Ant.html > > What do you guys think? > > -Rich It's a bit simpler to use clojure.lang.Compile as a main class. Here's the relevant bit from one of my build.xmls: