Chas Emerick <cemer...@snowtide.com> writes: > I published a blog post earlier today, along with a short screencast > that might be of interest: > > "Like any group of super-smart programmers using a relatively new > language, a lot of folks in the Clojure community have looked at > existing build tools (the JVM space is the relevant one here, meaning > primarily Maven and Ant, although someone will bark if I don't mention > Gradle, too), and felt a rush of disdain. I'd speculate that this came > mostly because of XML allergies, but perhaps also in part because when > one has a hammer as glorious as Clojure, it's hard to not want to use > it to beat away at every problem in sight." > > Read on: http://muckandbrass.com/web/x/AgBV > > Feedback welcome, either here or in the comments on the post.
No, XML is not the worst thing (at least for me). The real problem is here: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Let's suppose that from time to time I'd like to package a few class files (e.g. Java subpackage) to jar without repeated compilation and without running tests of the whole project? How to do that with Maven? It should be easy, right? Are you sure that it is a "no-brainer"? Br, Rob -- 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 To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.