Consultor Eletrônico



Kbase 18319: Roundtable - Full Compile Not Working For Deployment
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/12/2002
Status: Unverified

FACT(s) (Environment):

Roundtable

FIX:

The rtb/compctrl file is updated every time you run _update.w.
It keeps a running list of all your files. This list is used
when you choose "full compile". If this file has been removed,
Roundtable only has the selective compile list to use for
compiling. This means that _update.w can only perform the
selective compile since it only has the selcomp and objctrl
files to work with.

Choosing full compile from within Roundtable when generating a
deployment will not rebuild a lost compctrl file. Choosing full
compile only places a token in the selcomp file ("@@fullcomp")
that tells _update.w to compile everything in the compctrl file.

The only way to get back a lost compctrl file is to:
1) create a new temporary deployment site in RTB.

2) create a full deployment for the last release installed at
the customer's site.
3) run _update.w so that it generates a new rtb_inst/compctrl file.

4) Deliver this new compctrl file to the customer's site.

You can then delete the temporary site and deployment from
within RTB since you will no longer need it.