>> I did just that, but I don't get any speedup with leiningen. All I can >> see is that after every leiningen command, "drip ps" shows one process >> more. For example: > > This is also happening for me. Is there some way to configure drip to > ignore certain arguments?
I added a way to specify options to ignore, which fixes the problem of it launching multiple JVMs. Unfortunately, lein never works after the first invocation; I'm guessing it's not happy about the trampoline file disappearing and not coming back after the first invocation. Here's the non-working patch if anyone wants to try: https://gist.github.com/3719891 Any ideas? jack. -- 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