siom79 / japicmp

Comparison of two versions of a jar archive
https://siom79.github.io/japicmp
Apache License 2.0
701 stars 107 forks source link

Report doesn't show the jar it is under #352

Closed SainathSharmadha closed 1 year ago

SainathSharmadha commented 1 year ago

The HTML Report doesn't show the JAR from which the package in unpackaged.

siom79 commented 1 year ago

I have run the tool with

java -jar japicmp-0.17.1-jar-with-dependencies.jar -o japicmp-0.17.0-jar-with-dependencies.jar -n japicmp-0.17.1-jar-with-dependencies.jar --ignore-missing-classes -m --html-file test.html

The resulting HTML file contains the filenames and paths:

<td>Old:</td><td>/home/xy/Downloads/japicmp-0.17.0-jar-with-dependencies.jar</td>