Consultor Eletrônico



Kbase P124362: How to access shared source code without importing it into every project?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/18/2007
Status: Unverified

GOAL:

How to access shared source code without importing it into every project?

FACT(s) (Environment):

OpenEdge 10.1x

FIX:

One way to access shared source code without importing the shared source code into every project is as follows:

1) Set up a separate project for the shared source.
2) Export this project to the file system.
3) Add it to each developers workspace by importing the project.
4) Other projects which rely on the shared source files would then add a PROPATH entry to an external directory via the Properties page.

One this is done the other projects will be able to compile and run programs that reference the shared source code.

When any editing of a file in the shared source is needed the file will be edited with the shared source project.