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

Bug 444957

Summary: Source map .src file is missing
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: RelengAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2014-09-24 09:50:45 EDT
1. Go to https://orion.eclipse.org/mixloginstatic/LoginWindow.html
2. Open chrome dev tools. The LoginWindow.js.src.js file will is not found, so there is no source.

Looking at the map file I see this

> { "version":3,
>   "file":"LoginWindow.js",
>   "lineCount":171,
>   "mappings": ... ,
>   "sources":["LoginWindow.js.src.js"],  // !!!
> }

The build is expecting the source file to be named "LoginWindow.js.src", but the newer RequireJS appears to have added an extra ".js".
Comment 1 Mark Macdonald CLA 2014-09-24 12:08:33 EDT
Not sure why this changed, but I updated the build 
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b4b161f