This is a readme for making the ClearCase/ClearQuest integration available over the web using ClearWeb 5.0.

This directory that this README file was distributed with also contained 
three Perm Modules (IOClearPrompt.pl, IOBase.pm and MsgCat_English.pl).  

If you have not changed the IBM/Rational Distributed versions of these files 
located in:

	 $ATRIA_HOME/lib/perl5/CQCCTrigger/CQCC 

then just replace those with the versions included here.  If they have been patched 
or changed manually then then you might want to make the ABS changes manually to
changes manually  to your files.  ALL of the ABS changes
to those files are bracked with "ABS BLOCK CHANGE - START" and "ABS BLOCK CHANGE - END" 
with the ABS change "active" and the code that it replaced commented out like in 
the example below:

       ############################
       # ABS BLOCK CHANGE - START #
       ############################
       $self->{CLEARPROMPT} = "clearweb_dialog.exe";
#      $self->{CLEARPROMPT} = "clearprompt.exe";
       ##########################
       # ABS BLOCK CHANGE - END #
       ##########################


You must set the environmental variable CQCC_LAUNCH_CCPERL=1 for the web-server process
running clearcase web.  (Refer to the section "setting enviromental variables" in the 
ClearWeb manual).

There is also a perl program "enable_cqcw.pl" that is useful for adding the required
clearweb_out.exe executable to existing ClearCase/ClearQuest integrated VOBs.  It works
with Perl, ccperl.exe or cqperl.exe.

The "enable_cqcw.pl" script might require minimal site-specific modification .  Refer to 
it's internal header.