if (environment.getCacheDir() == null)
environment.setCacheDir(new RelativePath(environment.getRoot(), ".sugarjcache"));
environment.setAtomicImportParsing(true);
environment.setNoChecking(true);
environment.addToIncludePath(new AbsolutePath(new StrategoJarAntPropertyProvider().getAntPropertyValue("")));
}