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

Java property values with spaces do not appear to be handled correctly #205

Closed
huntc opened this issue Apr 1, 2014 · 1 comment
Closed

Comments

@huntc
Copy link
Contributor

huntc commented Apr 1, 2014

It appears that Java properties are not correctly dealt with when a value with spaces is passed e.g.:

.../target/universal/stage/bin/sbt-web-play-test -Dsomeprop="hello world" -v

yields

# Executing command line:
/Library/Java/JavaVirtualMachines/jdk1.7.0_12.jdk/Contents/Home/bin/java
-Xms1024m
-Xmx1024m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=128m
-Duser.dir=/Users/huntc/Projects/experiments/test-jshint/target/universal/stage
-Dsomeprop=hello
world

As you can see "world" appears on the next line.

@huntc
Copy link
Contributor Author

huntc commented Apr 1, 2014

Thanks!

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

No branches or pull requests

2 participants