configurationDefaultVariable = ICompilerSettingsConstants.FILE_SPECS_VAR; // the default variable of the configuration.
configurationPathResolver = new ConfigurationPathResolver(System.getProperty("user.dir"));
configurationProblems = new ArrayList<ICompilerProblem>();
// initialize the localization manager.
LocalizationManager.get().addLocalizer(new ResourceBundleLocalizer());
}