Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lein repl span a new jvm process every time. #61

Open
wuhx opened this issue Mar 14, 2013 · 4 comments
Open

lein repl span a new jvm process every time. #61

wuhx opened this issue Mar 14, 2013 · 4 comments

Comments

@wuhx
Copy link

wuhx commented Mar 14, 2013

drip works alright if invoke from command line directly . but after add LEIN_JAVA_CMD=${LEIN_JAVA_CMD-drip} to leinrc, lein repl didn't reuse exist jvm process.

software version:
mac os 10.8.2
lein --version
Leiningen 2.0.0 on Java 1.7.0_05 Java HotSpot(TM) 64-Bit Server VM
drip 0.2.3 . install through brew.

after run lein repl three times.

`--> drip ps
10917 org.flatland.drip.Main clojure.main /Users/wuhx/.drip/0.2.3/2710892dbd2e359c5c9a5a1c23d9101fb97e0671/10891-1 -XX:+TieredCompilation -Xbootclasspath/a:/Users/wuhx/.lein/self-installs/leiningen-2.0.0-standalone.jar -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dleiningen.original.pwd=/Users/wuhx/Desktop/work/mybuy -Dleiningen.script=/Users/wuhx/bin/lein -Djava.awt.headless=true
10841 org.flatland.drip.Main clojure.main /Users/wuhx/.drip/0.2.3/2710892dbd2e359c5c9a5a1c23d9101fb97e0671/10817-1 -XX:+TieredCompilation -Xbootclasspath/a:/Users/wuhx/.lein/self-installs/leiningen-2.0.0-standalone.jar -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dleiningen.original.pwd=/Users/wuhx/Desktop/work/mybuy -Dleiningen.script=/Users/wuhx/bin/lein -Djava.awt.headless=true
11137 org.flatland.drip.Main clojure.main /Users/wuhx/.drip/0.2.3/2710892dbd2e359c5c9a5a1c23d9101fb97e0671/11110-1 -XX:+TieredCompilation -Xbootclasspath/a:/Users/wuhx/.lein/self-installs/leiningen-2.0.0-standalone.jar -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dleiningen.original.pwd=/Users/wuhx/Desktop/work/mybuy -Dleiningen.script=/Users/wuhx/bin/lein -Djava.awt.headless=true

@arichiardi
Copy link

I confirm this, I have just tried and drip ps returns a JVM per lein command.

Leiningen 2.5.2-SNAPSHOT on Java 1.8.0_31 Java HotSpot(TM) 64-Bit Server VM

@arichiardi
Copy link

Hello guys, any update on this?

@Raynes
Copy link
Contributor

Raynes commented Sep 18, 2015

Besides merging pull requests from time to time, my understanding is that this project is more or less abandoned. Anyone is welcome to take it on.

@ninjudd
Copy link
Owner

ninjudd commented Sep 18, 2015

Yeah. I made @headius a contributer a while back, but I suspect he's even more busy than I am. I'm happy to make anyone who wants to help out a contributer.

On Thu, Sep 17, 2015 at 9:49 PM, Anthony Grimes [email protected]
wrote:

Besides merging pull requests from time to time, my understanding is that this project is more or less abandoned. Anyone is welcome to take it on.

Reply to this email directly or view it on GitHub:
#61 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants