| Summary: | Deployed HTML file has several problems in egl.startupInit | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> | ||||
| Component: | EDT | Assignee: | 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: |
|
||||||
Created attachment 203473 [details]
Correct Startupinit
Code committed. verified with 201109191052 Closing this defect. |
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.