Consultor Eletrônico



Kbase P117228: Architect generates an extra subdirectory to store the r-code when Project is created with the same
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/7/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A

SYMPTOM(s):

Architect generates an extra subdirectory to store the r-code

Project created with the same name as the OO package name

Using OpenEdge Architect and OO Classes

Using the following workspace: C:\OpenEdge\WRK\LabCode OO

Project created is called OOExample in the Resources pane that mapped to C:\OpenEdge\WRK\LabCode OO\OOExample

Class file created in that project is called C:\OpenEdge\WRK\LabCode OO\OOExample\Card.cls

In the .cls file the class name is qualified with the package name -> OOExample.Card

Architect created a new subdirectory and stored the r-code in C:\OpenEdge\WRK\LabCode OO\OOExample\OOExample\Card.r instead of C:\OpenEdge\WRK\LabCode OO\OOExample when the compile option is used in the Resources Pane by right-clicking on the project and selecting OpenEdge -> Compile.

CAUSE:

Project should not be named the same as the package

FIX:

Modify the BUILD directory as follow:

1. Select Project

2. Right-click to select Properties

3. Select OpenEdge

4. Select the BUILD tab

5. Set the build tab to the directory where the r-code should be placed.