Tags:
Ant, Coldfusion, Eclipse
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.
Tags:
Ant, General, Coldfusion, Coldbox, Eclipse
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.
Tags:
Ant, Version Control, SQL Compare, Coldfusion, Database
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.