private File dependencyCacheDir;
public Compile() {
Factory<? extends AntBuilder> antBuilderFactory = getServices().getFactory(AntBuilder.class);
javaCompiler = new IncrementalJavaCompiler(new AntJavaCompiler((Factory) antBuilderFactory), antBuilderFactory, getOutputs());
}