Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "How to Build DTP 0.7 Compatibility"

Line 4: Line 4:
  
 
==Building the Compatibility Layer==
 
==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
 
* 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

Revision as of 18:53, 1 March 2006

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