448449450451452453454455456457458
Jar task = (Jar)tasks[i]; // make sure that attributes are set on the task try { task.maybeConfigure(); } catch ( Exception ex ) { // Ignore. } //if ( debug ) {