for (String lib : jarpaths) {
jarScan(new File(lib),a);
}
ParsedSourceSet pss = a.analyze(new DiagnosticPrinter());
addDependency(pss.getDependencies());
new FecruJSonGenerator(pss).generateAll(outDir);
// new FrameSetGenerator(pss).generateAll(outDir);
}