Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 491809

Summary: Local server uses bad resource paths on Windows
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: NodeAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 10.0   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Rennie CLA 2016-04-15 10:40:17 EDT
If you run the node server locally on Windows the paths to file / folder resources use mixed separators, which leads to all file location / parental / etc information being bad.

For example I have a text project like:

TestProject/
   test.js

on an input changed event (just one example), the path is:

/file/TestProject\test.js

which leads to all other information about it being wrong (has no parents, no children, etc)