Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

How to Build DTP 0.7 Compatibility

Revision as of 18:53, 1 March 2006 by Jgraham (Talk | contribs)

Back to How to Build DTP 0.7 page

Introduction

If you would like to build the DTP 0.7 compatibility pack, you will need the Eclipse platform, EMF, GEF, and Apache Ant as described in the How to Build DTP 0.7 page.

Building the Compatibility Layer

  • Check out a copy of org.eclipse.datatools.build from DTP CVS (/home/datatools). Naturally enough, this is found in the org.eclipse.datatools.build module.
  • Check out a copy of org.eclipse.datatools.connectivity.compatibility from the org.eclipse.datatools.connectivity module
  • Change location into the org.eclipse.datatools.connectivity.compatibility directory
  • Run the following ant command:
    • ant
  • Retrieve the compatibility plug-in built from the download folder

Back to the top