On Apr 24, 6:08 pm, John Gabriele <jmg3...@gmail.com> wrote:
> Hi Shantanu,
>
> Thanks for the detailed reply.
>
> BTW, an issue I ran into: when using lein-exec 0.1 (installed via
> "lein plugin install lein-exec 0.1") with lein 1.7.1, trying `lein
> exec foo.clj`, it tells me:
>
>     Couldn't find project.clj, which is needed for exec

lein-exec 0.1 can be used only in the context of a project. This is
related to a limitation in Leiningen 1.x wherein a plugin can run
either in project-context or out of it, not both. "lein exec" in 0.1
is same as "lein exec -p" in 0.2.0.

Shantanu

-- 
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

Reply via email to