}
} else if (jsCodeCompression.equals("closure-compiler")) {
if (ccComp) {
jsCodeCompressor = new JSClosureCompilerApp();
} else {
jsCodeCompressor = new JSClosureCompilerHTTPService();
if (log.isInfoEnabled()) {
log.info("The Google Closure Compiler is not available on "
+ "the classpath, so the online service is used.");
}
}