Re: Using Lein with Local Jars on Heroku

2011-12-06 Thread Matjaz Gregoric
As others have noted, keeping jars together with the source is usually not the best approach... but sometimes it just might be. For those rare occasions, the instructions on how to do this with leiningen are here: http://www.pgrs.net/2011/10/30/using-local-jars-with-leiningen/ Matjaz On Sat, Aug

Re: Using Lein with Local Jars on Heroku

2011-12-06 Thread Phil Hagelberg
On Tue, Dec 6, 2011 at 11:12 AM, Robert Levy wrote: > I was wondering the same thing and I came across your un-answered question > here.  The short answer appears to > be http://devcenter.heroku.com/articles/local-maven-dependencies > > As a side note, I could be wrong but I think lein has > nonco

Re: Using Lein with Local Jars on Heroku

2011-12-06 Thread Robert Levy
I was wondering the same thing and I came across your un-answered question here. The short answer appears to be http://devcenter.heroku.com/articles/local-maven-dependencies I was looking into writing a Clojure web app that I would license to an acquaintance who is starting a business, and I want

Using Lein with Local Jars on Heroku

2011-08-06 Thread Asim Jalis
I am trying to push a Clojure app on Heroku. I have a local jar file that the app needs. How can I get lein to use the local jar? When I have local jar dependencies on my personal machine I just install the jar into the local maven repository on the machine. It's not obvious to me how to do this o