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

no main manifest attribute, in swagger-diff-1.2.2.jar #37

Open
shwetrai opened this issue Sep 29, 2020 · 4 comments
Open

no main manifest attribute, in swagger-diff-1.2.2.jar #37

shwetrai opened this issue Sep 29, 2020 · 4 comments

Comments

@shwetrai
Copy link

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

@MichaelKittlitz
Copy link

MichaelKittlitz commented Feb 17, 2021

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:
put-mode html > diff_v0.9_v0.91.html
no main manifest attribute, in swagger-diff-1.2.2.jar

The HTML-File is 0 Bytes long and therefore empty.

===

$ java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.20.04)
OpenJDK 64-Bit Server VM (build 11.0.10+9-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)

===

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
Exception in thread "main" java.lang.RuntimeException: cannot read api-doc from spec.
at com.deepoove.swagger.diff.SwaggerDiff.(SwaggerDiff.java:122)
at com.deepoove.swagger.diff.SwaggerDiff.compare(SwaggerDiff.java:81)
at com.deepoove.swagger.diff.SwaggerDiff.compareV2(SwaggerDiff.java:53)
at com.deepoove.swagger.diff.cli.CLI.run(CLI.java:66)
at com.deepoove.swagger.diff.cli.CLI.main(CLI.java:51)

===

Tried again with an older JAVA-Version:

java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)

"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
kein Hauptmanifestattribut, in swagger-diff-1.2.2.jar

@frascu
Copy link

frascu commented Mar 15, 2021

Clone my fork repository and execute this command:

mvn package

Then you can use swagger-diff-1.2.2-jar-with-dependencies.jar to execute the command line tools.

@frascu
Copy link

frascu commented Mar 18, 2021

It is enough to download:
https://github.com/Sayi/swagger-diff/releases/download/v1.2.2/swagger-diff.jar
It is executable and it works correctly.

@owlengineer
Copy link

I still getting this error

java -jar swagger-diff-new.jar -old http://petstore.swagger.io/v2/swagger.json -new http://petstore.swagger.io/v2/swagger.json -v 2.0 -output-mode html > diff.html Exception in thread "main" java.lang.RuntimeException: cannot read api-doc from spec. at com.deepoove.swagger.diff.SwaggerDiff.<init>(SwaggerDiff.java:122) at com.deepoove.swagger.diff.SwaggerDiff.compare(SwaggerDiff.java:81) at com.deepoove.swagger.diff.SwaggerDiff.compareV2(SwaggerDiff.java:53) at com.deepoove.swagger.diff.cli.CLI.run(CLI.java:66) at com.deepoove.swagger.diff.cli.CLI.main(CLI.java:51)

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

Successfully merging a pull request may close this issue.

4 participants