Object Teams project creation

Opening the project wizard

The easiest way to create a new Object Teams project is to use the Object Teams project wizard. The project wizard selection dialog can be opened either by selecting File > New > Project... from the main workbench window or by selecting New > Project... from the package explorer's pop-up menu or by selecting Project... from the drop-down menu on the New button in the workbench toolbar. Afterwards the wizard for creating an Object Teams project has to be chosen.

Define settings

The wizard supports all features of the New Java Project Wizard and automatically configures the project for OT/J. Only one user-visible option is added to the wizard, viz. selection of the "Target weaving scheme":

Select Weaving Scheme

If unsure please keep the default value "OTRE"

Resulting effects

After all information has been entered the project with the chosen name will be created, the files .classpath and .project will be created and the tree view in the package explorer will be updated and the new project displayed.

Object Teams project wizard

OT/Equinox: Plug-in project

If the project is to develop an Eclipse plug-in using Object Teams (OT/Equinox) choose the wizard for "Object Teams Plugin Project". This wizard is a variant of the regular "Plug-in Project" wizard.

Adding Object Teams support to an existing project

Alternatively, if you already have a valid Java project or Plug-in project, you may add Object Teams support using the project's context menu Configure > Add Object Teams support.

Add Object Teams support menu option