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

Is there anything else worth trying?

Thanks in advance,
  Konrad.

--
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