calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

Get the Java API checker working across versions #161

Open cjnolet opened 9 years ago

cjnolet commented 9 years ago

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

lvc commented 8 years ago

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