Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357128 - Deployed HTML file has several problems in egl.startupInit
Summary: Deployed HTML file has several problems in egl.startupInit
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Huang Ji Yong CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 13:29 EDT by Kathy Carroll CLA
Modified: 2017-02-23 14:19 EST (History)
1 user (show)

See Also:


Attachments
Correct Startupinit (1.86 KB, patch)
2011-09-16 03:51 EDT, Huang Ji Yong CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kathy Carroll CLA 2011-09-08 13:29:19 EDT
I'm using the install build 0.7.0.v201109080902

This is the exception handling code for the startupInit method
} catch (e) {
     if (e instanceof egl.egl.debug.DebugTermination) {
         if (e.msg) egl.println(e.msg);
     } else {
         egl.crashTerminateSession();
         if (!egl.client.MyHandler){
              egl.println('Internal generation error. Found no definition for fvt.primitives.TestDeclarations. Try <b>Project > Clean...</b>', e);
         }else{ egl.printError('Could not render UI', e); throw e;}
     }
}

1.  egl.debug can't be resolved at runtime
2.  Soundn't have fvt.primitives.TestDeclarations. hardcode.
Comment 1 Huang Ji Yong CLA 2011-09-16 03:51:34 EDT
Created attachment 203473 [details]
Correct Startupinit
Comment 2 Huang Ji Yong CLA 2011-09-16 03:53:30 EDT
Code committed.
Comment 3 Kathy Carroll CLA 2011-09-19 15:32:26 EDT
verified with 201109191052
Comment 4 Lisa Lasher CLA 2011-10-11 16:20:53 EDT
Closing this defect.