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 integration with installLiberty task #38

Closed
jgawor opened this issue Nov 28, 2015 · 1 comment
Closed

Improve integration with installLiberty task #38

jgawor opened this issue Nov 28, 2015 · 1 comment
Assignees
Milestone

Comments

@jgawor
Copy link
Contributor

jgawor commented Nov 28, 2015

Improve integration with the installLiberty task so that wlpDir does not need to be set. For example, want to do something like:

liberty {
    serverName = 'jaxrsSample'
    userDir = '../async-jaxrs-wlpcfg'
    install {
        type = "javaee7"       
    }
}

And as long as installLiberty task is called, rest of the tasks such as libertyStart, etc. should work without any additional configuration.

@jgawor jgawor added this to the release_1.0 milestone Nov 28, 2015
@jgawor jgawor self-assigned this Nov 28, 2015
jgawor added a commit that referenced this issue Nov 30, 2015
jgawor added a commit that referenced this issue Nov 30, 2015
@jgawor
Copy link
Contributor Author

jgawor commented Dec 1, 2015

Done.

@jgawor jgawor closed this as completed Dec 1, 2015
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

No branches or pull requests

1 participant