-
Notifications
You must be signed in to change notification settings - Fork 63
PLFileSet
Gilles QUERRET edited this page Jul 31, 2016
·
4 revisions
A special Fileset meant to extract files from a procedure library.
Attribute | Description | Default value |
---|---|---|
src ‡ | Specify a PL file whose contents will be extracted | None |
† Only one of those attributes is mandatory ‡ Mandatory attribute
None
<!-- Don't forget to declare types -->
<typedef resource="types.properties" />
<target name="copy">
<copy todir="destDir">
<plfileset src="${DLC}/gui/adeuib.pl" includes="**/*.r" />
<!-- You can mix plfilesets with any other fileset type -->
<fileset dir="build" includes="**/*.r" />
</copy>
</target>
Will extract any .r files from $DLC/gui/adeuib.pl
to destDir
- 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