RE: Error - Could not create task of type: condition

2006-11-15 Thread RADEMAKERS Tanguy
-Original Message- >From: Sérgio Oliveira [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 15, 2006 11:23 AM >To: user@ant.apache.org >Subject: Error - Could not create task of type: condition > >Hello, > >I´m new to java and ant (I´m a .net developer...). While >t

Error - Could not create task of type: condition

2006-11-15 Thread S�rgio Oliveira
then gets another error... Version of ant: Ant version 1.3 compiled on March 2 2001 The error I get: C:\App\Ant\bin\build.xml:107: Could not create task of type: condition. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in

Re: Could not create task of type: condition.

2006-11-14 Thread Steve Loughran
wrote: Hello, While compiling using ant, i get the following error: Could not create task of type: condition. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your ant installation (ANT_HOME). I cant

Could not create task of type: condition.

2006-11-13 Thread S�rgio Oliveira
Hello, While compiling using ant, i get the following error: Could not create task of type: condition. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your ant installation (ANT_HOME). I cant run