Re: Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Scot P. Floess
Looks like you are missing ant-contrib if... Surprised there isn't a namespace on the "if" task... Can you send out the contents of C:\Documents and Settings\raora\.ant\build.xml ? Line 10 may be sufficient - I'm curious how that line is defining the ant contrib tasks... On Thu, 13 Sep 2

Re: Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Carlos Araya
As far as I know if is not a built in Ant task but it comes from the ant.contrib package downloadable from sourceforge. http://ant-contrib.sourceforge.net/ Download the package and follow the instructions to get it running on your build. Carlos On Thu, Sep 13, 2012 at 11:19 AM, Rao, Raghavendra