I like to make a jar for contrib.data.int-map. But when I do:
    mvn package
I get:
[INFO] --- clojure-maven-plugin:1.3.13:test (clojure-test) @ data.int-map
---
Exception in thread "main" java.io.FileNotFoundException: Could not locate
clojure/test/check/generators__init.class or
clojure/test/check/generators.clj on classpath: ,
compiling:(clojure/data/int_map_test.clj:1:1)
        at clojure.lang.Compiler.load(Compiler.java:7142)
        at clojure.lang.RT.loadResourceScript(RT.java:370)

What need I to do to build the jar?

The command:
    mvn clojure:repl
does work and then I can do:
    (require '[clojure.data.int-map :as im])

But generating the jar does not.

-- 
Cecil Westerhof

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to