8485868788899091929394
* @throws BuildException */ public void execute() throws BuildException { logger = new AntLogger(this, msgLevel); parser = new Parser(); parser.enableLogging(logger); DirectoryScanner scanner; String[] list; String[] dirs;
7778798081828384858687
111112113114115116117118119
*/ private EventQueue parseInput(ParserTable pt, File inputFile) throws Exception { info("parsing input file " + inputFile.getName() + "..."); final Parser p = new Parser(); return p.parse(pt, new FileInputStream(inputFile)); }