Re: [ANN] Leiningen 2.3.0 released

2013-08-12 Thread Sean Corfield
On Mon, Aug 12, 2013 at 9:39 AM, Phil Hagelberg  wrote:
> I recall issues around the certificate GitHub used, but I'm not aware of any
> troubles that have been reported with the Amazon certificates. We switched
> to Amazon when GitHub turned off its upload functionality at the end of
> 2012, so everything from 2.0.0 onward has been on Amazon. Did the problems
> you're describing happen after the move?

I can't be certain, sorry. It did happen on my Win8 tablet but that
just means it happened something between mid-December 2012 and now, so
I don't know whether I caught the end of the Github issues there and
they just looked the same. Since Windows doesn't come with curl/wget
by default - and I'm using GOW (Gnu on Windows) rather than the
heavier Cygwin - the error message fallback isn't entirely helpful for
Windows users *smile*

> One simple thing that might help would be to include the URL and target
> location on disk in the error message so people can download by hand. The
> error message already includes instructions for how to disable certificate
> checking though, so I don't think a fallback location would help much.

See above. Those instructions assume curl or wget and a general UNIX-y
mindset...
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Leiningen 2.3.0 released

2013-08-12 Thread Phil Hagelberg
On Monday, August 12, 2013 9:29:53 AM UTC-7, Greg wrote:
> I used Homebrew to upgrade. Do you happen to know what the relationship 
is between your `lein upgrade` command and the `brew upgrade leiningen` 
command? 

We include a `bin/lein-pkg` script for downstream packagers like Debian, 
homebrew, etc, which has the upgrade and self-install functionality 
removed. However, last I checked, the homebrew packagers were not aware of 
this and just packaged the regular `bin/lein` script. I mentioned it in 
some issue comments, but I don't know if they've switched yet. I suspect 
using `lein upgrade` for an installation that wasn't done manually would 
cause problems, but I don't know anything about homebrew specifically.

-Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-12 Thread Phil Hagelberg
On Monday, August 12, 2013 6:52:55 AM UTC-7, Sean Corfield wrote:
> On Windows it definitely has been a problem in the past. I'm pretty 
> sure some users have run into problems with the S3 Amazon SSL 
> certificate in the past on non-Windows platforms too, but I'll defer 
> to you regarding the non-Windows experience.

I recall issues around the certificate GitHub used, but I'm not aware of 
any troubles that have been reported with the Amazon certificates. We 
switched to Amazon when GitHub turned off its upload functionality at the 
end of 2012, so everything from 2.0.0 onward has been on Amazon. Did the 
problems you're describing happen after the move?

One simple thing that might help would be to include the URL and target 
location on disk in the error message so people can download by hand. The 
error message already includes instructions for how to disable certificate 
checking though, so I don't think a fallback location would help much.

-Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-12 Thread Greg
Hey Phil, thanks for the update!

> As usual, you can get the latest version by running `lein upgrade`.

I used Homebrew to upgrade. Do you happen to know what the relationship is 
between your `lein upgrade` command and the `brew upgrade leiningen` command?

For example, if lein was installed view Homebrew, should it also be upgraded 
via Homebrew, or can it be upgraded later via the lein upgrade command? Or 
could that cause problems?

For safety's sake, I didn't test what would happen myself and just used 
Homebrew to update it.

- Greg

--
Please do not email me anything that you are not comfortable also sharing with 
the NSA.

On Aug 8, 2013, at 11:28 PM, Phil Hagelberg  wrote:

