-
Notifications
You must be signed in to change notification settings - Fork 21
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 doesn't take -D properties on WIN7 #4615
Comments
Imported From: https://issues.scala-lang.org/browse/SI-4615?orig=1
|
huynhjl said: |
huynhjl said: |
@JamesIry said: |
@JamesIry said (edited on Jan 30, 2013 1:12:18 AM UTC): |
@gourlaysama said: |
scala -Dprop=value -e "println(System.getProperty("prop"))"
output
null
this problem does not appear on Linux or Mac
This pull request scala/scala#1957 based on the 2nd attachment to this bug did not address all the issues. From the pull request discussion:
Quoted -J options are silently dropped
Single-quoted -D options are silently dropped
Double-quoted -D options are either silently dropped or result in an error
The text was updated successfully, but these errors were encountered: