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

Define addJava in ash-template #944

Merged
merged 2 commits into from
Mar 16, 2017
Merged

Define addJava in ash-template #944

merged 2 commits into from
Mar 16, 2017

Commits on Feb 14, 2017

  1. Define addJava in ash-template

    Previously, there was no addJava function defined in the ash-template.
    This resulted in warnings when the ash script ran because template
    declares expects the function to be defined.
    
    Now, the addJava function is defined. It adds options to java_opts. As a
    convenience, if JAVA_OPTS is set then it is added to java_opts. This
    makes the ash script behave more like the bash script. The result is
    then passed to java at the end of the script.
    mattroberts297 committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    2c3fc19 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    9f956d9 View commit details
    Browse the repository at this point in the history