Re: How to create jar for data.int-map

2015-02-19 Thread Sam Raker
I guess by "google" I really meant "using google to search github." AFAICT, there's 0 reason to opt for anything other than Leiningen when given the choice. It makes things astonishingly easy, and nearly every more-than-alpha library has lein dependency info right up near the top. If they don't, cl

Re: How to create jar for data.int-map

2015-02-19 Thread Cecil Westerhof
2015-02-19 17:00 GMT+01:00 Sam Raker : > @Cecil: while it's a little irritating that there's not more > centralization of third-party Clojure libs, I've found that Leiningen + > some googling solves the problem like 99% of the time. > ​I did come quit an end with Google, but then I was bitten by

Re: How to create jar for data.int-map

2015-02-19 Thread Cecil Westerhof
2015-02-19 16:42 GMT+01:00 Alex Miller : > The first line of the readme for the project ( > https://github.com/clojure/data.int-map) has the Leiningen jar dependency > info on it: > > [org.clojure/data.int-map "0.1.0"] > ​But if you do not know that this is mend for Leiningen … Just adding: You

Re: How to create jar for data.int-map

2015-02-19 Thread Sam Raker
@Cecil: while it's a little irritating that there's not more centralization of third-party Clojure libs, I've found that Leiningen + some googling solves the problem like 99% of the time. On Thursday, February 19, 2015 at 10:42:43 AM UTC-5, Alex Miller wrote: > > The first line of the readme for

Re: How to create jar for data.int-map

2015-02-19 Thread Alex Miller
The first line of the readme for the project (https://github.com/clojure/data.int-map) has the Leiningen jar dependency info on it: [org.clojure/data.int-map "0.1.0"] Also, the 'mvn package' command should have worked since that's how releases get built. That was a bug in the pom dependencies

Re: How to create jar for data.int-map

2015-02-19 Thread Cecil Westerhof
2015-02-19 11:58 GMT+01:00 Michael Griffiths : > Clojure and Clojure contrib libraries are uploaded to Sonatype when > released. e.g. > https://oss.sonatype.org/content/groups/public/org/clojure/data.int-map/ > > There should be both a jar with sources and jar without sources for each > released v

Re: How to create jar for data.int-map

2015-02-19 Thread Michael Griffiths
Clojure and Clojure contrib libraries are uploaded to Sonatype when released. e.g. https://oss.sonatype.org/content/groups/public/org/clojure/data.int-map/ There should be both a jar with sources and jar without sources for each released version of each lib. Michael -- You received this me

Re: How to create jar for data.int-map

2015-02-18 Thread Cecil Westerhof
2015-02-19 1:33 GMT+01:00 James Reeves : > 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 fin

Re: How to create jar for data.int-map

2015-02-18 Thread James Reeves
The data.int-map repository has a project.clj file, so can't you use Leiningen? Or alternatively, just download the pre-built jar from the Maven repository? - James On 18 February 2015 at 23:00, Cecil Westerhof wrote: > I like to make a jar for contrib.data.int-map. But when I do: > mvn pac

How to create jar for data.int-map

2015-02-18 Thread Cecil Westerhof
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/che