Ant tasks for archives examples
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This section provides several Ant tasks for the PROPACK and
PROSIGN utility examples.
Create an archive
The
following example creates an archive named demo.apl using an XML file to
supply the necessary options to the propack Ant task.
|
propack
task and options::
|
The output from running the Ant task is:
|
Sign an archive
The following
example creates a signed archive named demosigned.apl using an XML file,
prosign.xml, to supply the necessary options to the
prosign Ant task.
|
prosign task
and options:
|
|
Verify a signed archive
The
following example verifies a signed archive named demosigned.apl using an
XML file, prosign_verify.xml, to supply the necessary options to the
proverify Ant task.
|
proverify task and options:
|
|