throw new JitterPackException("An error occurred when generating new GUIDs for the imported project.", e);
}
}
private void copyProject(String projectName) throws Exception {
ProjectCopier copier = new ProjectCopier(projectManager);
ProjectLocation fromLoc = new ProjectLocation(projectName, locationOfUnpackedProject);
ProjectLocation toLoc = new ProjectLocation(projectName, new File(destinationFolder,
locationOfUnpackedProject.getName()));
copier.copy(fromLoc, toLoc);
}