| Summary: | Getting BuildException with a ClassCastException with Library & Records | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> | ||||||
| Component: | EDT | Assignee: | Project Inbox <edt.mofmodel-inbox> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | mheitz, pharmon | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Kathy Carroll
Created attachment 199671 [details]
TestResultLib source file
Created attachment 199672 [details]
dataDef source file
FYI Kathy, EDTBuilds is for problems that happen when EDT's code is compiled. It's not for the EDT builder. Sorry about the confusing names.
I isoloted the offending EGL function. This function has incorrect EGL syntax.
Once corrected, EGL build problem is resolved.
private function getTimeStamp() returns (String)
// KLC removed data time stuff
currentTime = "20110714_888888"
writeStdOut( function stubbed getTimeStamp() returns (String)"");
return (currentTime);
end
I have added some additional error checking in EGL2MofExpression to handle this Changes work as expected. Added bonus I get the syntax errors now. Closing this defect. |