Project

Project

Generate Path

The path where the code will be generated. If you use the command line or ant generator, this field is optionnal since the output path will be configured elsewhere.

Note that this path should always end in a / character

Root Package

This package contains all the information that will be used to generate code.

Dependent Project

Using the dependent project list, you can specify dependencies between projects. It is important to specify all the dependencies otherwise the code generation step will usually fail.

Dependencies are usually created by:

  • Referencing a type declared in another project in your class instance types.
  • Inheriting from a type declared in another project.

File Path

The file path where the project information will be stored. This path is relative to the current working directory in which the deduced editor is running.