Building Your Ant Colony: Creating an Automated Build System with Apache Ant
Do you have tasks that you do every time you make a release of your software? What about things that you look for before committing changes to version control? Have you ever wanted to automate those tasks? Ant is a build automation tool that allows developers to define reproducible tasks that can be run from the command line or from within PDSOE itself. In this talk, you will learn the basics of build automation, the anatomy of an Ant build file, common build tasks, and how to utilize all of this in your day-to-day OpenEdge development.