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

CWD is accidentally ovewritten by another session #16

Closed
nobeans opened this issue Feb 24, 2011 · 1 comment
Closed

CWD is accidentally ovewritten by another session #16

nobeans opened this issue Feb 24, 2011 · 1 comment

Comments

@nobeans
Copy link
Member

nobeans commented Feb 24, 2011

console A:

$ cd /tmp/a
$ groovyclient -e  "org.codehaus.groovy.tools.shell.Main.main(args)"
Groovy Shell (1.7.6, JVM: 1.6.0_22)
Type 'help' or '\h' for help.
groovy:000> 

console B:

$ cd /tmp/b
$ groovyclient -e  "org.codehaus.groovy.tools.shell.Main.main(args)"
$

===> immediately return to prompt (Cannot change current directory because another session is running on different directory)

$ groovyclient -e  "org.codehaus.groovy.tools.shell.Main.main(args)"
Groovy Shell (1.7.6, JVM: 1.6.0_22)
Type 'help' or '\h' for help.
groovy:000> 

===> at 2nd time, you can successfully start a shell...

@nobeans
Copy link
Member Author

nobeans commented Mar 4, 2011

fixed at 8dcc0dd
it will be release at v0.6

This issue was closed.
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

1 participant