Community
Participate
Working Groups
We have a single feature project that appears in the workspace with a wrong name after a CVS checkout by Bucky. The .project file contains: <projectDescription> <name>org.eclipse.emf.cdo.server.product-feature</name> ... But the project appears as org.eclipse.emf.cdo.server.product in the workspace. That breaks some launch configs that refer to files within that project.
Our workaround is an addition to the mspecs: <mspec:mspecNode namePattern="^org\.eclipse\.emf\.cdo\.server\.product$" materializer="workspace" resourcePath="org.eclipse.emf.cdo.server.product-feature"/> That fixes the project *name* but still the file system location has a wrong name...
This was fixed some time ago. The fix is in Helios SR2.