siom79 / japicmp

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

Running postAnalysisScript from the command line with jar-with-dependencies. #322

Open davidnewcomb opened 2 years ago

davidnewcomb commented 2 years ago

Is it possible to run the postAnalysisScript from the japicmp-jar-with-dependencies.jar? The documentation suggests that this is only available while running inside a maven project.

Is it possible to make this feature accessible from the command line too?

siom79 commented 2 years ago

Currently it is only available from the maven plugin. It would be possible to provide this feature also in the CLI version.

David Newcomb @.***> schrieb am Mo., 14. März 2022, 12:08:

Is it possible to run the postAnalysisScript from the japicmp-jar-with-dependencies.jar? The documentation suggests that this is only available while running inside a maven project.

Is it possible to make this feature accessible from the command line too?

— Reply to this email directly, view it on GitHub https://github.com/siom79/japicmp/issues/322, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4U7NGGANNWHZP63WOVXNTU74M2DANCNFSM5QVFTUCA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

davidnewcomb commented 2 years ago

It feels like it might be an easy'ish new feature. Is there any chance it could be in your next release?

siom79 commented 2 years ago

It is also easy to contribute. ;-)

I will see that I add it, but I cannot promise any release date.

davidnewcomb commented 2 years ago

That is totally fine, thanks.