Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] Status of JPA Diagram Editor integration with WTP build


It was a long night but the compilation is passing now  and tests has started; we were caught with String.isEmpty() in 1.5 in the Diagram Editor.

There are 2 new features and 3 plugins in CVS at:
    org.eclipse.jpa/components/jpa_diagram_editor
For development you only need to check out:
    org.eclipse.jpt.ui.diagrameditor
    org.eclipse.jpt.ui.diagrameditor.test
the rest are build related stuff.

To compile you will need download the latest WTP integration build, because it includes Graphiti. There are also two other prerequisites that you will have to download EMF Transaction and EMF Validation, all listed in the download page.
The JUnit tests in the build are still running right now, but the zip files are ready to be downloaded.

Note the org.eclipse.jpt.ui.diagrameditor.test bundle is not integrated into the build yet.

-Tran
Ps. Thanks to David for his help.


Back to the top