.buildType(gwtType, templateDataHolder
.getTemplateTypeDetailsMap().get(gwtType),
extendsTypes, moduleName));
if (gwtType.isCreateUiXml()) {
final GwtPath gwtPath = gwtType.getPath();
final PathResolver pathResolver = projectOperations
.getPathResolver();
final String webappPath = pathResolver.getIdentifier(
LogicalPath.getInstance(Path.SRC_MAIN_WEBAPP,
moduleName), moduleName);
final String packagePath = pathResolver
.getIdentifier(LogicalPath.getInstance(
Path.SRC_MAIN_JAVA, moduleName), gwtPath
.getPackagePath(topLevelPackage));
final String targetDirectory = gwtPath == GwtPath.WEB ? webappPath
: packagePath;
final String destFile = targetDirectory + File.separatorChar