167168169170171172173174
} ParsedSourceSet pss = a.analyze(new DiagnosticPrinter()); addDependency(pss.getDependencies()); new FecruJSonGenerator(pss).generateAll(outDir); // new FrameSetGenerator(pss).generateAll(outDir); }