Re: [ANN] Leiningen 2.3.2 released

2013-08-21 Thread Shantanu Kumar
Hi Sean, Lein 2.3.2 fixed #1150 and #1292 on Windows, tested on Windows 7 and Windows XP. Is there any particular issue# your use case relates to? Please mention/file the issues -- I will see if I can find a fix. Shantanu On Wednesday, 21 August 2013 10:43:36 UTC+5:30, Sean Corfield wrote:

Re: [ANN] Leiningen 2.3.2 released

2013-08-21 Thread Sean Corfield
It doesn't seem related to either of those. It seems to be an SSL certificate issue, perhaps #1287? (which Phil closed saying build it from source instead). I guess I'm surprised the JAR cannot simply be downloaded via a browser - that would seem the easiest way for Windows users to get Leiningen

Re: [ANN] Leiningen 2.3.2 released

2013-08-21 Thread David Powell
Have you tried http://leiningen-win-installer.djpowell.net/ - it should work... -- Dave On Wed, Aug 21, 2013 at 6:13 AM, Sean Corfield seancorfi...@gmail.comwrote: Upgrading on Mac/Linux was painless as usual - and everything here seems to run fine with 2.3.2 - but Windows continues to be

Re: [ANN] Leiningen 2.3.2 released

2013-08-21 Thread Sean Corfield
Does that work to upgrade an already installed version of Leiningen? On Wed, Aug 21, 2013 at 9:50 AM, David Powell djpow...@djpowell.net wrote: Have you tried http://leiningen-win-installer.djpowell.net/ - it should work... -- Dave On Wed, Aug 21, 2013 at 6:13 AM, Sean Corfield

Re: [ANN] Leiningen 2.3.2 released

2013-08-21 Thread David Powell
On Wed, Aug 21, 2013 at 5:57 PM, Sean Corfield seancorfi...@gmail.comwrote: Does that work to upgrade an already installed version of Leiningen? Not really. But if you took your existing leiningen off the path, and ran the installer it might get things up and running: It bundles a wget with

Re: [ANN] Leiningen 2.3.2 released

2013-08-21 Thread Sean Corfield
I have a working Leiningen. I have wget and curl via GOW - Gnu On Windows. I have HTTP_CLIENT set as a global environment variable to: wget --no-check-certificate -O per Leiningen's instructions. I'll see whether the upgrade process works when 2.3.3 is released. That will determine whether the

Re: [ANN] Leiningen 2.3.2 released

2013-08-21 Thread Sean Corfield
As I told Phil on IRC, the problem turned out to be an old lein.bat... To test the theory of the old lein.bat, I fired up two of my VMs: * Windows XP running Leiningen 1.6.1.1(!) * Windows 8 running Leiningen 2.0.0-preview10 On both of these, running lein upgrade produced a message that upgrade

Re: [ANN] Leiningen 2.3.2 released

2013-08-21 Thread Sean Corfield
I went back to my Windows 8 laptop and updated lein.bat to the version on leiningen.org and then tested the up/down-grades and they worked perfectly - great to see the latest Windows batch file working so well! Sean On Wed, Aug 21, 2013 at 3:21 PM, Sean Corfield seancorfi...@gmail.com wrote: As

[ANN] Leiningen 2.3.2 released

2013-08-20 Thread Phil Hagelberg
Hello everybody. I'm happy to announce the release of Leiningen 2.3.2, a minor bugfix release over 2.3.1. Changes include the following: * Write `.nrepl-port` file for better tool interoperability. (Phil Hagelberg) * Support targeted upgrades in `lein.bat`. (Shantanu Kumar) * Warn when projects

Re: [ANN] Leiningen 2.3.2 released

2013-08-20 Thread Sean Corfield
Upgrading on Mac/Linux was painless as usual - and everything here seems to run fine with 2.3.2 - but Windows continues to be a pain in the rear... You can't lein upgrade so I updated the version string in lein.bat and tried lein self-install: C:\Users\Seanlein self-install Downloading Leiningen