2015-02-19 1:33 GMT+01:00 James Reeves <[email protected]>: > The data.int-map repository has a project.clj file, so can't you use > Leiningen? >
That worked like a charm. With googling I only encountered maven. > Or alternatively, just download the pre-built jar from the Maven > repository? > I did not find a pre-built jar. I can built it myself now, but where do I find the pre-built versions? > On 18 February 2015 at 23:00, Cecil Westerhof <[email protected]> > wrote: > >> 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 [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 --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