> 
> Hello everyone.
> 
> I'm happy to announce the release of Leiningen version 2.3.0. This
> version contains mostly minor fixes, but some highlights include faster
> test runs when using selectors (by skipping fixtures), better support
> for detecting ambiguous version resolutions via :pedantic, and fixes to
> better isolate different profiles in different :target-paths.
> 
> * Add `:eval-in :pprint` for debugging. (Phil Hagelberg)
> * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama)
> * Test-selectors skip fixtures too, not just running tests. (Gary Fredericks)
> * Place licenses and readmes into jars. (Phil Hagelberg)
> * Include LICENSE as separate file in templates. (Wolodja Wentland)
> * Allow aborting on ambiguous version resolution with `:pedantic`. (Nelson 
> Morris, Phil Hagelberg)
> * Scope `:compile-path` and `:native-path` under profile-specific target dir. 
> (Phil Hagelberg)
> * Fix bug where uberjar filename would include provided profile. (Phil 
> Hagelberg)
> * Deprecate explicit `self-install` command. (Phil Hagelberg)
> * Fix bugs around long lines in jar manifests. (Leon Barrett)
> * Support nested checkout dependencies. (Phil Hagelberg)
> * Fix bugs around `:filespecs`. (Jean Niklas L'orange)
> 
> As usual, you can get the latest version by running `lein upgrade`.
> 
> Thanks to all the contributors who helped make this happen.
> 
> happy hacking,
> Phil



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [ANN] Leiningen 2.3.0 released

2013-08-12 Thread Phillip Lord
Sean Corfield  writes:

> On Sat, Aug 10, 2013 at 8:26 AM, Phil Hagelberg  wrote:
>> None of these problems have had anything to do with SSL.
>
> On Windows it definitely has been a problem in the past. I'm pretty
> sure some users have run into problems with the S3 Amazon SSL
> certificate in the past on non-Windows platforms too, but I'll defer
> to you regarding the non-Windows experience.

I tried to get a stock Emacs to download the lein jar on windows.
It won't because it doesn't have SSL out of the box. I think a non SSL
download would be good also. 


Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Leiningen 2.3.0 released

2013-08-12 Thread John Gabriele
On Saturday, August 10, 2013 11:26:37 AM UTC-4, Phil Hagelberg wrote:
>
> On Friday, August 9, 2013 10:07:39 PM UTC-7, Sean Corfield wrote:
>
> None of these problems have had anything to do with SSL.
>
> It's been two things: the self-install function was moved, and the S3 ACL 
> was incorrect due to a typo while uploading. The S3 issues are being 
> addressed by ensuring more of the Leiningen team has access to the AWS 
> account; the reason I'm waiting for the 2.3.1 release is that I want to 
> find a time when I can step through it with one of the other contributors 
> so they are familiar with the process and can do it when I'm not around.
>
> The self-install was broken such that the implicit self-install happened 
> before HTTP_CLIENT was set. The explicit self-install command happens later 
> if you're running it from a checkout of Leiningen itself, which must have 
> been the case when I was testing.
>
> Anyway, a new download location wouldn't solve either of these issues.
>
> In the mean time I've reset the "stable" branch back to 2.2.0, so upgrades 
> and new users won't be affected. If you want to use 2.3.0, you can export 
> HTTP_CLIENT and run `lein upgrade 2.3.0` specifically and it will still 
> pull it in.
>
> You can always back out of an upgrade by running `lein upgrade 2.1.3` or 
> whatever; the upgrade command doesn't care which direction it's going.
>
>
Phil,

Thank you (and the other contributors) for all your work on lein. Although 
there's an occasional hiccup, it's been wonderful to use.

Much appreciated!

Also, did not know that `lein` could also be used to downgrade. Neat.

-- John

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-12 Thread Sean Corfield
On Sat, Aug 10, 2013 at 8:26 AM, Phil Hagelberg  wrote:
> None of these problems have had anything to do with SSL.

On Windows it definitely has been a problem in the past. I'm pretty
sure some users have run into problems with the S3 Amazon SSL
certificate in the past on non-Windows platforms too, but I'll defer
to you regarding the non-Windows experience.

> You can always back out of an upgrade by running `lein upgrade 2.1.3` or
> whatever; the upgrade command doesn't care which direction it's going.

Good to know that you can downgrade automatically without editing the script.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-10 Thread Phil Hagelberg
On Friday, August 9, 2013 10:07:39 PM UTC-7, Sean Corfield wrote:
> Can we _please_ get the Leiningen artifacts placed somewhere that 
> doesn't cause all sorts of SSL problems? This has been a repeated 
> problem over the last several releases. Mac and Windows users have 
> been s.o.l. each time until it is resolved. 

None of these problems have had anything to do with SSL.

It's been two things: the self-install function was moved, and the S3 ACL 
was incorrect due to a typo while uploading. The S3 issues are being 
addressed by ensuring more of the Leiningen team has access to the AWS 
account; the reason I'm waiting for the 2.3.1 release is that I want to 
find a time when I can step through it with one of the other contributors 
so they are familiar with the process and can do it when I'm not around.

The self-install was broken such that the implicit self-install happened 
before HTTP_CLIENT was set. The explicit self-install command happens later 
if you're running it from a checkout of Leiningen itself, which must have 
been the case when I was testing.

Anyway, a new download location wouldn't solve either of these issues.

In the mean time I've reset the "stable" branch back to 2.2.0, so upgrades 
and new users won't be affected. If you want to use 2.3.0, you can export 
HTTP_CLIENT and run `lein upgrade 2.3.0` specifically and it will still 
pull it in.

You can always back out of an upgrade by running `lein upgrade 2.1.3` or 
whatever; the upgrade command doesn't care which direction it's going.

-Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-10 Thread Michał Marczyk
On 10 August 2013 08:39, Michael Klishin  wrote:
> I personally think there should be a fallback location for the jar that does
> not use SSL.

As long as it isn't used automatically or after flashing a y/n prompt.
(Offering a flag like --no-ssl and mentioning it to the user when
appropriate would be fine.)

To explain, while I don't mind the occasional wait for an upgrade at
all, I would very much mind if lein tricked me into downloading its
jar over a connection not using SSL.

I'll also take this opportunity to note that if one has an earlier
self-install in place, downgrading can be accomplished by replacing
the lein script with the version from the appropriate tag in the
Leiningen repo:

$ cp /path/to/source/of/leiningen && git checkout 2.1.3 && cp bin/lein ~/bin

Or go to GitHub and download manually in absence of a local clone.

This works at least in Linux; hopefully adjusting paths (and the
script name on Windows) would make it work on other platforms.

Cheers,
Michał

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Michael Klishin
2013/8/10 Sean Corfield 

> Perhaps put Leiningen JARs on Clojars instead of this flaky custom
> location?


I personally think there should be a fallback location for the jar that
does not use SSL.
I'd be happy to host one if needed.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Sean Corfield
Yup, this killed my whole team for half a day today since I'd pushed
the 2.3.0 script to our repo after the upgrade worked for me, and then
hit the road for So. Cal. and everyone else then had a broken build
for the rest of the day because the upgrade process broke due to this
403 forbidden issue again. I've just reverted us to 2.1.3 again.

Can we _please_ get the Leiningen artifacts placed somewhere that
doesn't cause all sorts of SSL problems? This has been a repeated
problem over the last several releases. Mac and Windows users have
been s.o.l. each time until it is resolved.

Perhaps put Leiningen JARs on Clojars instead of this flaky custom location?

Sean

On Fri, Aug 9, 2013 at 6:32 PM, John Jacobsen  wrote:
> Hi Phil, all,
>
> I'm still seeing the error which (I think) others have been reporting here:
>
> vagrant@precise32:/tmp$ lein upgrade
> Downloading Leiningen to
> /home/vagrant/.lein/self-installs/leiningen-2.3.0-standalone.jar now...
> /home/vagrant/bin/lein: line 57:
> /home/vagrant/.lein/self-installs/leiningen-2.3.0-standalone.jar.pending: No
> such file or directory
> /home/vagrant/bin/lein: line 63: download_failed_message: command not found
> vagrant@precise32:/tmp$
>
> please advise?  Thanks!
>
> John
>
>
> On Friday, August 9, 2013 3:17:58 PM UTC-5, Phil Hagelberg wrote:
>>
>> Hey everyone; sorry for the chaos around this release. The upload process
>> is now fully automated[1] to reduce manual error, and I'm going to make sure
>> a few other people have access to the S3 bucket so if something like this
>> happens again it can be fixed when I'm not around.
>>
>> There's been one bug found in this release[2] that you might want to be
>> aware of if you produce regular jars with AOT. (uberjars are not affected)
>> The issue comments contain a workaround, but we'll be cutting a 2.3.1
>> release in a few days.
>>
>> -Phil
>>
>> [1] -
>> https://github.com/technomancy/leiningen/commit/9d93cdd19eaf2cd5f73242bc75c3115181326287
>>
>> [2] - https://github.com/technomancy/leiningen/issues/1283
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread John Jacobsen
That worked for now, thanks!  

On Friday, August 9, 2013 10:58:30 PM UTC-5, Phil Hagelberg wrote:
>
> On Friday, August 9, 2013 6:32:06 PM UTC-7, John Jacobsen wrote:
> > please advise?  Thanks!
>
> Hm; looks like self-install is getting invoked too soon. Not sure why it 
> was working for me earlier.
>
> Try setting `export HTTP_CLIENT="wget -O"` for now.
>
> -Phil
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Phil Hagelberg
On Friday, August 9, 2013 6:32:06 PM UTC-7, John Jacobsen wrote:
> please advise?  Thanks!

Hm; looks like self-install is getting invoked too soon. Not sure why it 
was working for me earlier.

Try setting `export HTTP_CLIENT="wget -O"` for now.

-Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread John Jacobsen
Hi Phil, all, 

I'm still seeing the error which (I think) others have been reporting here:

vagrant@precise32:/tmp$ lein upgrade
Downloading Leiningen to 
/home/vagrant/.lein/self-installs/leiningen-2.3.0-standalone.jar now...
/home/vagrant/bin/lein: line 57: 
/home/vagrant/.lein/self-installs/leiningen-2.3.0-standalone.jar.pending: 
No such file or directory
/home/vagrant/bin/lein: line 63: download_failed_message: command not found
vagrant@precise32:/tmp$ 

please advise?  Thanks!

John


On Friday, August 9, 2013 3:17:58 PM UTC-5, Phil Hagelberg wrote:
>
> Hey everyone; sorry for the chaos around this release. The upload process 
> is now fully automated[1] to reduce manual error, and I'm going to make 
> sure a few other people have access to the S3 bucket so if something like 
> this happens again it can be fixed when I'm not around.
>
> There's been one bug found in this release[2] that you might want to be 
> aware of if you produce regular jars with AOT. (uberjars are not affected) 
> The issue comments contain a workaround, but we'll be cutting a 2.3.1 
> release in a few days.
>
> -Phil
>
> [1] -  
> https://github.com/technomancy/leiningen/commit/9d93cdd19eaf2cd5f73242bc75c3115181326287
>
> [2] - https://github.com/technomancy/leiningen/issues/1283
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Phil Hagelberg
Hey everyone; sorry for the chaos around this release. The upload process 
is now fully automated[1] to reduce manual error, and I'm going to make 
sure a few other people have access to the S3 bucket so if something like 
this happens again it can be fixed when I'm not around.

There's been one bug found in this release[2] that you might want to be 
aware of if you produce regular jars with AOT. (uberjars are not affected) 
The issue comments contain a workaround, but we'll be cutting a 2.3.1 
release in a few days.

-Phil

[1] - 
 
https://github.com/technomancy/leiningen/commit/9d93cdd19eaf2cd5f73242bc75c3115181326287

[2] - https://github.com/technomancy/leiningen/issues/1283

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Marcus Blankenship
Lucky…

On Aug 9, 2013, at 9:06 AM, Tim Visher  wrote:

> `lein upgrade` Just Worked™ for me.
> 
> On Fri, Aug 9, 2013 at 11:48 AM, Marcus Blankenship
>  wrote:
>> No good deed goes unpunished, so here's my error *after* upgrading…
>> 
>> Error occurred during initialization of VM
>> java/lang/ClassNotFoundException: error in opening JAR file 
>> /Users/marcus/.lein/self-installs/leiningen-2.3.0-standalone.jar
>> 
>> Any ideas?
>> 
>> 
>> On Aug 8, 2013, at 8:28 PM, Phil Hagelberg  wrote:
>> 
>>> 
>>> Hello everyone.
>>> 
>>> I'm happy to announce the release of Leiningen version 2.3.0. This
>>> version contains mostly minor fixes, but some highlights include faster
>>> test runs when using selectors (by skipping fixtures), better support
>>> for detecting ambiguous version resolutions via :pedantic, and fixes to
>>> better isolate different profiles in different :target-paths.
>>> 
>>> * Add `:eval-in :pprint` for debugging. (Phil Hagelberg)
>>> * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama)
>>> * Test-selectors skip fixtures too, not just running tests. (Gary 
>>> Fredericks)
>>> * Place licenses and readmes into jars. (Phil Hagelberg)
>>> * Include LICENSE as separate file in templates. (Wolodja Wentland)
>>> * Allow aborting on ambiguous version resolution with `:pedantic`. (Nelson 
>>> Morris, Phil Hagelberg)
>>> * Scope `:compile-path` and `:native-path` under profile-specific target 
>>> dir. (Phil Hagelberg)
>>> * Fix bug where uberjar filename would include provided profile. (Phil 
>>> Hagelberg)
>>> * Deprecate explicit `self-install` command. (Phil Hagelberg)
>>> * Fix bugs around long lines in jar manifests. (Leon Barrett)
>>> * Support nested checkout dependencies. (Phil Hagelberg)
>>> * Fix bugs around `:filespecs`. (Jean Niklas L'orange)
>>> 
>>> As usual, you can get the latest version by running `lein upgrade`.
>>> 
>>> Thanks to all the contributors who helped make this happen.
>>> 
>>> happy hacking,
>>> Phil
>> 
>> MARCUS BLANKENSHIP
>> \\\ Owner, Problem Solver, Thinker
>> \\\ 541.805.2736 \ @justzeros \ skype:marcuscreo
>> 
>> --
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with your 
>> first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>> 
>> 
> 
> -- 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 

MARCUS BLANKENSHIP
\\\ Owner, Problem Solver, Thinker
\\\ 541.805.2736 \ @justzeros \ skype:marcuscreo

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Tim Visher
`lein upgrade` Just Worked™ for me.

On Fri, Aug 9, 2013 at 11:48 AM, Marcus Blankenship
 wrote:
> No good deed goes unpunished, so here's my error *after* upgrading…
>
> Error occurred during initialization of VM
> java/lang/ClassNotFoundException: error in opening JAR file 
> /Users/marcus/.lein/self-installs/leiningen-2.3.0-standalone.jar
>
> Any ideas?
>
>
> On Aug 8, 2013, at 8:28 PM, Phil Hagelberg  wrote:
>
>>
>> Hello everyone.
>>
>> I'm happy to announce the release of Leiningen version 2.3.0. This
>> version contains mostly minor fixes, but some highlights include faster
>> test runs when using selectors (by skipping fixtures), better support
>> for detecting ambiguous version resolutions via :pedantic, and fixes to
>> better isolate different profiles in different :target-paths.
>>
>> * Add `:eval-in :pprint` for debugging. (Phil Hagelberg)
>> * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama)
>> * Test-selectors skip fixtures too, not just running tests. (Gary Fredericks)
>> * Place licenses and readmes into jars. (Phil Hagelberg)
>> * Include LICENSE as separate file in templates. (Wolodja Wentland)
>> * Allow aborting on ambiguous version resolution with `:pedantic`. (Nelson 
>> Morris, Phil Hagelberg)
>> * Scope `:compile-path` and `:native-path` under profile-specific target 
>> dir. (Phil Hagelberg)
>> * Fix bug where uberjar filename would include provided profile. (Phil 
>> Hagelberg)
>> * Deprecate explicit `self-install` command. (Phil Hagelberg)
>> * Fix bugs around long lines in jar manifests. (Leon Barrett)
>> * Support nested checkout dependencies. (Phil Hagelberg)
>> * Fix bugs around `:filespecs`. (Jean Niklas L'orange)
>>
>> As usual, you can get the latest version by running `lein upgrade`.
>>
>> Thanks to all the contributors who helped make this happen.
>>
>> happy hacking,
>> Phil
>
> MARCUS BLANKENSHIP
> \\\ Owner, Problem Solver, Thinker
> \\\ 541.805.2736 \ @justzeros \ skype:marcuscreo
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Marcus Blankenship
No good deed goes unpunished, so here's my error *after* upgrading…

Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file 
/Users/marcus/.lein/self-installs/leiningen-2.3.0-standalone.jar

Any ideas?


On Aug 8, 2013, at 8:28 PM, Phil Hagelberg  wrote:

> 
> Hello everyone.
> 
> I'm happy to announce the release of Leiningen version 2.3.0. This
> version contains mostly minor fixes, but some highlights include faster
> test runs when using selectors (by skipping fixtures), better support
> for detecting ambiguous version resolutions via :pedantic, and fixes to
> better isolate different profiles in different :target-paths.
> 
> * Add `:eval-in :pprint` for debugging. (Phil Hagelberg)
> * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama)
> * Test-selectors skip fixtures too, not just running tests. (Gary Fredericks)
> * Place licenses and readmes into jars. (Phil Hagelberg)
> * Include LICENSE as separate file in templates. (Wolodja Wentland)
> * Allow aborting on ambiguous version resolution with `:pedantic`. (Nelson 
> Morris, Phil Hagelberg)
> * Scope `:compile-path` and `:native-path` under profile-specific target dir. 
> (Phil Hagelberg)
> * Fix bug where uberjar filename would include provided profile. (Phil 
> Hagelberg)
> * Deprecate explicit `self-install` command. (Phil Hagelberg)
> * Fix bugs around long lines in jar manifests. (Leon Barrett)
> * Support nested checkout dependencies. (Phil Hagelberg)
> * Fix bugs around `:filespecs`. (Jean Niklas L'orange)
> 
> As usual, you can get the latest version by running `lein upgrade`.
> 
> Thanks to all the contributors who helped make this happen.
> 
> happy hacking,
> Phil

MARCUS BLANKENSHIP
\\\ Owner, Problem Solver, Thinker
\\\ 541.805.2736 \ @justzeros \ skype:marcuscreo

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Sean Corfield
Gmail search is defeating my efforts to locate what my problems with
2.2.0 were so I'll just wait until I can download 2.3.0 and re-run all
our tests anyway. Sigh.

On Fri, Aug 9, 2013 at 8:12 AM, Sean Corfield  wrote:
> On Fri, Aug 9, 2013 at 12:14 AM, Phillip Lord
>  wrote:
>> Unfortunately, after upgrading the bash script, so it leaves a broken 
>> install.
>
> I keep my lein script under Git so it was easy to revert, but we're
> still on 2.1.3 because I ran into a number of problems with 2.2.0
> (that I no longer remember but I did post notes about them here a
> while back). I was just hoping to see if those problems were fixed in
> 2.3.0. I'll search the archives and see if I can find my post (and
> then I'll look at the 2.3.0 release notes).
> --
> Sean A Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
> World Singles, LLC. -- http://worldsingles.com/
>
> "Perfection is the enemy of the good."
> -- Gustave Flaubert, French realist novelist (1821-1880)



-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Sean Corfield
On Fri, Aug 9, 2013 at 12:14 AM, Phillip Lord
 wrote:
> Unfortunately, after upgrading the bash script, so it leaves a broken install.

I keep my lein script under Git so it was easy to revert, but we're
still on 2.1.3 because I ran into a number of problems with 2.2.0
(that I no longer remember but I did post notes about them here a
while back). I was just hoping to see if those problems were fixed in
2.3.0. I'll search the archives and see if I can find my post (and
then I'll look at the 2.3.0 release notes).
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Moritz Ulrich

Phil Hagelberg writes:

> On Thursday, August 8, 2013 8:52:47 PM UTC-7, Frank Hale wrote:
>> Looks like I was way too fast. Upgrading just worked for me. Thank you!
>>
>>   
> I got the ACL wrong on the initial upload but fixed it a few minutes after 
> the email went out.
>
> -Phil
>
> -- 

https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
is still AccessDenied for me.

-- 
Moritz Ulrich

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Armando Blancas
[Mac OS X 10.8.4]
I followed this same procedure as Sean and it worked for me last night.

On Thursday, August 8, 2013 9:16:06 PM UTC-7, Sean Corfield wrote:
>
> It failed for me on Mac OS X 10.8.4 - this has also been a problem on 
> Windows for me (which doesn't have curl / wget anyway). Can we please 
> get the Leiningen JAR posted somewhere that is not prone to this sort 
> of SSL problem? 
>
> (! 536)-> lein upgrade 
> The script at /Developer/workspace/worldsingles/build/bin/lein2 will 
> be upgraded to the latest stable version. 
> Do you want to continue [Y/n]? y 
>
> Upgrading... 
>   % Total% Received % Xferd  Average Speed   TimeTime Time 
>  Current 
>  Dload  Upload   Total   SpentLeft 
>  Speed 
> 100   126  100   1260 0261  0 --:--:-- --:--:-- --:--:--   
> 336 
> 100 11353  100 113530 0  11459  0 --:--:-- --:--:-- --:--:-- 
>  101k 
>
> Manual self-install is deprecated; it will run automatically when 
> necessary. 
> Downloading Leiningen to 
> /Users/sean/.lein/self-installs/leiningen-2.3.0-standalone.jar now... 
>   % Total% Received % Xferd  Average Speed   TimeTime Time 
>  Current 
>  Dload  Upload   Total   SpentLeft 
>  Speed 
>   0 00 00 0  0  0 --:--:-- --:--:-- --:--:--   
>   0 
> curl: (22) The requested URL returned error: 403 
> Failed to download 
> https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar 
> It's possible your HTTP client's certificate store does not have the 
> correct certificate authority needed. This is often caused by an 
> out-of-date version of libssl. Either upgrade it or set HTTP_CLIENT 
> to turn off certificate checks: 
>   export HTTP_CLIENT="wget --no-check-certificate -O" # or 
>   export HTTP_CLIENT="curl --insecure -f -L -o" 
> It's also possible that you're behind a firewall haven't yet 
> set HTTP_PROXY and HTTPS_PROXY. 
>
> Thu Aug 08 21:10:48 
> (sean)-(jobs:0)-(/Developer/workspace/worldsingles) 
> (! 537)-> HTTP_CLIENT="curl --insecure -f -L -o" lein upgrade 
> Downloading Leiningen to 
> /Users/sean/.lein/self-installs/leiningen-2.3.0-standalone.jar now... 
>   % Total% Received % Xferd  Average Speed   TimeTime Time 
>  Current 
>  Dload  Upload   Total   SpentLeft 
>  Speed 
>   0 00 00 0  0  0 --:--:-- --:--:-- --:--:--   
>   0 
> curl: (22) The requested URL returned error: 403 
> /usr/bin/lein: line 63: download_failed_message: command not found 
>
> Thu Aug 08 21:11:19 
> (sean)-(jobs:0)-(/Developer/workspace/worldsingles) 
>
> On Thu, Aug 8, 2013 at 8:28 PM, Phil Hagelberg 
> > 
> wrote: 
> > 
> > Hello everyone. 
> > 
> > I'm happy to announce the release of Leiningen version 2.3.0. This 
> > version contains mostly minor fixes, but some highlights include faster 
> > test runs when using selectors (by skipping fixtures), better support 
> > for detecting ambiguous version resolutions via :pedantic, and fixes to 
> > better isolate different profiles in different :target-paths. 
> > 
> > * Add `:eval-in :pprint` for debugging. (Phil Hagelberg) 
> > * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama) 
> > * Test-selectors skip fixtures too, not just running tests. (Gary 
> Fredericks) 
> > * Place licenses and readmes into jars. (Phil Hagelberg) 
> > * Include LICENSE as separate file in templates. (Wolodja Wentland) 
> > * Allow aborting on ambiguous version resolution with `:pedantic`. 
> (Nelson Morris, Phil Hagelberg) 
> > * Scope `:compile-path` and `:native-path` under profile-specific target 
> dir. (Phil Hagelberg) 
> > * Fix bug where uberjar filename would include provided profile. (Phil 
> Hagelberg) 
> > * Deprecate explicit `self-install` command. (Phil Hagelberg) 
> > * Fix bugs around long lines in jar manifests. (Leon Barrett) 
> > * Support nested checkout dependencies. (Phil Hagelberg) 
> > * Fix bugs around `:filespecs`. (Jean Niklas L'orange) 
> > 
> > As usual, you can get the latest version by running `lein upgrade`. 
> > 
> > Thanks to all the contributors who helped make this happen. 
> > 
> > happy hacking, 
> > Phil 
>
>
>
> -- 
> Sean A Corfield -- (904) 302-SEAN 
> An Architect's View -- http://corfield.org/ 
> World Singles, LLC. -- http://worldsingles.com/ 
>
> "Perfection is the enemy of the good." 
> -- Gustave Flaubert, French realist novelist (1821-1880) 
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the 

Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Matt Mitchell
The upgrade ended up "breaking" lein on my system. This fix worked for me. 
Thanks!

On Friday, August 9, 2013 5:30:42 AM UTC-4, Jean Niklas L'orange wrote:
>
> Hey guys,
>
> I've hacked together a temporary fix for people who really, really, really 
> want to use 2.3.0 right away, or have broken their lein script and just 
> want to solve this "the easy way". I would NOT recommend people to upgrade 
> right now, just wait until the jar has been set up with the right acl. (I 
> would be surprised if that's not the first thing Phil would do in the 
> morning.)
>
> If you've not tried to upgrade, do so and get the error message in your 
> face: lein upgrade should do the trick. Then go to the directory 
> ~/.lein/self-installs (or your equivalent directory on Windows). Download 
> https://github.com/hyPiRion/leiningen-2.3.0-tempfix/raw/temporary-fix/target/leiningen-2.3.0-standalone.jar
>  (wget/curl) 
> and save it in the folder. Ensure that it has the name 
> leiningen-2.3.0-standalone.jar. That's "all" you need to do to get 2.3.0 
> working.
>
> Again: this is just a temporary fix, and it is packaged by me, not Phil. 
> However, it should be equivalent in terms of functionality, and there 
> shouldn't be any need to replace the jar once it's downloaded.
>
> I'll remove the repo with the temporary fix once it is possible to 
> download the official release once again.
>
> -- Jean Niklas
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Jean Niklas L'orange
Hey guys,

I've hacked together a temporary fix for people who really, really, really 
want to use 2.3.0 right away, or have broken their lein script and just 
want to solve this "the easy way". I would NOT recommend people to upgrade 
right now, just wait until the jar has been set up with the right acl. (I 
would be surprised if that's not the first thing Phil would do in the 
morning.)

If you've not tried to upgrade, do so and get the error message in your 
face: lein upgrade should do the trick. Then go to the directory 
~/.lein/self-installs (or your equivalent directory on Windows). Download 
https://github.com/hyPiRion/leiningen-2.3.0-tempfix/raw/temporary-fix/target/leiningen-2.3.0-standalone.jar
 (wget/curl) 
and save it in the folder. Ensure that it has the name 
leiningen-2.3.0-standalone.jar. That's "all" you need to do to get 2.3.0 
working.

Again: this is just a temporary fix, and it is packaged by me, not Phil. 
However, it should be equivalent in terms of functionality, and there 
shouldn't be any need to replace the jar once it's downloaded.

I'll remove the repo with the temporary fix once it is possible to download 
the official release once again.

-- Jean Niklas

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Jim - FooBar();

same here! can we get the 2.3.0.-jar from clojars? does anybody know?


Jim

On 09/08/13 08:14, Phillip Lord wrote:

Also here on linux.

Unfortunately, after upgrading the bash script, so it leaves a broken install.

Phil

From: clojure@googlegroups.com [clojure@googlegroups.com] on behalf of Alex Ott 
[alex...@gmail.com]
Sent: 09 August 2013 07:36
To: clojure@googlegroups.com
Subject: Re: [ANN] Leiningen 2.3.0 released

Also fails on Linux

ott@mercury:.../Debug\>lein upgrade 
   8:34 0
Downloading Leiningen to 
/home/ott/.lein/self-installs/leiningen-2.3.0-standalone.jar now...
   % Total% Received % Xferd  Average Speed   TimeTime Time  Current
  Dload  Upload   Total   SpentLeft  Speed
   0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 403
/home/ott/bin/lein: line 63: download_failed_message: command not found
ott@mercury:./Debug\>wget 
https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
8:35 1
--2013-08-09 08:35:29--  
https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
Resolving leiningen.s3.amazonaws.com<http://leiningen.s3.amazonaws.com> 
(leiningen.s3.amazonaws.com<http://leiningen.s3.amazonaws.com>)... 205.251.242.192
Connecting to leiningen.s3.amazonaws.com<http://leiningen.s3.amazonaws.com> 
(leiningen.s3.amazonaws.com<http://leiningen.s3.amazonaws.com>)|205.251.242.192|:443...
 connected.
HTTP request sent, awaiting response... 403 Forbidden
2013-08-09 08:35:30 ERROR 403: Forbidden.



On Fri, Aug 9, 2013 at 7:21 AM, Sean Corfield 
mailto:seancorfi...@gmail.com>> wrote:
I'm still getting the 403 forbidden error. Mac and Windows.

On Thu, Aug 8, 2013 at 10:06 PM, Phil Hagelberg 
mailto:p...@hagelb.org>> wrote:

On Thursday, August 8, 2013 8:52:47 PM UTC-7, Frank Hale wrote:

Looks like I was way too fast. Upgrading just worked for me. Thank you!


I got the ACL wrong on the initial upload but fixed it a few minutes after
the email went out.

-Phil

--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to 
clojure@googlegroups.com<mailto:clojure@googlegroups.com>
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com<mailto:clojure%2bunsubscr...@googlegroups.com>
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to 
clojure+unsubscr...@googlegroups.com<mailto:clojure%2bunsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/groups/opt_out.





--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to 
clojure@googlegroups.com<mailto:clojure@googlegroups.com>
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com<mailto:clojure%2bunsubscr...@googlegroups.com>
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 
clojure+unsubscr...@googlegroups.com<mailto:clojure%2bunsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/groups/opt_out.



--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
Skype: alex.ott

--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.

RE: [ANN] Leiningen 2.3.0 released

2013-08-09 Thread Phillip Lord
Also here on linux. 

Unfortunately, after upgrading the bash script, so it leaves a broken install.

Phil

From: clojure@googlegroups.com [clojure@googlegroups.com] on behalf of Alex Ott 
[alex...@gmail.com]
Sent: 09 August 2013 07:36
To: clojure@googlegroups.com
Subject: Re: [ANN] Leiningen 2.3.0 released

Also fails on Linux

ott@mercury:.../Debug\>lein upgrade 
   8:34 0
Downloading Leiningen to 
/home/ott/.lein/self-installs/leiningen-2.3.0-standalone.jar now...
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 403
/home/ott/bin/lein: line 63: download_failed_message: command not found
ott@mercury:./Debug\>wget 
https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
8:35 1
--2013-08-09 08:35:29--  
https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
Resolving leiningen.s3.amazonaws.com<http://leiningen.s3.amazonaws.com> 
(leiningen.s3.amazonaws.com<http://leiningen.s3.amazonaws.com>)... 
205.251.242.192
Connecting to leiningen.s3.amazonaws.com<http://leiningen.s3.amazonaws.com> 
(leiningen.s3.amazonaws.com<http://leiningen.s3.amazonaws.com>)|205.251.242.192|:443...
 connected.
HTTP request sent, awaiting response... 403 Forbidden
2013-08-09 08:35:30 ERROR 403: Forbidden.



On Fri, Aug 9, 2013 at 7:21 AM, Sean Corfield 
mailto:seancorfi...@gmail.com>> wrote:
I'm still getting the 403 forbidden error. Mac and Windows.

On Thu, Aug 8, 2013 at 10:06 PM, Phil Hagelberg 
mailto:p...@hagelb.org>> wrote:
> On Thursday, August 8, 2013 8:52:47 PM UTC-7, Frank Hale wrote:
>> Looks like I was way too fast. Upgrading just worked for me. Thank you!
>
>
> I got the ACL wrong on the initial upload but fixed it a few minutes after
> the email went out.
>
> -Phil
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to 
> clojure@googlegroups.com<mailto:clojure@googlegroups.com>
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com<mailto:clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> clojure+unsubscr...@googlegroups.com<mailto:clojure%2bunsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to 
clojure@googlegroups.com<mailto:clojure@googlegroups.com>
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com<mailto:clojure%2bunsubscr...@googlegroups.com>
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
clojure+unsubscr...@googlegroups.com<mailto:clojure%2bunsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/groups/opt_out.



--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
Skype: alex.ott

--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubs

Re: [ANN] Leiningen 2.3.0 released

2013-08-08 Thread Alex Ott
Also fails on Linux

ott@mercury:.../Debug\>lein
upgrade
8:34 0
Downloading Leiningen to
/home/ott/.lein/self-installs/leiningen-2.3.0-standalone.jar now...
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
  0 00 00 0  0  0 --:--:-- --:--:--
--:--:-- 0
curl: (22) The requested URL returned error: 403
/home/ott/bin/lein: line 63: download_failed_message: command not found
ott@mercury:./Debug\>wget
https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
8:35 1
--2013-08-09 08:35:29--
https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
Resolving leiningen.s3.amazonaws.com (leiningen.s3.amazonaws.com)...
205.251.242.192
Connecting to leiningen.s3.amazonaws.com
(leiningen.s3.amazonaws.com)|205.251.242.192|:443...
connected.
HTTP request sent, awaiting response... 403 Forbidden
2013-08-09 08:35:30 ERROR 403: Forbidden.



On Fri, Aug 9, 2013 at 7:21 AM, Sean Corfield wrote:

> I'm still getting the 403 forbidden error. Mac and Windows.
>
> On Thu, Aug 8, 2013 at 10:06 PM, Phil Hagelberg  wrote:
> > On Thursday, August 8, 2013 8:52:47 PM UTC-7, Frank Hale wrote:
> >> Looks like I was way too fast. Upgrading just worked for me. Thank you!
> >
> >
> > I got the ACL wrong on the initial upload but fixed it a few minutes
> after
> > the email went out.
> >
> > -Phil
> >
> > --
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.
> > To post to this group, send email to clojure@googlegroups.com
> > Note that posts from new members are moderated - please be patient with
> your
> > first post.
> > To unsubscribe from this group, send email to
> > clojure+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/clojure?hl=en
> > ---
> > You received this message because you are subscribed to the Google Groups
> > "Clojure" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to clojure+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/groups/opt_out.
> >
> >
>
>
>
> --
> Sean A Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
> World Singles, LLC. -- http://worldsingles.com/
>
> "Perfection is the enemy of the good."
> -- Gustave Flaubert, French realist novelist (1821-1880)
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
Skype: alex.ott

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Leiningen 2.3.0 released

2013-08-08 Thread Sean Corfield
I'm still getting the 403 forbidden error. Mac and Windows.

On Thu, Aug 8, 2013 at 10:06 PM, Phil Hagelberg  wrote:
> On Thursday, August 8, 2013 8:52:47 PM UTC-7, Frank Hale wrote:
>> Looks like I was way too fast. Upgrading just worked for me. Thank you!
>
>
> I got the ACL wrong on the initial upload but fixed it a few minutes after
> the email went out.
>
> -Phil
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Leiningen 2.3.0 released

2013-08-08 Thread Phil Hagelberg
On Thursday, August 8, 2013 8:52:47 PM UTC-7, Frank Hale wrote:
> Looks like I was way too fast. Upgrading just worked for me. Thank you!
>
>   
I got the ACL wrong on the initial upload but fixed it a few minutes after 
the email went out.

-Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-08 Thread Sean Corfield
It failed for me on Mac OS X 10.8.4 - this has also been a problem on
Windows for me (which doesn't have curl / wget anyway). Can we please
get the Leiningen JAR posted somewhere that is not prone to this sort
of SSL problem?

(! 536)-> lein upgrade
The script at /Developer/workspace/worldsingles/build/bin/lein2 will
be upgraded to the latest stable version.
Do you want to continue [Y/n]? y

Upgrading...
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
100   126  100   1260 0261  0 --:--:-- --:--:-- --:--:--   336
100 11353  100 113530 0  11459  0 --:--:-- --:--:-- --:--:--  101k

Manual self-install is deprecated; it will run automatically when necessary.
Downloading Leiningen to
/Users/sean/.lein/self-installs/leiningen-2.3.0-standalone.jar now...
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 403
Failed to download
https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
It's possible your HTTP client's certificate store does not have the
correct certificate authority needed. This is often caused by an
out-of-date version of libssl. Either upgrade it or set HTTP_CLIENT
to turn off certificate checks:
  export HTTP_CLIENT="wget --no-check-certificate -O" # or
  export HTTP_CLIENT="curl --insecure -f -L -o"
It's also possible that you're behind a firewall haven't yet
set HTTP_PROXY and HTTPS_PROXY.

Thu Aug 08 21:10:48
(sean)-(jobs:0)-(/Developer/workspace/worldsingles)
(! 537)-> HTTP_CLIENT="curl --insecure -f -L -o" lein upgrade
Downloading Leiningen to
/Users/sean/.lein/self-installs/leiningen-2.3.0-standalone.jar now...
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 403
/usr/bin/lein: line 63: download_failed_message: command not found

Thu Aug 08 21:11:19
(sean)-(jobs:0)-(/Developer/workspace/worldsingles)

On Thu, Aug 8, 2013 at 8:28 PM, Phil Hagelberg  wrote:
>
> Hello everyone.
>
> I'm happy to announce the release of Leiningen version 2.3.0. This
> version contains mostly minor fixes, but some highlights include faster
> test runs when using selectors (by skipping fixtures), better support
> for detecting ambiguous version resolutions via :pedantic, and fixes to
> better isolate different profiles in different :target-paths.
>
> * Add `:eval-in :pprint` for debugging. (Phil Hagelberg)
> * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama)
> * Test-selectors skip fixtures too, not just running tests. (Gary Fredericks)
> * Place licenses and readmes into jars. (Phil Hagelberg)
> * Include LICENSE as separate file in templates. (Wolodja Wentland)
> * Allow aborting on ambiguous version resolution with `:pedantic`. (Nelson 
> Morris, Phil Hagelberg)
> * Scope `:compile-path` and `:native-path` under profile-specific target dir. 
> (Phil Hagelberg)
> * Fix bug where uberjar filename would include provided profile. (Phil 
> Hagelberg)
> * Deprecate explicit `self-install` command. (Phil Hagelberg)
> * Fix bugs around long lines in jar manifests. (Leon Barrett)
> * Support nested checkout dependencies. (Phil Hagelberg)
> * Fix bugs around `:filespecs`. (Jean Niklas L'orange)
>
> As usual, you can get the latest version by running `lein upgrade`.
>
> Thanks to all the contributors who helped make this happen.
>
> happy hacking,
> Phil



-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Leiningen 2.3.0 released

2013-08-08 Thread Mark Engelberg
I'm getting the same error.

On Thu, Aug 8, 2013 at 8:47 PM, Frank Hale  wrote:

> Upgrading failed for me.
>
> C:\Users\majyk\Desktop>lein upgrade
> The script at C:\Users\majyk\Desktop\local\lein.bat will be upgraded to
> the late
> st version in series 2.3.0-SNAPSHOT.
> Do you want to continue (Y/N)?Y
> Downloading latest Leiningen batch script...
> 1 file(s) moved.
>
> Upgrading...
> Downloading Leiningen now...
> Exception calling "DownloadFile" with "2" argument(s): "The remote server
> returned an error: (403) Forbidden."
> At line:1 char:17
> + & {param($a,$f) (new-object System.Net.WebClient).DownloadFile($a, $f)}
> "https:/ ...
> + ~~
> + CategoryInfo  : NotSpecified: (:) [],
> MethodInvocationException
> + FullyQualifiedErrorId : WebException
>
> The system cannot find the file specified.
> 1 file(s) moved.
> C:\Users\majyk\Desktop>
>
> I tried to manually download the jar file by using the following URL
>
> https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
>
> And I got:
>
> This XML file does not appear to have any style information associated
> with it. The document tree is shown below.
>
> 
> AccessDenied
> Access Denied
> 5FA0428EC6828177
> 
> GArXYH0mU0svBmqdNQ16npOOFQUz3FDEL6wQ0ew7zfSl/cpCo1kEbrn1gzawBes4
> 
> 
>
>
> On Thu, Aug 8, 2013 at 11:28 PM, Phil Hagelberg  wrote:
>
>>
>> Hello everyone.
>>
>> I'm happy to announce the release of Leiningen version 2.3.0. This
>> version contains mostly minor fixes, but some highlights include faster
>> test runs when using selectors (by skipping fixtures), better support
>> for detecting ambiguous version resolutions via :pedantic, and fixes to
>> better isolate different profiles in different :target-paths.
>>
>> * Add `:eval-in :pprint` for debugging. (Phil Hagelberg)
>> * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama)
>> * Test-selectors skip fixtures too, not just running tests. (Gary
>> Fredericks)
>> * Place licenses and readmes into jars. (Phil Hagelberg)
>> * Include LICENSE as separate file in templates. (Wolodja Wentland)
>> * Allow aborting on ambiguous version resolution with `:pedantic`.
>> (Nelson Morris, Phil Hagelberg)
>> * Scope `:compile-path` and `:native-path` under profile-specific target
>> dir. (Phil Hagelberg)
>> * Fix bug where uberjar filename would include provided profile. (Phil
>> Hagelberg)
>> * Deprecate explicit `self-install` command. (Phil Hagelberg)
>> * Fix bugs around long lines in jar manifests. (Leon Barrett)
>> * Support nested checkout dependencies. (Phil Hagelberg)
>> * Fix bugs around `:filespecs`. (Jean Niklas L'orange)
>>
>> As usual, you can get the latest version by running `lein upgrade`.
>>
>> Thanks to all the contributors who helped make this happen.
>>
>> happy hacking,
>> Phil
>>
>
>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-08 Thread Frank Hale
Looks like I was way too fast. Upgrading just worked for me. Thank you!


On Thu, Aug 8, 2013 at 11:47 PM, Frank Hale  wrote:

> Upgrading failed for me.
>
> C:\Users\majyk\Desktop>lein upgrade
> The script at C:\Users\majyk\Desktop\local\lein.bat will be upgraded to
> the late
> st version in series 2.3.0-SNAPSHOT.
> Do you want to continue (Y/N)?Y
> Downloading latest Leiningen batch script...
> 1 file(s) moved.
>
> Upgrading...
> Downloading Leiningen now...
> Exception calling "DownloadFile" with "2" argument(s): "The remote server
> returned an error: (403) Forbidden."
> At line:1 char:17
> + & {param($a,$f) (new-object System.Net.WebClient).DownloadFile($a, $f)}
> "https:/ ...
> + ~~
> + CategoryInfo  : NotSpecified: (:) [],
> MethodInvocationException
> + FullyQualifiedErrorId : WebException
>
> The system cannot find the file specified.
> 1 file(s) moved.
> C:\Users\majyk\Desktop>
>
> I tried to manually download the jar file by using the following URL
>
> https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar
>
> And I got:
>
> This XML file does not appear to have any style information associated
> with it. The document tree is shown below.
>
> 
> AccessDenied
> Access Denied
> 5FA0428EC6828177
> 
> GArXYH0mU0svBmqdNQ16npOOFQUz3FDEL6wQ0ew7zfSl/cpCo1kEbrn1gzawBes4
> 
> 
>
>
> On Thu, Aug 8, 2013 at 11:28 PM, Phil Hagelberg  wrote:
>
>>
>> Hello everyone.
>>
>> I'm happy to announce the release of Leiningen version 2.3.0. This
>> version contains mostly minor fixes, but some highlights include faster
>> test runs when using selectors (by skipping fixtures), better support
>> for detecting ambiguous version resolutions via :pedantic, and fixes to
>> better isolate different profiles in different :target-paths.
>>
>> * Add `:eval-in :pprint` for debugging. (Phil Hagelberg)
>> * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama)
>> * Test-selectors skip fixtures too, not just running tests. (Gary
>> Fredericks)
>> * Place licenses and readmes into jars. (Phil Hagelberg)
>> * Include LICENSE as separate file in templates. (Wolodja Wentland)
>> * Allow aborting on ambiguous version resolution with `:pedantic`.
>> (Nelson Morris, Phil Hagelberg)
>> * Scope `:compile-path` and `:native-path` under profile-specific target
>> dir. (Phil Hagelberg)
>> * Fix bug where uberjar filename would include provided profile. (Phil
>> Hagelberg)
>> * Deprecate explicit `self-install` command. (Phil Hagelberg)
>> * Fix bugs around long lines in jar manifests. (Leon Barrett)
>> * Support nested checkout dependencies. (Phil Hagelberg)
>> * Fix bugs around `:filespecs`. (Jean Niklas L'orange)
>>
>> As usual, you can get the latest version by running `lein upgrade`.
>>
>> Thanks to all the contributors who helped make this happen.
>>
>> happy hacking,
>> Phil
>>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Leiningen 2.3.0 released

2013-08-08 Thread Frank Hale
Upgrading failed for me.

C:\Users\majyk\Desktop>lein upgrade
The script at C:\Users\majyk\Desktop\local\lein.bat will be upgraded to the
late
st version in series 2.3.0-SNAPSHOT.
Do you want to continue (Y/N)?Y
Downloading latest Leiningen batch script...
1 file(s) moved.

Upgrading...
Downloading Leiningen now...
Exception calling "DownloadFile" with "2" argument(s): "The remote server
returned an error: (403) Forbidden."
At line:1 char:17
+ & {param($a,$f) (new-object System.Net.WebClient).DownloadFile($a, $f)}
"https:/ ...
+ ~~
+ CategoryInfo  : NotSpecified: (:) [],
MethodInvocationException
+ FullyQualifiedErrorId : WebException

The system cannot find the file specified.
1 file(s) moved.
C:\Users\majyk\Desktop>

I tried to manually download the jar file by using the following URL

https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar

And I got:

This XML file does not appear to have any style information associated with
it. The document tree is shown below.


AccessDenied
Access Denied
5FA0428EC6828177

GArXYH0mU0svBmqdNQ16npOOFQUz3FDEL6wQ0ew7zfSl/cpCo1kEbrn1gzawBes4




On Thu, Aug 8, 2013 at 11:28 PM, Phil Hagelberg  wrote:

>
> Hello everyone.
>
> I'm happy to announce the release of Leiningen version 2.3.0. This
> version contains mostly minor fixes, but some highlights include faster
> test runs when using selectors (by skipping fixtures), better support
> for detecting ambiguous version resolutions via :pedantic, and fixes to
> better isolate different profiles in different :target-paths.
>
> * Add `:eval-in :pprint` for debugging. (Phil Hagelberg)
> * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama)
> * Test-selectors skip fixtures too, not just running tests. (Gary
> Fredericks)
> * Place licenses and readmes into jars. (Phil Hagelberg)
> * Include LICENSE as separate file in templates. (Wolodja Wentland)
> * Allow aborting on ambiguous version resolution with `:pedantic`. (Nelson
> Morris, Phil Hagelberg)
> * Scope `:compile-path` and `:native-path` under profile-specific target
> dir. (Phil Hagelberg)
> * Fix bug where uberjar filename would include provided profile. (Phil
> Hagelberg)
> * Deprecate explicit `self-install` command. (Phil Hagelberg)
> * Fix bugs around long lines in jar manifests. (Leon Barrett)
> * Support nested checkout dependencies. (Phil Hagelberg)
> * Fix bugs around `:filespecs`. (Jean Niklas L'orange)
>
> As usual, you can get the latest version by running `lein upgrade`.
>
> Thanks to all the contributors who helped make this happen.
>
> happy hacking,
> Phil
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.