| Summary: | RTA plugin changes for CCSv5 | ||
|---|---|---|---|
| Product: | [Technology] RTSC | Reporter: | Chris McCormick <c-mccormick> |
| Component: | Rta | Assignee: | Chris McCormick <c-mccormick> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Chris McCormick
Also, the following related change needed to be made, and was made in rov-c22:
Since the way DSS gets loaded in CCSv5 has been changed, we need to add "com.ti.dvt.rta.interfaces" as a plugin dependency in "com.ti.rta.support" meta-inf\manifest.mf
Without this change (for CCSv5.0.0.0.25+) we see:
java.lang.NoClassDefFoundError: com/ti/ccstudio/scripting/environment/ScriptingException
as soon as we start using RTA
Made the changes to the RTA plugin in rov-c26 closing "ancient" resolved bugs |