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

Fix jetty:install task #63

Open
afred opened this issue May 3, 2016 · 0 comments
Open

Fix jetty:install task #63

afred opened this issue May 3, 2016 · 0 comments

Comments

@afred
Copy link
Collaborator

afred commented May 3, 2016

In some cases the directory "#{shared_path}/jetty" will be created even if the task jetty:install fails.

Currently, the task to check to see if jetty is installed just looks for the existence of this directory. If it exists, then it won't do the install.

It should instead check for something else that indicates a previous install was successful.. e.g. check for the file "#{shared_path}/jettystart.jar"

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