Use Ant tasks to create, sign, and verify archives
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.