Mark Harris
2012-10-01 19:15:27 UTC
Hi,
I'm on Win7, and wanted to try Clojure out with some simple command line
applications, so ran into the ant Stdin problem (
https://github.com/technomancy/leiningen/issues/169), then when trying to
trampoline my way around that, the trampoline Win7 problem (
https://github.com/technomancy/leiningen/issues/674).
It looks like that's been fixed in the master, but not in preview10, so I
cloned githubs and used lein uberjar to
create leiningen-2.0.0-SNAPSHOT-standalone.jar and drop it in my
~/.lein/self-installs folder. Updating LEIN_VERSION to 2.0.0-SNAPSHOT and
running "lein trampoline run" in either of two different projects gives
a java.io.FileNotFoundException, always for
PRJ_ROOT\target\stale\:extract-native.dependencies.
M-x nrepl-jack-in has the same problem.
Is this foolishness on my part, or a recurrence of something like
https://github.com/technomancy/leiningen/issues/647 ?
I'll go with a more direct approach to carry on dabbling, but if there's a
way to get it to display more information about what it's doing, I'd like
to help.
Cheers,
Mark
I'm on Win7, and wanted to try Clojure out with some simple command line
applications, so ran into the ant Stdin problem (
https://github.com/technomancy/leiningen/issues/169), then when trying to
trampoline my way around that, the trampoline Win7 problem (
https://github.com/technomancy/leiningen/issues/674).
It looks like that's been fixed in the master, but not in preview10, so I
cloned githubs and used lein uberjar to
create leiningen-2.0.0-SNAPSHOT-standalone.jar and drop it in my
~/.lein/self-installs folder. Updating LEIN_VERSION to 2.0.0-SNAPSHOT and
running "lein trampoline run" in either of two different projects gives
a java.io.FileNotFoundException, always for
PRJ_ROOT\target\stale\:extract-native.dependencies.
M-x nrepl-jack-in has the same problem.
Is this foolishness on my part, or a recurrence of something like
https://github.com/technomancy/leiningen/issues/647 ?
I'll go with a more direct approach to carry on dabbling, but if there's a
way to get it to display more information about what it's doing, I'd like
to help.
Cheers,
Mark