On Mon, 10 Oct 2005, <[EMAIL PROTECTED]> wrote: > echoXML does property expansion,
Could you please introduce a flag in XMLFragement to make this optional? The .NET tasks use XMLFragement for embedded build files and I do not want Ant to try to expand NAnt properties I've added to that embedded fragment. <property name="foo" value="bar"/> <nant> <build> <property name="foo" value="baz"/> <echo>${foo}</echo> </build> </nant> should give NAnt a chance to echo baz. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]