spec.setDestinationDir(getDestinationDir());
spec.setSource(getSource());
spec.setOptions(getOptions());
LogLevel logLevel = getProject().getGradle().getStartParameter().getLogLevel();
CoffeeScriptCompiler compiler = new RhinoCoffeeScriptCompiler(handleFactory, getRhinoClasspath(), logLevel, getProject().getProjectDir());
setDidWork(compiler.compile(spec).getDidWork());
}