Wednesday, November 28, 2007

Today I had a chance to create a custom task in ant.
I created a new class extending Task and had few instance variables to suit my business needs. Then I overridden the execute method to validate a condition and based on the output, a property in build.xml was set to either true or false. Tommorrow I will post the sample code!

I also worked on Apache redirection using regular expression rules. It worked very well. Hopefuly I would post the procedure tommorrow.

Bye for now....