Where I can find ant-contrib.jar?? because source forge is off...
Thank you
-Message d'origine-
De : Stefan Bodewig [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 30 avril 2008 10:54
À : user@ant.apache.org
Objet : Re: Problem to use ant contrib
On Wed, 30 Apr 2008, Fabien Dubois &l
Also, the taskdef defines a namespace uri (antlib:net.sf.antcontrib)
but the script does not bind this to a namespace prefix and in any
case does not use a namespace prefix with the tag.
the definition should be something like this:
...
or (ant 1.7)
..
Peter
On Wed, Apr 30, 2008 at 9:
On Wed, 30 Apr 2008, Fabien Dubois <[EMAIL PROTECTED]> wrote:
> resource="net/sf/antcontrib/cpptasks/antlib.xml"
> classpath="${lib}/cpptasks.jar"/>
>
>
>
> Ant stops this task at the < if > (so there is no problem for the
> taskdef):
I don't think cp
Hi everybody,
I try to use ant-contrib to create a task which detects if a file is
present, and if not copy the file in the folder.
So I have get back the source of ant-contrib, build and create the jar.
This is my task :