Hi,

Is clojure-contrib included?

I tried but mvn clojure:compile gives:
Exception in thread "main" java.io.FileNotFoundException: Could not
locate clojure/contrib/json/read__init.class or clojure/contrib/json/
read.clj on classpath

pom.xml:
http://gist.github.com/174217

hello.clj:
(ns hello)
(use 'clojure.contrib.json.read)
(read-json "{\"x\": 1}")

Thanks.


On Aug 25, 6:28 am, Mark Derricutt <m...@talios.com> wrote:
> Hey all,
> I've released 1.0 of my clojure-maven-plugin and its now available in
> maven-central.
>
> To use it, a minimal pom.xml declaring a dependency on clojure, and the the
> plugin (without configuration) is all you need.
>
>   -http://gist.github.com/174217
>
> With the above pom, running "mvn clojure:compile" will scan any .clj file
> under ./src/main/clojure and compile them into the ./target/classes
> directory.
>
> "mvn clojure:test-compile" will do the same for any .clj file under
> ./src/test/clojure.
>
> For more options such as hooking up a test script, filtering namespaces etc.
> see the project site at:
>
>  http://github.com/talios/clojure-maven-plugin
>
> Mark
>
> --
> Discouragement is a dissatisfaction with the past, a distaste for the
> present, and a distrust of the future
> - Maree De Jong, Life NZ.
>
> blog:http://www.talios.com
> podcast:http://www.illegalargument.com
> skype / twitter: talios
--~--~---------~--~----~------------~-------~--~----~
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