I would try Ant 1.7beta1 and latest Ant-Contrib with the namespace declaration - that's the future way. And you can see inside your buildfile where the tasks come from. (ac-AntContrib, sf-SmartFrog, au:AntUnit, svn:AntLib-Subversion, ...)
Jan >-----Ursprüngliche Nachricht----- >Von: Daniel Camara [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 1. September 2006 21:57 >An: Ant Users List >Betreff: Re: Problems with exec tag > >Thanks I will try that :) > > Best regards... > > Daniel > >On 9/1/06, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: >> Hi, Daniel >> >> ah, yes, i think your problem is the declaration of antcontrib >> taskdefs. >> >> if you go via the properties file (which is meant for prior versions >> of ant, < 1.6) you won't get no <for> task as this mapping is >> commented out = >> >> J:\ant-contrib-src\src\net\sf\antcontrib\antcontrib.properties : >> >> # Tasks Requiring Ant 1.6 or higher >> #for=net.sf.antcontrib.logic.For >> math=net.sf.antcontrib.math.MathTask >> >> just declare them like (i assume you are using ant > 1.6), >if you got >> your antcontrib.jar in %ANT_HOME%/lib directory >> >> <!-- Import AntContrib --> >> <taskdef resource="net/sf/antcontrib/antlib.xml" /> >> >> this should really get part of ant or antcontrib faq >> >> >> Regards, Gilbert >> >> >> >> Daniel Camara wrote: >> > > Thanks Gilbert, as I said, I even updated the antcontrib >version, >> > > but this also didn´t work :) >> > > >> > > Best regards... >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional >> commands, e-mail: [EMAIL PROTECTED] >> >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]