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

Documentation shows wrong call of jar with system variable #17

Open
pbodnar opened this issue Nov 12, 2019 · 0 comments
Open

Documentation shows wrong call of jar with system variable #17

pbodnar opened this issue Nov 12, 2019 · 0 comments

Comments

@pbodnar
Copy link

pbodnar commented Nov 12, 2019

Hi,

this is on the https://jhades.github.io/documentation.html page:

java -jar jhades-standalone-report.jar -Ddetail=true path/to/war/webapp.war 

It needs to be (see documentation for java):

java -Ddetail=true -jar jhades-standalone-report.jar path/to/war/webapp.war 

Also note that when you run it like in the current documentation, the target war gets replaced by a folder (because the second app argument is taken as the name of a temporary folder) as a result -> this is a bug as well...

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