Ant for Automator
Wednesday, July 12th, 2006Ant is a well known tool to build java applications. I use it for any Java project.
The task of deployment does not end with building a software. In my case I have to send an email with the new build to the provider with informations about new features and instructions on how to update. Also most of my Java projects depend on other Java projects so I have to build them in the right order.
Therefore the workflow to release a new version of the software looks like this: (more…)
