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

Bug 471047

Summary: scriptResolver fails to resolve multi-part non-relative logical paths
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: 9.0   
Target Milestone: 10.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-06-25 15:55:42 EDT
Looks like fallout from bug 470509.

for example, 'javascript/foo/web/bar/test' will fail to resolve to a real file (if there was such a file ending in that path).
Comment 2 Curtis Windatt CLA 2015-06-25 17:27:37 EDT
I'm not following what was failing.  I have a path in a node require "data/xml/xmlrpc" and the equivalent "./data/xml/xmlrpc".  On hover I'm able to resolve the the existing file.  Content assist can find appropriate proposals from the created object as well.
Comment 3 Michael Rennie CLA 2015-07-02 14:15:09 EDT
fixed.