Posts Tagged ‘ANT’

Update: ANT to Automate Build Version Number

Posted: 8th June 2010 by Adam Presley in Development
Tags: ,

In a previous post Using ANT to Automate a Build Version Number I talk about incrementing build numbers using ANT. I found this particularly useful when building Mura plugins. Thanks to Steve Good for pointing out a little issue where if you wish to use the build number in naming your ZIP file, my example [...]

Using ANT to Automate a Build Version Number

Posted: 20th May 2010 by Adam Presley in Development
Tags: ,

Recently I’ve been writing some Mura plugins. One of the basic pieces of the plugin is the the config.xml file which contains metadata about your plugin. One piece of that metadata is the version number of the plugin. And every time I made a change to the plugin, I would go and change the version [...]

Automate Compressing JS and CSS with ANT

Posted: 31st December 2009 by Adam Presley in Development
Tags: , ,

I’m still a bit of a n00b with ANT still, but I took the time today to improve my skills with it a tad to help automate a task which has become quite repetitive. Once we are ready to roll changes to our application we first have to minify our JavaScript and CSS files. We [...]

Using ANT to Automate A Build

Posted: 14th January 2009 by Adam Presley in Development
Tags: ,

Last night I attended the Dallas/Fort Worth ColdFusion User Group meeting held at the Paladin Consulting offices, lead here locally by Dave Shuck. There were three presentations scheduled, though one was cancelled last minute, so we only got two. Although both presentation were good the one I got the most use of our was Dave [...]