// If compile is set, generate both .java and .class, if
// .jsp file is newer than .class file;
// Otherwise only generate .java, if .jsp file is newer than
// the .java file
if (clc.isOutDated(compile)) {
clc.compile(compile, true);
if (showSuccess) {
getLog().info("Built File: " + file);
}
} else if (showSuccess) {