Consultor Eletrônico



Kbase P115012: Is it possible to specify compiler options in OpenEdge Architect?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/5/2009
Status: Verified

GOAL:

Is it possible to specify compiler options in OpenEdge Architect?

GOAL:

How to have OpenEdge Architect compile with the LANGUAGES option by default?

GOAL:

How to specify an XCODE key for an OpenEdge Architect project?

GOAL:

How to have OpenEdge Architect generate XREF files?

FACT(s) (Environment):

OpenEdge 10.1x
All Supported Operating Systems

FIX:

Currently, of all the options on the COMPILE statement only the following can be specified for use with an OpenEdge Architect project:

- XCODE key
- SAVE (INTO) option

These are set is done in the Project -> Properties -> OpenEdge -> Build screen.

To compile code with the other options on the COMPILE statement (for example: MINSIZE, GENERATE-MD5, PREPROCESS, LANGUAGES), it is advised to use the Application Compiler tool, which is accessible from the AppBuilder perspective.

Alternatively, it is possible to manually modify the compile procedure used by the Architect, which is:

In OpenEdge 10.1A:
<install>\oeide\eclipse\plugins\com.openedge.pdt.text_10.1.0.01\runtime\_idecompile.p

In OpenEdge 10.1B:
<install>\oeide\architect\eclipse\plugins\com.openedge.pdt.text_10.1.1.00\runtime\_idecompile.p

In OpenEdge 10.1C:
<install>\oeide\architect\eclipse\plugins\com.openedge.pdt.text_10.1.2.00\runtime\_idecompile.p

Note that no support will be provided for OpenEdge Architect plugins that have been modified in such a fashion.