Content

ramblings of a coldfusion developer

Tagged: Ant

2010-06-28 :: Jim Priest // Code
Ant Refcardz from DZone

Today DZone release a new Refcardz for Ant: Getting Started with Apache Ant. This DZone Refcard will provide you with the perfect resource to help you automate software build processes with Apache Ant. Included is a description of the Anatomy of an Ant Script along with a number of tables detailing, among others: Core Java [...]

Tagged:

 » Read the rest

2010-05-29 :: Jim Priest // Code
Passing Arguments To Ant Using Eclipse

Over the last few days I’ve been reworking one of my build files and needed to be able to pass in an argument at run time, which is easy to do using the command line.  But I became curious if there was any way to do it running the script within Eclipse. Turns out it [...]

Tagged: » »

1 comment  » Read the rest

2009-11-25 :: Jim Priest // Code
Getting Ant Build Updates Via Growl

I have a few build scripts that take some time to run and I hate staring at the Eclipse console to see how things are progressing.  I've heard of Growl before and today decided to see if I could make this work to popup notices during my build. Growl is originally for the Mac but [...]

Tagged: »

2 comments  » Read the rest

2009-08-15 :: Jim Priest // Code
Cron For Windows

Marc Escher ( http://mxunit.org/ ) gave a great presentation at CFUnited on automation: batch files, Ant, launchers and Jetty. One thing that came up during the discussion was a replacement for Scheduled Tasks on Windows which I (and apparently others) have found unreliable. Since I'm a Linux geek I'm familiar with cron on Linux and [...]

Tagged: » »

2 comments  » Read the rest

I was reading Glyn Jackson's insightful review of ColdFusion Builder and it got me thinking. It's been years since I've worked in a shop where we used FTP to deploy files.  I always felt that manual FTP was the worst possible way to move files around (this was before I discovered Ant).  I ended up [...]

Tagged: » »

8 comments  » Read the rest