When invoked the following part of build.xml
<antfetch antfile="loop.list.xml" return="project.label, version.number, major.build.numer, create.new.label" target="loop.iteration" inheritall="true"/>
received next error:
antfetch doesn't support the "antfile" attribute
Release download today 28 Jan 2007
Version: 1.0b3
Build-Timestamp: 02/11/2006 11:46:36
Logged In: NO
Hi,
I think this applies also to the dir attribute of the antfetch task.
Logged In: NO
Yes, it looks like the AntFetch task was refactored to reduce its size by making use of the CallTarget class in 1.0b3 (making it a version of antcall with a return rather than a version of ant with a return) but has been changed again in head (not long after b3 was released) to extend Ant and hence behave as per the documentation.