Using Ant to change text in files revisited

A few years ago I posted a blog entry that showed how to replace using template files, for a catch up on that entry head on over to Eclipse & Ant tidbit for further reading.

However I ended up modifying that because it was a little bit annoying when a developer on my team, would modify the wrong files. So I looked at another option.

Deploying an Encrypted ColdBox Application and a gotcha

I currently run my on a shared hosting provider and felt that it was time that I actually encrypted the source files, I added some extra logic to my Ant build.xml to take care of this and as I had used it in the past I never expected any problems with this.

However I was dead wrong with that assumption.

Version control database schema Part II

In a previous post I showed how I use Red-Gate SQL Compare from Red-Gate to create SQL Scripts from my database, and today I will now show how you can then run these in an Ant script to recreate your database.