Background

The current Ant file does compiles Platypus and plugins, runs unit tests, and creates the jars and the .zip file for distribution.

Continuous delivery (as described in the book, Continuous Delivery, by Jez Humble and David Farley, presents a highly automated process that includes running all tests, on all platforms, as well as validating the deployment package. To this end, the following steps would be ideal to include in the core Ant file. This mark (tick) indicates the task has been done.

Tasks

Testing

          I could take this up - Atul ;-)

Delivery
Deployment
Documentation
Miscellaneous