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

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

2012-09-13 Thread Rao, Raghavendra Kunjoor
Hi, I am new to ANT and I am facing a few issues when executing a build.xml file. I request your help in resolving this issue. I have set the environment variables - ANT_HOME, JAVA_HOME, PATH, ANT_ARGS, ANT_OPTS. When I execute the build.xml file, below is the output in the console.