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

Implement force option to bypass JAVA_HOME check #34

Closed
explunit opened this issue May 24, 2013 · 3 comments
Closed

Implement force option to bypass JAVA_HOME check #34

explunit opened this issue May 24, 2013 · 3 comments

Comments

@explunit
Copy link

Allow running the task even when JAVA_HOME environment variable is not set. jsdoc itself does not appear to require this in all cases.

@ghost ghost assigned krampstudio May 24, 2013
@iangilman
Copy link

+1

@krampstudio
Copy link
Owner

For your information, the grunt cli --force option already work:

grunt jsdoc --force

@explunit
Copy link
Author

Thanks, this change simplifies things for me.

I think the message is still somewhat misleading, as JAVA_HOME doesn't need to be set in order for jsdoc to run, and simply installing Java does not set this variable. But in any case, it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants