Hi,

Am 02.02.2010 um 19:11 schrieb Konrad Hinsen:

> I would like to deposit a small library on clojars.org. Is it possible to do 
> this without using either Maven or Leiningen? Neither of these tools seems to 
> be appropriate for my library.
> 
> My library consists of just a few very small source code files. It doesn't 
> need to be AOT compiled, and by not AOT-compiling it is compatible with all 
> Clojure versions (official releases and snapshots). A single source-file jar 
> should thus be fine for everyone.
> 
> If my understanding of Leiningen and Maven is correct, neither one can handle 
> "any Clojure version" as a dependency. But it seems that Clojars wants a 
> pom.xml, which I don't know how to generate otherwise.

clojuresque is independent of the Clojure version used in the project and 
allows easy deployment of non-AOT'd jars to Clojars. It handles POM and jar 
generation and gives reflection warnings (if desired) even if not AOT'ing. But 
gradle might be a too heavy dependence. YMMV.

Sincerely
Meikel

PS: On Windows deployment to Clojars does not work due to scp trouble. Only 
Unix/Mac OS X supported at the moment for deployment.

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