/// TODO replace this GeneratedFilesHelper with the default one when fixing #101710
genFilesHelper = new GeneratedFilesHelper(helper, buildExtender);
UpdateImplementation updateProject = new UpdateProjectImpl(this, helper, aux);
this.updateHelper = new UpdateHelper(updateProject, helper);
this.cpProvider = new ClassPathProviderImpl(this.helper, evaluator(), getSourceRoots(), getTestSourceRoots()); //Does not use APH to get/put properties/cfgdata
this.cpMod = new ClassPathModifier(this, this.updateHelper, eval, refHelper, null, createClassPathModifierCallback(), null);
final J2SEActionProvider actionProvider = new J2SEActionProvider(this, this.updateHelper);
lookup = createLookup(aux, actionProvider);
actionProvider.startFSListener();
}