i'm trying to use the new shell script feature. in my project i have
:shell-wrapper {:main user :bin "resources/bin/caj"} when i did a lein install it was copying my-project/resources/bin/caj to my-project/bin/caj, that is, until i manually added a ~/.lein directory and now it is copying it to ~/.lein/bin/caj instead as expected, but... my script looks like this (for the moment): #!/bin/bash echo "classpath: %s" echo "main: %s" and it also looks identical after it gets copied. i.e. the %s are not being replaced. maybe i'm just not getting something? lein version gives me: Leiningen 1.3.0 on Java 1.6.0_20 Java HotSpot(TM) 64-Bit Server VM and i'm on os x 10.6.4 (snow leopard). thanks for any tips, and phil, thanks for lein, _c On Aug 20, 12:28 am, limux <liumengji...@gmail.com> wrote: > It's 1.3.0! > > 2010/8/20 David Nolen <dnolen.li...@gmail.com>: > > > > > On Fri, Aug 20, 2010 at 12:39 AM, Phil Hagelberg <p...@hagelb.org> wrote: > > >> I just pushed out a new release of Leiningen, a Clojure build tool, > >> with lots of help from many contributors. > > > Looks great. A couple early observations/issues, > > 1) It's no longer possible to start a REPL w/o a project.clj :( > > 2) starting a REPL puts you in clojure.core instead of user > > David > > > -- > > 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 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