Configuration files - ASN file (for ClearCase)
An assignment file was set up to redirect the other entities, as follows:
[SETTINGS]
$language=USA
$enhanced_edit=all
$search_object=file_first
$MAXFILES=2046
[FILES]
usys:idf.aps usys:..\ud\idf.aps
usys:ur*.svc usys:..\ud\ur*.svc
usys:uu*.svc usys:..\ud\uu*.svc
usys:uu*.frm usys:..\ud\uu*.frm
usys:uv*.frm usys:..\ud\uv*.frm
usys:idf*.frm usys:..\ud\idf*.frm
usys:pv*.frm usys:..\ud\pv*.frm
usys:usys*.frm usys:usys*.frm
usys:*.dis usys:*.dis
usys:*.dsc usys:*.dsc
usys:*.trx usys:..\trx\*.trx
usys:udbg.aps usys:udbg.aps
udbg:udbg*.frm usys:udbg*.frm
gpm.aps usys:..\usys\gpm.aps
*.frm usys:..\project\*.frm
*.svc usys:..\project\*.svc
*.rpt usys:..\project\*.rpt
*.aps usys:..\project\*.aps
[PATHS]
$ud6=ud6:
$DEF=$DB3
$UUU=$DB3
$IDF=$ud6
$SYS=$DB3
[ENTITIES]
;
; Dont store temporary data in XML
USTMP.DICT $uuu:usys:..\project\USTMP.*
ULANA.DICT $uuu:usys:..\project\ULANA.*
*.text $uuu:usys:..\project\*.*
*.sysenv $uuu:usys:..\project\*.*
*.dict $ud6:.\sources\other\*.*
[WIDGETS]
[LOGICALS]
[SERVICES_EXEC]
[REPORTS_EXEC]
[DRIVER_SETTINGS]
USYS$UD6_PARAMS=nokeycheck, listdir c:\cc\inuse
[TM]
;MANAGER = ...
;PATHS = ...
;TIMEOUT=0
;TXRETURNPHASE=2
This will work regardless of what the current working directory is. Alternatively it is possible to make the file specifications relative to the current working directory. The added lines, and altered sections are shown in BLACK
and the lines that already existed in the default asn file are shown in GREY
. For the purposes of this demonstration, the default directory of the shortcut used to start the IDF should be m:\ (the drive where the sources have been loaded).
The nokeycheck
parameter must be removed after doing the initial repository load, otherwise the driver will not work correctly.
This assignment file assumes that only the Uniface source code is being stored using UD6/CMtool Driver, not temporary records, or ‘compiled’ source (e.g.: UOBJ).
WARNING: If you have a USYS$UD6_PARAMS specified in both a local ASN file and the usys.asn file, the settings in the usys.asn file override the local assignment file.
Configuration Files
How to use the driver with ClearCase (cont.)
Configuration information
Taking control in ClearCase
Releasing a form using ClearCase
Checking a form in using ClearCase
Adding a form using ClearCase
Finding the differences in versions using ClearCase
Problems when using ClearCase
UD6 Overview
A methodology to Uniface source code control
Using UD6/CMtool and Uniface with ClearCase.
$Revision: 1.11 $ $Date: 2011/02/28 02:56:32 $ | [go to top] |