On Wed, 22 February, 2006 4:03 pm, David Rosenstein wrote: > Hi All- > Sorry about the double post. The rest of my question is here now. > > I've seen a couple of rumblings in the archives on this, but I am really > confused about the ant documentation versus actual behavior on target > dependencies. The documentation ( > <http://ant.apache.org/manual/using.html#targets> > http://ant.apache.org/manual/using.html#targets) seems to imply that once > a > target dependency is executed it will never be executed again as a > dependency. But if i run this script here:
[snip example] > After reading the documentation it seems that init should only be called > once though. Why is it being called so many times? Your example uses <antcall>, which has the effect of re-running the entire antscript with the specified target (and optional parameters). See http://ant.apache.org/manual/CoreTasks/antcall.html for details. -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/blog/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]