-
Notifications
You must be signed in to change notification settings - Fork 62
DlcHome
Javan edited this page Jun 21, 2024
·
12 revisions
Define the OpenEdge installation directory. 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.
<pct:dlc_home />
Attribute | Description | Default value |
---|---|---|
value ‡ | OpenEdge installation directory | None |
‡ Mandatory attribute
None
<DlcHome value="/path/to/dlc" />
Will use /path/to/dlc
in any subsequent PCT task.
<DlcHome value="${DLC}" />
Will use the content of the DLC variable in any subsequent PCT task. This DLC variable is usually passed from the command line:
ant -DDLC=/path/to/dlc targetName
<property environment="env"/>
<DlcHome value="${env.DLC}" />
Will use the content of the DLC environment variable in any subsequent PCT task.
- QuickStart
- Changelog
- InstallDocumentation
- FAQ
-
Tasks
- PCT
- DlcHome
- PCTRun
- PCTDynRun
- PCTCompile
- PCTWSComp
- PCTCreateDatabase
- Sports2000
- PCTDumpSchema
- PCTDumpSequences
- PCTLoadSchema
- PCTIncrementalDump
- PCTBinaryDump
- PCTBinaryLoad
- PCTDumpData
- PCTLoadData
- PCTSchemaDoc
- PCTLibrary
- PCTProxygen
- PCTXCode
- ProgressVersion
- PCTVersion
- ClassDocumentation
- HtmlDocumentation
- XMLDocumentation
- JsonDocumentation
- ABLDuck
- OEUnit
- ABLUnit
- RestGen
- AssemblyCatalog
- Types