Community
Participate
Working Groups
StandaloneSetup scans for .project files and registers the bundle symbolic name as in the platform resource map. However, in some cases it might not be true that the directory name equals the bundle name. In this case it must be possible to map the bundle name to a the directory name and add this path also in the platform resource map.
It should already work to register a uri mapping from platform:/resource/wrong.project.name to platform:/resource/fixed.project.name
No, this did now work. In this case I got several "The path ... is unmapped" when generating an Xtext DSL. Mapping each single URI is not feasible in this case.
Added method 'addBundleMap(Mapping)' and registering the mapped bundle name in registerProject().