//Output will only go to screen.
optrDbg.write("Outputting to screen (and file, if debugging output goes there, too)...");
optrOutput = optrDbg;
} else {
optrDbg.write("Outputting to '" + sOutputFile + "'...");
optrOutput = new Outputter(new OWFile(sOutputFile, false));
}
s_acs_acs[] aSacsacs = util.getPackageDependencies(sDirToAnalyze, iSubDirLevels, optrDbg, asPkgPrefixes, true, null);
optrDbg.write("Reporting all dependencies...START");