| Summary: | gen.ascape.test with compiler errors | ||
|---|---|---|---|
| Product: | [Modeling] AMP | Reporter: | Jonas Ruttimann <jonas.ruettimann> |
| Component: | AMF | Assignee: | Miles Parker <milesparker> |
| Status: | RESOLVED INVALID | QA Contact: | Miles Parker <milesparker> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.9.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Jonas Ruttimann
Thanks Jonas. That's quite possible as we haven't tested it recently, but it might also be a dependency issue. Are the other test generations working? I'm only running the tests that Hudson is using. Gen.Ascape is not one of them. Nor are other Gen tests. So I don't know. (In reply to comment #1) > Thanks Jonas. That's quite possible as we haven't tested it recently, but it > might also be a dependency issue. Are the other test generations working? The plugin has dependencies on an o.a.swing.runtime external framework because that is the target. o.a.swing is not a part of the CQ'd dependencies, so you won't get it with the normal Eclipse based install. It requires AWT/Swing, for one thing. :) We'll need to figure out a way to bring that stuff in for the test harness when we actually get the automated test generation working. |