Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-Famix Milestone-5.0
New issue 1014 by tu...@tudorgirba.com: FileAnchor should store file names with / only http://code.google.com/p/moose-technology/issues/detail?id=1014
On Windows, VerveineJ exports source file anchors with . If the MSE file is afterwards copied on a Linux or Mac machine, the path is not found.
One solution is to ensure that all occurrences of \ are replaced when loading a FileAnchor.
Updates: Status: Fixed
Comment #1 on issue 1014 by tu...@tudorgirba.com: FileAnchor should store file names with / only http://code.google.com/p/moose-technology/issues/detail?id=1014
Name: Famix-SourceAnchor-TudorGirba.40 Author: TudorGirba Time: 19 November 2013, 8:37:55.12624 pm UUID: 85897d6b-3bae-4b34-bbc6-2c1f2a8427de Ancestors: Famix-SourceAnchor-FabrizioPerin.39
made file names in anchors replace all occurences of \ with /. Like this an MSE produced on Windows can be analyzed on Mac or Linux at a later time.