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

Improve handling of -J arguments and jvm options #769

Merged
merged 3 commits into from
Dec 21, 2018
Merged

Conversation

jvican
Copy link
Contributor

@jvican jvican commented Dec 21, 2018

Information in the commit messages. In a nutshell:

  1. Allow users to pass jvm options prefixed with -J for test and run as normal app arguments.
  2. Support -J arguments in the bloop server invocations and document them.
  3. Read jvm opts from a .jvmopts file in the bloop installation directory by default.

Fixes #761
Fixes #565

This new flag can be passed in by the user whenever it doesn't want the
interpretation of arguments starting with `-J`. This can happen when an
application being run uses these arguments and forwards them to another
application.
@jvican jvican added enhancement cli install ergonomics Any change that affects developer ergonomics and the easiness of use of bloop. labels Dec 21, 2018
@jvican jvican merged commit 634ff14 into master Dec 21, 2018
@tgodzik tgodzik deleted the topic/jvmopts branch September 7, 2021 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli enhancement ergonomics Any change that affects developer ergonomics and the easiness of use of bloop. install
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for .jvmopts in installation directory Document how to set jvm options in OSX
1 participant