Kbase P151184: OE Architect: R-code files are erased from directories on development machine.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/08/2009 |
|
Status: Unverified
SYMPTOM(s):
OE Architect: R-code files are erased from directories on development machine.
Sometimes one r-code file is deleted, other times the contents of whole directories of r-code files are deleted.
Using the OpenEdge Architect to develop applications
FACT(s) (Environment):
Windows
OpenEdge 10.2A01 32-bit Service Pack
CAUSE:
Failed compiles delete the r-code files without replacing them.
FIX:
This is expected behavior. The R-code for the file being compiled is ALWAYS deleted before compiling the file. If the compile succeeds, the r-code is replaced. If the compile fails, the r-code is NOT replaced. This way, the only r-code on disk is what is actually valid.