148149150151152153154155156157158
if (xsltc.getJarFileName() != null) xsltc.outputToJar(); if (_allowExit) System.exit(0); } else { xsltc.printWarnings(); xsltc.printErrors(); if (_allowExit) System.exit(-1); } } catch (GetOptsException ex) { System.err.println(ex);
10061007100810091010101110121013101410151016
} catch (TransformerException te) { // well, we tried. } } else { xsltc.printErrors(); } throw exc; } return new TemplatesImpl(bytecodes, transletName,
152153154155156157158159160161162
836837838839840841842843844845846
896897898899900901902903904905906
151152153154155156157158159160161
854855856857858859860861862863864