Re: How to use third-party libraries with Leiningen that are not found in Clojars or Maven

2012-05-15 Thread Tim Visher
On Sat, May 12, 2012 at 12:36 PM, Mads Andreas Elvheim mads.elvh...@gmail.com wrote: I have a few issues which are all related. I'll do my best to explain them one by one. I'd like to use the latest version of the jOGL library with Clojure 1.3 / Leiningen 1.7.1 / OpenJDK 1.6. After getting

How to use third-party libraries with Leiningen that are not found in Clojars or Maven

2012-05-14 Thread Mads Andreas Elvheim
I have a few issues which are all related. I'll do my best to explain them one by one. I'd like to use the latest version of the jOGL library with Clojure 1.3 / Leiningen 1.7.1 / OpenJDK 1.6. After getting the jars from joGL's website, how can I get the library exposed to leiningen and

Re: How to use third-party libraries with Leiningen that are not found in Clojars or Maven

2012-05-14 Thread Sean Corfield
Check out lein-localrepo - a way to install arbitrary JARs in your local Maven repo cache. On Sat, May 12, 2012 at 9:36 AM, Mads Andreas Elvheim mads.elvh...@gmail.com wrote: I have a few issues which are all related. I'll do my best to explain them one by one. I'd like to use the latest

Re: How to use third-party libraries with Leiningen that are not found in Clojars or Maven

2012-05-14 Thread Mark Rathwell
Depending on who else you are wanting to share the dependency with, you may find Phil Hagelberg's s3-wagon-private useful: https://github.com/technomancy/s3-wagon-private On Mon, May 14, 2012 at 4:23 PM, Sean Corfield seancorfi...@gmail.com wrote: Check out lein-localrepo - a way to install

Re: How to use third-party libraries with Leiningen that are not found in Clojars or Maven

2012-05-14 Thread Stuart Sierra
You can create a virtual repository in your project's source tree and add it to your project as an extra repository with the file: protocol. Technique described (for Maven) here: https://devcenter.heroku.com/articles/local-maven-dependencies -S -- You received this message because you are