java.setFailonerror(getJspc().getFailonerror());
//we are forking here to be sure that if JspC calls
//System.exit() it doesn't halt the build
java.setFork(true);
java.setTaskName("jasperc");
java.execute();
return true;
} catch (Exception ex) {
if (ex instanceof BuildException) {
throw (BuildException) ex;
} else {