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

Working with the DTP 0.9 Source

Revision as of 18:03, 17 April 2006 by Jgraham (Talk | contribs)

CVS Location of DTP 0.9 Plug-ins

DTP 0.9 is housed in three CVS modules at eclipse.org:

  • org.eclipse.datatools.modelbase
  • org.eclipse.datatools.connectivity
  • org.eclipse.datatools.sqldevtools

You can access these modules via anonymous pserver at:

  • Server: dev.eclipse.org
  • Path: /home/datatools

Environment Settings

  • You should set you default Java compliance level to "1.4" for both source and class files, or else you will get errors, since some DTP components use the "assert" method.
  • You will also need to get a copy of the third party libraray lpg.jar in order to compile the org.eclipse.datatools.sqldevtools.parsers.* plug-ins. Instructions for obtaining and installing this jar can be found here.

Back to the top