-
Notifications
You must be signed in to change notification settings - Fork 85
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
no main manifest attribute, in swagger-diff-1.2.2.jar #37
Comments
Same story over here. Have not conclusion why this happens yet. java -jar swagger-diff-1.2.2.jar -old /home/software/swagger-diff/swagger_v0p9.json -new /home/software/swagger-diff/swagger_v0.91.json -v 2.0 -output-mode html > diff_v0.9_v0.91.html Leads to: The HTML-File is 0 Bytes long and therefore empty. === $ java -version === Version 1.2.1 has the same result. === Tried the asset of https://github.com/Sayi/swagger-diff/releases (swagger-diff.jar 10.1 MB) leads to a different result though: put-mode html > diff_v0.9_v0.91.html === Tried again with an older JAVA-Version: java version "1.8.0_241" "C:\Program Files\Java\jdk1.8.0_241\bin\java.exe" -jar swagger-diff-1.2.2.jar -old swagger_v0p9.json -new swagger_v0.91.json |
Clone my fork repository and execute this command: mvn package Then you can use |
It is enough to download: |
I still getting this error
|
used mvn package to build the jar. Once build the jar, trying to run the following command
java -jar swagger-diff-1.2.2.jar --help
But getting error -
no main manifest attribute, in swagger-diff-1.2.2.jar
The text was updated successfully, but these errors were encountered: