On Oct 14, 10:30 am, B Smith-Mannschott <bsmith.o...@gmail.com> wrote: > This appears to have been a bug in clojure-maven-plugin 1.0, as > editing pom.xml to use clojure-maven-plugin 1.1 fixed the problem. :o) > > So, what can we conclude from this? That version 1.0 "parsed" the clj > file with a parser that is not clojure -- probably just looking for a > line that contains "(ns", tried to pull out the namespace's name, but
Yes, that's exactly what it did. It doesn't use Clojure directly to avoid tying the plugin to a particular Clojure release via dependencies. The 1.1 plugin avoids the problem by compiling based on the *names* of files containing (ns...) forms. This isn't perfect, but it's better. Clojure/Maven is still young; please report bugs on the new group that Mark set up. -SS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---