Re: Leiningen 2.3.0 and uberjar

2013-08-12 Thread Sean Corfield
Or just: lein do clean, compile, uberjar On Sun, Aug 11, 2013 at 11:07 AM, Christian Sperandio christian.speran...@gmail.com wrote: The workaround works fine, thanks for your help :) I give below the workaround, thus everybody can get it: $ lein clean lein compile lein uberjar -- --

Re: Leiningen 2.3.0 and uberjar

2013-08-11 Thread Jean Niklas L'orange
On Sunday, August 11, 2013 1:18:52 AM UTC+2, Nelson Morris wrote: I believe this is https://github.com/technomancy/leiningen/issues/1283. Yes. As Nelson says, this is 1283. As a workaround until 2.3.1 is out, downgrade by calling `lein upgrade 2.2.0` and then use uberjar from there. -- JN

Re: Leiningen 2.3.0 and uberjar

2013-08-11 Thread Christian Sperandio
The workaround works fine, thanks for your help :) I give below the workaround, thus everybody can get it: $ lein clean lein compile lein uberjar -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Leiningen 2.3.0 and uberjar

2013-08-10 Thread Christian Sperandio
Hi, I've installed the last lein version. But when I do: $ lein new app jartest $ lein uberjar At this time, 2 jars are created. Then I call: $ java -jar target/jartest-0.1.0-SNAPSHOT-standalone.jar And I get this error: Caused by: java.lang.ClassNotFoundException: jartest.core at

Re: Leiningen 2.3.0 and uberjar

2013-08-10 Thread Zach Oakes
I experienced this as well; when I opened the resulting jar, I found source files rather than class files. Not sure what causes this. On Saturday, August 10, 2013 9:36:24 AM UTC-4, Christian Sperandio wrote: Hi, I've installed the last lein version. But when I do: $ lein new app jartest $

Re: Leiningen 2.3.0 and uberjar

2013-08-10 Thread Nelson Morris
I believe this is https://github.com/technomancy/leiningen/issues/1283. On Sat, Aug 10, 2013 at 3:54 PM, Zach Oakes zsoa...@gmail.com wrote: I experienced this as well; when I opened the resulting jar, I found source files rather than class files. Not sure what causes this. On Saturday,