On Thu, Jan 21, 2010 at 10:23:10PM -0800, Richard Newman wrote:
I'm somewhat swayed by Leiningen because it makes doing some things easy (uberjar! starting a REPL! neat!), at the cost of making other things (such as managing dependencies myself) more frustrating. However, if it wasn't for all the people blindly deleting their Ant build scripts, I would be sticking with my Ant workflow for another few months. I don't think Lein is quite targeted at users like me.*
For one project, I have a JNI that needs to be built as part of it. I tried converting this to Maven, and once I realized that I needed numerous fake subprojects to work around Maven's rigid flow model, I ended up going back to ant. I ended up making a fairly general ant script that I can drop into any project and build java/JNI/clojure source as needed. If anyone is interested, the code is at <http://github.com/d3zd3z/webweight> The build.xml is at the top, and the support files are under 'etc'. David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
