Bug #1725
Eclipsoid not escaping file names in classpath container
Status:
Resolved
Priority:
Normal
Assignee:
Category:
z2-base-tools-eclipsoid
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
origin:
Description
The new mvn component repo creates module names such as
org.springframework:spring-webmvc
i.e. close to Maven artifact naming.
Eclipsoid does not escape those and so creates either invalid file names (Windows) or file names that will be concatenated to bad class path strings in Eclipse local class path construction (Linux/Mac OS).
Related issues