Skip to content
Gilles QUERRET edited this page Apr 3, 2015 · 12 revisions

DlcHome task • <pct:dlc_home />

Description

Defines the global location of OpenEdge. When the value is set, you don't have to define dlcHome attribute anymore in the rest of the build. This task also adds /.pct/ to the default excluded files.

Parameters

Attribute Description Required
value OpenEdge installation directory

Parameters as nested elements

None

Examples

<!-- Before <DlcHome /> is set, you have to specify a value for dlcHome attribute -->
<PCTRun procedure="test.p" dlcHome="/path/to/dlc" />
<!-- From then, you don't have to specify dlcHome attribute -->
<DlcHome value="/path/to/dlc" />
<PCTRun procedure="test.p" />
Clone this wiki locally