info(infoMessage);
// ok, now see if we can type check the rule
try {
rule.typeCheck();
rule.compile();
} catch (TypeWarningException te) {
typeWarning("WARNING : Unable to type check rule \"" + script.getName() + "\" loaded from " + script.getFile() + " line " + script.getLine() + (methodName == null ? "" : " against method " + methodName), te);
continue;
} catch (TypeException te) {