Hi Rob,
Thanks for your helpful reply. I have finally had success.
On Dec 20, 7:10 pm, Rob Wolfe wrote:
> Are you really sure that function `copy-to-jar` looks exactly like this:
> ...
> I mean `unix-path` function is called twice not only once.
Evidently not.
So I started from fresh again, jus
John writes:
> Hi Rob,
>
> I made the changes src/leiningen/jar.clj that you suggested.
> Then issued the commands:
>
> E:\etc\clojure\Leiningen\lein.py clean
> E:\etc\clojure\Leiningen\lein.py deps
> E:\etc\clojure\Leiningen\lein.py compile
> E:\etc\clojure\Leiningen\lein.py jar
> E:\etc\clojure
Hi Rob,
I made the changes src/leiningen/jar.clj that you suggested.
Then issued the commands:
E:\etc\clojure\Leiningen\lein.py clean
E:\etc\clojure\Leiningen\lein.py deps
E:\etc\clojure\Leiningen\lein.py compile
E:\etc\clojure\Leiningen\lein.py jar
E:\etc\clojure\Leiningen\lein.py uberjar
and t
John writes:
> I am trying to use lein.py, from above, on Windows (Vista).
> But I still have the following error with the 'lein.py install' and
> 'lein.py jar' commands:
I don't know Python myself, so I will wait until I hear about these
being resolved before I check this in.
-Phil
--
You re
John writes:
> Hi,
>
> I am trying to use lein.py, from above, on Windows (Vista).
>
> It works nicely for some commands (e.g. lein.py compile),
> after removing the extra space in two places e.g.
> 'leiningen-%s-standalone .jar' ->
> 'leiningen-%s-standalone.jar'
> and
> '1.1.0-alpha-SNAPSHOT/cl
Hi,
I am trying to use lein.py, from above, on Windows (Vista).
It works nicely for some commands (e.g. lein.py compile),
after removing the extra space in two places e.g.
'leiningen-%s-standalone .jar' ->
'leiningen-%s-standalone.jar'
and
'1.1.0-alpha-SNAPSHOT/cloju re-1.1.0-alpha-SNAPSHOT.jar'
Phil Hagelberg napisał(a):
> Rob Wolfe writes:
>
> > Yes, there are some escaping problems on Windows. I changed a little bit
> > "lein.py" and this worked for me on Windows and Linux:
>
> Can I include this in Leiningen 1.1.0+ with a note saying it's only
> experimentally supported?
Sure.
Br,
Rob Wolfe writes:
> Yes, there are some escaping problems on Windows. I changed a little bit
> "lein.py" and this worked for me on Windows and Linux:
Can I include this in Leiningen 1.1.0+ with a note saying it's only
experimentally supported?
-Phil
--
You received this message because you ar
Thanks, I'll fix reported those problems, soon :-)
Thanks!
On 12월13일, 오전7시31분, Rob Wolfe wrote:
> Mike K writes:
> > All,
>
> > I tried to use this script on Windows and it blew up real good! I'm a
> > Clojure, Java, and Leiningen newbie, so perhaps a kind soul can help
> > me out.
>
> > 1. l
Mike K writes:
> All,
>
> I tried to use this script on Windows and it blew up real good! I'm a
> Clojure, Java, and Leiningen newbie, so perhaps a kind soul can help
> me out.
>
> 1. lein self-install "worked". It downloaded leiningen-1.0.0-
> standalone.jar. However, that contradicts the de
I could not get the python script to work, so I switched to the
powershell version.
I now understand that the leiningen-1.0.0-SNAPSHOT.jar is a so-called
"uberjar" and contains all the dependencies for leiningen.
However, the python script assumes clojure is from a separate jar
which is not insta
All,
I tried to use this script on Windows and it blew up real good! I'm a
Clojure, Java, and Leiningen newbie, so perhaps a kind soul can help
me out.
1. lein self-install "worked". It downloaded leiningen-1.0.0-
standalone.jar. However, that contradicts the description at
http://zef.me/2470
"Jonghyouk, Yun" writes:
> I've write some python script for leiningen for Windows machines
> without wget/curl.
>
> I expect it is nicer than as-is bourne-shell-script version of 'lein'.
>
> here is my little script:
> http://github.com/ageldama/configs/blob/master/lein/lein.py
It'd be nice if
That's great. Roland Sadowski has also written a Windows-friendly lein
script in PowerShell: http://gist.github.com/239210
On Dec 7, 8:15 am, "Jonghyouk, Yun" wrote:
> Hi,
>
> I've write some python script for leiningen for Windows machines
> without wget/curl.
>
> I expect it is nicer than as-
Hi,
I've write some python script for leiningen for Windows machines
without wget/curl.
I expect it is nicer than as-is bourne-shell-script version of 'lein'.
here is my little script:
http://github.com/ageldama/configs/blob/master/lein/lein.py
Thanks.
--
You received this message because y
15 matches
Mail list logo