Re: ant-contrib question

2008-01-06 Thread Peter Reilly
On Jan 4, 2008 9:32 PM, Z W <[EMAIL PROTECTED]> wrote: > Hi Gurus > > I'm trying to use tasks in ant-contrid. > So I downloaded ant-contrib-1.0b3-bin and put ant-contrib-1.0b3.jar file in > $ANT_HOME\lib > > I also do the following > > > > > > default="main" > > xmlns:ac="antlib:net.sf.antcontrib

Re: ant-contrib question

2008-01-05 Thread Scot P. Floess
I agree too - this is an odd problem. Here is what I tried: I ran this on both Windows and Linux - it worked. Here is the build.xml I was using: I had a fresh install of An

Re: ant-contrib question

2008-01-04 Thread Dominique Devienne
On 1/4/08, Z W <[EMAIL PROTECTED]> wrote: > I'm trying to use tasks in ant-contrid. > So I downloaded ant-contrib-1.0b3-bin and put ant-contrib-1.0b3.jar file in > $ANT_HOME\lib > [...] > xmlns:ac="antlib:net.sf.antcontrib"> > [...] > [antlib:org.apache.tools.ant] Could not load definitions from re

Re: ant-contrib question

2008-01-04 Thread Scot P. Floess
I think you need to do a taskdef... Something like Of course, you probably want to get your namespace inline... Check the docs :) Z W wrote: Hi Gurus I'm trying to use tasks in ant-contrid. So I downloaded ant-contrib-1.0b3-bin and put ant-contrib-1.0b3.jar file in $ANT_HOME\lib I also do

ant-contrib question

2008-01-04 Thread Z W
Hi Gurus I'm trying to use tasks in ant-contrid. So I downloaded ant-contrib-1.0b3-bin and put ant-contrib-1.0b3.jar file in $ANT_HOME\lib I also do the following : : But I'm getting this error [antlib:org.apache.tools.ant] Could not load definitions from resource org/apach e/tools/an