Skip to content

add startScriptArgs setting#43

Open
rkuhn wants to merge 2 commits into
sbt:masterfrom
rkuhn:wip-args
Open

add startScriptArgs setting#43
rkuhn wants to merge 2 commits into
sbt:masterfrom
rkuhn:wip-args

Conversation

@rkuhn

@rkuhn rkuhn commented Aug 24, 2013

Copy link
Copy Markdown

This setting allows the build to specify a list of arguments to be
prepended to the command line arguments of the start script before
passing them on to the main class.

This setting allows the build to specify a list of arguments to be
prepended to the command line arguments of the start script before
passing them on to the main class.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since the args are passed through as-is (no quoting), people would have to do any quoting themselves, and separately for linux/mac and windows - should we auto-quote each arg for them? I know how to do that for unix but not Windows. The way we are doing classpath is bogus and doesn't handle backslashes or double quotes in the classpath, though we've gotten away with it so far.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh just saw below that you are doing double quotes

@havocp

havocp commented Aug 24, 2013

Copy link
Copy Markdown
Contributor

btw, do we need to coordinate with #40

@rkuhn

rkuhn commented Aug 26, 2013

Copy link
Copy Markdown
Author

fixed the quoting (and a bug)

@stig

stig commented Nov 28, 2013

Copy link
Copy Markdown

Any chance of this being merged?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants