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

Handle spaces in java arguments properly #207

Merged
merged 2 commits into from
Apr 1, 2014
Merged

Handle spaces in java arguments properly #207

merged 2 commits into from
Apr 1, 2014

Commits on Apr 1, 2014

  1. Update local test-project to work against local sbt-native-packager w…

    …ith play settings.
    
    * Default to sbt 0.13 build now
    * Remove reference to released version of sbt-native-packager in test-project.
    jsuereth committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    9e3b509 View commit details
    Browse the repository at this point in the history
  2. Handle the case where java arguments may have spaces.

    * Add appropriate quotes to make sure java arguments (-D) are correctly handled.
    * Add a test to validate the fix works
    
    Fixes #205
    jsuereth committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    c132333 View commit details
    Browse the repository at this point in the history