On 2008-11-10, <[EMAIL PROTECTED]> wrote:

> CMD: concat + fileset dir src includes *.properties - + header # Ant
> Version ${ant.version} - + footer # End of text
> ------------------------------------------------------------------------
> -----------------------
> Problem: failed to create task or type footer

First of all you were adding the text for header to concat because you
poped the tag before the text was in.

Then you don't need to invoke build() on the child task, this will be
done when the outer most tag gets built.

Works for me now.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to