Re: Leiningen 1.3 question

2010-10-21 Thread Brendan Ribera
'lein deps' deletes the lib directiory whenever it runs, and this is the expected behavior. 'lein jar' runs deps first, so that's why lib is disappearing. This shouldn't be a problem if all of your dependencies are specified in project.clj; deps should just repopulate a fresh lib directory. If you

Leiningen 1.3 question

2010-10-21 Thread hsarvell
I'm trying to compile my project with Leiningen 1.3.1, the compile fails but that is another story. My main problem right now is that the lib folder disappears. I'd like to be able to do lein jar (or try) without it disappearing. My project.clj looks like this: (defproject project "0.1" :desc