Selective compile

Chris Kelleher

Administrator
Staff member
Hello !

I checked out and modified an include file from
module <module-name> under task <task-number>.
This file is included in some procedures from the same
module.
Then I start selective compile with the following
parameters:

Task Number: <task-number>
Module: <module-name>
Object Group: *
Object Type: PCODE
Object: *.p*
Full Compile: yes Force Compile: no
Listings: no Show Meter: yes

But RTB says that no compiles required.
Why is it so?

Also I noticed that after I modified this include file
its update status was not changed from Current
to Modified.

Best regards,
Alexey V. Kabaev
Center of IT "Platon"
Penza, Russia
E-mail: alex@platon.penza.com.ru
 

Chris Kelleher

Administrator
Staff member
Alexey,

This is because the object that you have changed is a .i file and not a .p,
so the object name should be a complete wild card i.e. *.* or * - then you
should find all the procedures that use the include file.

Note however, that you must be sure that the Xref info in the repository is
up to date so that RTB knows which programs use the include file. You should
be able to check this from RTB before you go into selective compile.

HTH

Thomas
___________________________________
Hansen IT Consulting
Frilandsvej 85
9800 Hjørring
Denmark

Tel.: +45 98 90 49 16
Fax.: +45 98 90 49 17
Mobile : +45 20 16 19 29

E-mail : thomas@hansenit.dk
Web : www.hansenit.dk
__________________________________
StarBase Corporation StarPartner and
Certified Roundtable Consultant

-----Original Message-----
From: owner-roundtable@peg.com [maimailto:Owner-roundtable@peg.com]On Behalf Of
Alex V. Kabaev
Sent: 23. september 1999 09:17
To: roundtable@peg.com
Subject: Selective compile


Hello !

I checked out and modified an include file from
module <module-name> under task <task-number>.
This file is included in some procedures from the same
module.
Then I start selective compile with the following
parameters:

Task Number: <task-number>
Module: <module-name>
Object Group: *
Object Type: PCODE
Object: *.p*
Full Compile: yes Force Compile: no
Listings: no Show Meter: yes

But RTB says that no compiles required.
Why is it so?

Also I noticed that after I modified this include file
its update status was not changed from Current
to Modified.

Best regards,
Alexey V. Kabaev
Center of IT "Platon"
Penza, Russia
E-mail: alex@platon.penza.com.ru
 
Top