On Sat, May 12, 2012 at 12:36 PM, Mads Andreas Elvheim
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 the jars from jo
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
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 wrote:
> Check out lein-localrepo - a way to install arbitrary JARs in your
>
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
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 lib
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 Clojure