Hi List,

Today, trying to setup Clojure I downloaded 'leiningen.bat' from
(http://github.com/technomancy/leiningen/raw/master/bin/lein.bat) and
'self-install' fails:
  C:\Users\Bahman>lein self-install
  SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
  syswgetrc = C:\Program Files\GnuWin32/etc/wgetrc
  --2010-09-10 18:56:58-- 
http://github.com/downloads/technomancy/leiningen/leiningen-1.4.0-SNAPSHOT-standalone.jar
  Resolving github.com... 207.97.227.239
  Connecting to github.com|207.97.227.239|:80... connected.
  HTTP request sent, awaiting response... 404 Not Found
  2010-09-10 18:56:59 ERROR 404: Not Found.
  *** DOWNLOAD FAILED! Check URL/Version. ***


Also another strange thing is that when I open a command prompt and
enter 'lein self-install' it fails; I figured out I have to issue a
dummy 'lein new' first for 'self-install' to start.
  C:\Users\Bahman>lein self-install
  The syntax of the command is incorrect.

  C:\Users\Bahman>lein new t
  "C:\Applications\Leiningen\leiningen-1.4.0-SNAPSHOT-standalone.jar"
can not be found.
  You can try running "lein self-install"
  or change LEIN_JAR environment variable
  or edit lein.bat to set appropriate LEIN_JAR path.

  C:\Users\Bahman>lein self-install
  SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
  syswgetrc = C:\Program Files\GnuWin32/etc/wgetrc
  ...

-- 
Bahman Movaqar (http://BahmanM.com)
ERP Evaluation, Implementation & Deployment Consultant

PGP Key ID: 0x3750102D (keyserver2.pgp.com)


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to