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 read. If it has a ns or clojure.core/ns as first element the second is returned. Otherwise the file is ignored. So nothing really new.

(The whole Java/Groovy thing is file based, so it has to handle the passed files somehow.)

http://bitbucket.org/kotarak/clj-gradle/src/tip/src/main/java/de/kotka/gradle/ClojureCompile.java

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to