226227228229230231232233234235236
uglifyjs.exec(args); } else { String result = uglifyjs.uglify(args); if (result != null) { writeResult(result); } else { throw new BuildException("uglify failed."); }