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.

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>5FA0428EC6828177</RequestId>
<HostId>
GArXYH0mU0svBmqdNQ16npOOFQUz3FDEL6wQ0ew7zfSl/cpCo1kEbrn1gzawBes4
</HostId>
</Error>


On Thu, Aug 8, 2013 at 11:28 PM, Phil Hagelberg <p...@hagelb.org> 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.

Reply via email to