| Summary: | Error if starting deployment operation before system parts are initialized | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Justin Spadea <jspadea> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mayunf, svihovec |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Justin Spadea
Fixed: RUIDeploymentModel.java GenerateHTMLFile.java The same problem existed in the debug code. Also fixed: EGLLaunchableTester.java Problem was we were initializing the environment for the source project, but not the other environments on the build path. Switched code to use ProjectEnvironment.initIREnvironments() which does what we want. Verified |