Use Ant tasks to create, sign, and verify archives
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To support continuous integration and continuous development, archive files can be created, signed, verified, and validated using Ant tasks. You can use the following Ant tasks:
propack—Extends the AntJartask.prosign—Extends the AntSignJartask.proverify—Extends the AntVerifytask.
Note: Gradle users can also use these Ant
tasks.