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

Get the Java API checker working across versions #161

Open
cjnolet opened this issue Feb 19, 2015 · 1 comment
Open

Get the Java API checker working across versions #161

cjnolet opened this issue Feb 19, 2015 · 1 comment

Comments

@cjnolet
Copy link
Member

cjnolet commented Feb 19, 2015

https://github.com/lvc/japi-compliance-checker

@lvc
Copy link

lvc commented Aug 23, 2016

Please use also https://github.com/lvc/japi-tracker to automate the analysis. You just need to create one file (mango-core.json):

{
  "Name":        "mango-core",
  "Title":       "Mango Core",
  "SourceUrl":   "http://central.maven.org/maven2/org/calrissian/mango/mango-core/",
  "Maintainer":  "MAINTAINER NAME",
}

And pass it to the japi-monitor (https://github.com/lvc/japi-monitor):

japi-monitor -get -build-new mango-core.json

And then pass it to the japi-tracker to create report:

japi-tracker -build mango-core.json

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

2 participants