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