| Summary: | Transportation Network Definition and Implementation Needs to be Clarified | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Lessler <justin> |
| Component: | OHF | Assignee: | Justin Lessler <justin> |
| Status: | CLOSED FIXED | QA Contact: | Daniel Ford <webdaford> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Attachments: | |||
|
Description
Justin Lessler
Created attachment 79145 [details]
Outline of the two different types of transportation networks
Defines "Packet Style" and "Pipe Style" transpotation networks.
Created attachment 79786 [details]
Outline of two different types of transporatiation networks
Re attaching as a binary file
Created attachment 83161 [details]
Patch containing new edge definitions
New Edges attached to the existing project
Created attachment 83162 [details]
ZIP file containing exported new projects for the transport network
Contains the new transport projects defining the network
Added two new edge types to the definitions project and a new project defining packet style and pipe style transportation networks as described in the files. To apply changes one must both apply the patch and import the new projects. committed the patch and new projects, but I forgot to run org.eclipse.ohf.stem.tests.definitions (as a Junit Plugin test). That test failed with missing class definition exceptions. After adding missing dependencies to the Manifest.MF file it ran, but with JUnit failures. The repository version for me has build failures. Once I fix these it runs with no unit test failures. I'm running with assertions enabled and I get this: java.lang.AssertionError at org.eclipse.ohf.stem.definitions.edges.impl.MixingEdgeImpl.setDirected(MixingEdgeImpl.java:71) at org.eclipse.ohf.stem.core.graph.tests.EdgeTest.testIsDirectedAt__Node(EdgeTest.java:149) ...deleted... Created attachment 83277 [details]
Fixes build problems and assertion failed error
Additional patch to fix the problems mentioned in the last 2 comments.
Created attachment 83278 [details]
mylyn/context/zip
new patch fixes things committed |