Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-02 Thread Jim - FooBar();
Exactly the same thing happened to me! so I went in and changed manually the preview number in the lein script to get 5 again...However preview5 still ahs the JLine class issue at which point I gave up...I've got a local build of preview5 (from borkerdude on github) which works just fine so I'l

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-02 Thread nick rothwell
I seem to not be getting an upgrade. :-( (I then followed the re-download instructions, and got preview4 again.) bash-3.2$ ~/lein2 upgrade The script at /Users/nick/lein2 will be upgraded to the latest preview version. Do you want to continue [Y/n]? Y Upgrading... % Total% Received % Xfer

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-01 Thread Phil Hagelberg
On Fri, Jun 1, 2012 at 11:38 AM, Jim - FooBar(); wrote: > How come building preview5 from source works just  fine? The JLine/repl bug was due to a mistake I made while generating the uberjar, so building from source will take care of that. But the SSL problem is actually something plaguing most

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-01 Thread Michael Klishin
Phil Hagelberg: > tl;dr: hold off on upgrading if you use Oracle's JDK or the repl task; > sorry for the inconvenience. travis-ci.org now uses preview 5 for lein2, we fixed Oracle JDK issues by installing the missing certificate during provisioning. Workarounds for OS X and Linux can be found i

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-01 Thread Jim - FooBar();
How come building preview5 from source works just fine? Jim On 01/06/12 18:27, Phil Hagelberg wrote: It turns out the problem with SSL is an issue with Oracle's JDK rather than being specific to Windows; Oracle revoked the certificate authority used by Clojars. So if you are not using OpenJDK

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-01 Thread Phil Hagelberg
On Thu, May 31, 2012 at 10:11 PM, Phil Hagelberg wrote: > A few bugs to watch for: > > * Traffic to/from Clojars now uses SSL, except on Windows: > https://github.com/technomancy/leiningen/issues/613 > * Startup takes a few hundred milliseconds more than preview4 for > unknown reasons: https://git

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-01 Thread Sun Ning
I'm running preview5 on OpenJDK 7, also got this issue both when upgrade and self-install. On 06/01/2012 02:40 PM, mnicky wrote: After upgrade from preview4 and installation of OpenJDK, 'lein2 repl' worked exactly once. Since then, it fails with: Exception in thread "main" java.lang.Exception

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-01 Thread Jim - FooBar();
Your error seems very similar with mnicky's error which is a known issueMy error on the other hand seems to be completely different from yours! Jim On 01/06/12 09:35, Baishampayan Ghose wrote: And I am facing a JLine related error when I launch the repl. Full stack trace here https://www

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-01 Thread Baishampayan Ghose
And I am facing a JLine related error when I launch the repl. Full stack trace here https://www.refheap.com/paste/2956 I am using Java6 on Mac OS X. Regards, BG On Fri, Jun 1, 2012 at 1:59 PM, Jim - FooBar(); wrote: > After upgrading from preview4 to preview5 I get this when trying to do > "le

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-06-01 Thread Jim - FooBar();
After upgrading from preview4 to preview5 I get this when trying to do "lein2 repl" inside any project folder... Is this a known issue? I'm using Jdk 1.7... Could not find artifact reply:reply:pom:0.1.0-beta8 in central (http://rep

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-05-31 Thread mnicky
Oh, I see, it's issue #616 [1] Mnicky. [1] https://github.com/technomancy/leiningen/issues/616 On Friday, June 1, 2012 8:40:40 AM UTC+2, mnicky wrote: > > After upgrade from preview4 and installation of OpenJDK, 'lein2 repl' > worked exactly once. Since then, it fails with: > > Exception in thre

Re: [ANN] Leiningen 2.0.0-preview5 released

2012-05-31 Thread mnicky
After upgrade from preview4 and installation of OpenJDK, 'lein2 repl' worked exactly once. Since then, it fails with: Exception in thread "main" java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at clojure.lang.RT.loadClass

[ANN] Leiningen 2.0.0-preview5 released

2012-05-31 Thread Phil Hagelberg
I'm happy to announce the release of Leiningen 2.0.0-preview5. This release fixes a bug where the repl would hang under certain circumstances. It also adds support for encrypting credentials used to deploy to remote repositories. ## 2.0.0-preview5 / 2012-05-31 * Fix a repl bug where namespaced k