Consultor Eletrônico



Kbase P125745: How to share workspaces in Architect
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/05/2009
Status: Verified

GOAL:

How to share workspaces in Architect

GOAL:

How to manage files outside the workspace structure using Architect

FACT(s) (Environment):

OpenEdge 10.1x
Windows

FIX:

OpenEdge Architect, as a project based environment, does not allow developers to open any file under any structure. Files to be opened must be
1 - Under the project directory.
2 - Available to the project as linked resource.
To link external resources, choose the project and
a) Add new folder
b)put a folder name
c) click the advanced button, and link to a real directory on your computer or network directory.
But, be aware of some limitations of using this technique. First, linked resources does not compile automatically, and the .r code , in case they are compiled, are not put in the project output directory. They are written in the same directory as the source code. Also, be aware of the fact that linked directories are not put in the PROPATH. The PROPATH must be updated in order to run programs located in the linked directories.