-
Notifications
You must be signed in to change notification settings - Fork 25
Allow spaces in JVM launch options #348
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
Conversation
modules/cli/pkg/embedded/templates/galasahome/bootstrap.properties
Outdated
Show resolved
Hide resolved
|
Note: https://docs.oracle.com/cd/E23095_01/Platform.93/ATGProgGuide/html/s0204propertiesfileformat01.html Also says that the properties file can have multi-line content, so |
|
No, it can't handle multi-line content. It couldn't before either (and yes, I have tested this) so I haven't broken anything. The |
jadecarino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have reviewed just the added unit tests given that Mike has reviewed the rest of the changes. Unit tests look good to me, thanks for adding these, happy to approve. Branch needs updating please then I can merge.
Yes just to continue this discussion, I've just tried this myself and for me I was able to set a CPS property to have multi-line with and that worked fine and became But I just tried using a multi-line value for |
|
I was nervous about looking at the multi-line bug on launch options as there are (now) design issues to consider. For example, what do we do if there's a line ending in the middle of an open quoted block? |
Signed-off-by: Ian Deeley <ian_deeley@uk.ibm.com>
Signed-off-by: Ian Deeley <ian_deeley@uk.ibm.com>
Signed-off-by: Ian Deeley <ian_deeley@uk.ibm.com>
Implementation of galasa-dev/projectmanagement#2279