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

scala REPL not launching on trunk builds #4614

Closed
scabug opened this issue May 18, 2011 · 6 comments
Closed

scala REPL not launching on trunk builds #4614

scabug opened this issue May 18, 2011 · 6 comments
Assignees
Labels
Milestone

Comments

@scabug
Copy link

scabug commented May 18, 2011

The -Dscala.usejavacp=true option is not being supplied on the JAVA command line, and the REPL errors on startup.

Simple fix, I added -Dscala.usejavacp=true to the _PROPS variable, at the end of line 40

@scabug
Copy link
Author

scabug commented May 18, 2011

Imported From: https://issues.scala-lang.org/browse/SI-4614?orig=1
Reporter: Kevin Wright (kev.lee.wright)
Affected Versions: 2.9.0
Attachments:

@scabug
Copy link
Author

scabug commented May 19, 2011

@paulp said:
If this affects 2.9.0 we should probably fix it but I can't be trusted to apply windows patches.

@scabug
Copy link
Author

scabug commented May 20, 2011

Kevin Wright (kev.lee.wright) said:
I've not had any problems with 2.9.0 under windows, but we need to be careful that this doesn't cause a regression in pulling code from trunk to 2.9.1

@scabug
Copy link
Author

scabug commented May 24, 2011

huynhjl said:
Minor fix for scala.bat. Two more are coming.

@scabug
Copy link
Author

scabug commented Jun 20, 2011

@paulp said:
So... how did it work before? The git log doesn't show anything interesting like someone removing -usejavacp from it. It was never there.

@scabug
Copy link
Author

scabug commented Jun 20, 2011

Commit Message Bot (anonymous) said:
(extempore in r25119) Fix broken tool-windows.tmpl. Closes #4614, no review.

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

No branches or pull requests

2 participants