compileAll();
try {
reloadAll();
} catch ( Exception e ) {
this.results.add( new DialectError( null, "Unable to wire compiled classes, probably related to compilation failures:" + e.getMessage() ) );
}
updateResults();
// iterate and compile
if ( !hasErrors() && this.ruleBase != null ) {