179180181182183184185186187188189
BuildException be = null; try { if (ctxt.getOptions().getFork()) { javac.execute(); } else { synchronized(javacLock) { javac.execute(); } }
182183184185186187188189190191192
try { if (ctxt.getOptions().getFork()) { javac.execute(); } else { synchronized(javacLock) { javac.execute(); } } } catch (BuildException e) { be = e; log.error( "Javac exception ", e);
374375376377378379380381382383384
377378379380381382383384385386387
365366367368369370371372373374375
includes.setName(ctxt.getJavaPath()); info.append(" include="+ ctxt.getJavaPath() + "\n" ); try { if (ctxt.getOptions().getFork()) { javac.execute(); } else { synchronized(javacLock) { javac.execute(); } }
368369370371372373374375376377378
try { if (ctxt.getOptions().getFork()) { javac.execute(); } else { synchronized(javacLock) { javac.execute(); } } } catch (BuildException e) { log.error( "Javac exception ", e); log.error( "Env: " + info.toString());
302303304305306307308309310311312
info.append(" include="+ ctxt.getJspPath() + "\n" ); BuildException error=null; try { if (ctxt.getOptions().getFork()) { javac.execute(); } else { synchronized(javacLock) { javac.execute(); } }
305306307308309310311312313314315
try { if (ctxt.getOptions().getFork()) { javac.execute(); } else { synchronized(javacLock) { javac.execute(); } } } catch (BuildException e) { success = false; error=e;
341342343344345346347348349350351
344345346347348349350351352353354