Hi,

Am 03.07.2011 um 22:36 schrieb B Smith-Mannschott:

> On Sun, Jul 3, 2011 at 21:57, Konrad Hinsen <konrad.hin...@fastmail.net> 
> wrote:
>> I am looking for a build tool that fulfills the following requirements:
>> 
>> 1) Must handle Clojure namespaces that are AOT-compiled.
>> 2) Must handle Clojure namespaces that are not AOT-compiled.
>> 3) Must handle Java source code files.
>> 4) Must handle dependencies in the form of on-disk jar files (not in any
>> repository)
>> 5) No XML configuration files.
>> 
>> Candidates that I have tried and found insufficient include
>> - Leiningen (no dependencies without repositories)
>> - Cake (doesn't handle Java source files)
>> - Eclipse/Counterclockwise (doesn't handle AOT compilation)
>> - ant, maven: XML configuration files
>> - scons: incomplete Java support, no Clojure support
> 
> Speaking for zero actual experience:
> Have you tried Gradle?
> http://www.gradle.org/

Speaking with a bit of experience: gradle has a check for all of your points, 
although clojuresque doesn't handle mixed 1) and 2) points. At the moment it's 
“either or”. Since you are screwed anyway when you have to use AOT-compilation. 
But I'm open for arguments why one would want to mix points 1) and 2).

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to