We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
c132333
Thanks!
Sorry, something went wrong.
$JAVA_OPTS
No branches or pull requests
It appears that Java properties are not correctly dealt with when a value with spaces is passed e.g.:
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.
The text was updated successfully, but these errors were encountered: