Re: Custom repositories

2013-03-07 Thread BJG145
Re: this "Snapshot" thing - it's not very convenient for me to work this way as I need to be online for Leiningen to pull down the updates. I understand that it's possible to freeze the snapshot so I can keep a single stable copy in .m2, but how is this done...? -- -- You received this messag

Re: Custom repositories

2013-03-05 Thread BJG145
Brilliant - it works! Many thanks. :-) -- -- 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 unsub

Re: Custom repositories

2013-03-05 Thread Meikel Brandmeyer (kotarak)
Hi, Am Dienstag, 5. März 2013 13:19:53 UTC+1 schrieb BJG145: > > [com.badlogic.gdx/gdx "0.9.9"] > > there is no "0.9.9" in the repository. Try "0.9.9-SNAPSHOT". Kind regards Meikel -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to thi

Re: Custom repositories

2013-03-05 Thread BJG145
(...the above message seems to have appeared slightly garbled for some reason...should have ended like this...) I came across an Android app called "Bounce Away" which I understood was created almost entirely using Clojure and LibGDX, so I was encouraged by that... > > > https://play.google.co

Re: Custom repositories

2013-03-05 Thread BJG145
Thanks for the replies. I'd experimented with: :repositories [["libgdx" "http://libgdx.badlogicgames.com/nightlies/maven/"; ]] ...but I hadn't been able to get it working, and because I wasn't sure whether this was the right approach, I hadn't persevered with it. I just tried creating a new pro

Re: Custom repositories

2013-03-05 Thread Softaddicts
Did you try to add their repo to the default ones alredy handled by leiningen in your project.clj ? https://github.com/technomancy/leiningen/blob/master/sample.project.clj Look at the :repositories entry. I am assuming that you are using leiningen to build. If not what tooling do you use ? Luc

Re: Custom repositories

2013-03-05 Thread Michael Klishin
2013/3/5 BJG145 > https://code.google.com/p/libgdx/wiki/MavenProjectSetup > > At the moment I'm struggling to understand pom files; whether I need them > and how to generate them. > pom.xml for Maven is what project.clj is for Leiningen. You typically don't need to generate pom.xml but in case y

Re: Custom repositories

2013-03-05 Thread Meikel Brandmeyer (kotarak)
Hi, Adding something like this to your defproject should probably do the trick to get the repository known in leiningen. You should check the available versions there. :repositories [["libgdx" "http://libgdx.badlogicgames.com/nightlies/maven/"; ]] Kind regards Meikel -- -- You received this

Re: Custom repositories

2013-03-05 Thread BJG145
(PS I'm not asking about the programming side of this; I'm just lost with getting the dependencies working.) -- -- 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 me

Re: Custom repositories

2013-03-05 Thread BJG145
I'm sure this must be simple when you know, but after several days of ransacking the Internet and trying different things I'm still stumped. I've given up on the LibGDX in Clojars, which is old, and also, I suspect, non-functional and/or undocumented. https://clojars.org/org.clojars.amu/libgdx

Custom repositories

2013-03-02 Thread BJG145
I'd appreciate it if someone could point me in the right direction re: using custom repositories. I'm interested in using Clojure with LibGDX, but the only links I've found suggest working with Maven... https://code.google.com/p/libgdx/issues/detail?id=1118 http://www.pgrs.net/2