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

Bug 357128

Summary: Deployed HTML file has several problems in egl.startupInit
Product: z_Archived Reporter: Kathy Carroll <carrollk>
Component: EDTAssignee: Huang Ji Yong <hjiyong>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P3 CC: hjiyong
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Correct Startupinit none

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.