}
catch (AnalysisException ex) {
throw new BuildException(ex);
}
ajcTask = new AjcTask();
ajcTask.setTaskName(getTaskName() + "-ajc");
ajcTask.setClasspath(classpath);
ajcTask.setFailonerror(failonerror);
//append genajdir to passed-in sourceroots
if (sourceroots == null) {