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

Bug 425575

Summary: Editor not loading
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: EditorAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2014-01-13 11:11:40 EST
1. Go to orion.eclipse.org
2. Click on a .js file 
3. The editor doesn't load

The error is:

> TypeError {stack: (...), message: "Object #<Object> has no method 'setEditorContextProvider'"}
Comment 1 Mark Macdonald CLA 2014-01-13 11:39:13 EST
I downloaded the "I201401130957" build. This file in the build:
> orion\eclipse\plugins\org.eclipse.orion.client.editor_1.0.0.v20140110-2308\web\orion\editor\contentAssist.js

does not match what is in the git repo:
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js

Search for "setEditorContextProvider" -- there should be a match, but in the built version of this file, there is no match. This missing change is what broke the editor.
Comment 2 Mark Macdonald CLA 2014-01-17 13:53:52 EST
Fixed. Was apparently a problem with the auto-tagger. The tag it created had missed a commit that should've been in it (possibly because several commits in a row had the same HH:MM stamp). Pointing the .map file at a correct tag fixed the build.

http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=a673974