Re: xmlproperties task

2008-02-25 Thread Thorsten Scherler
On Mon, 2008-02-25 at 12:52 +, Peter Reilly wrote: > ANT svn (trunk) supports loadFromXML in the properties task. > This has not been ported to the ANT 1.7 branch. Nice. Thanks for this update, will checkout trunk and give it a go. salu2 > Peter > > On Mon, Feb 25, 2008 at 12:21 PM, Thorste

Re: xmlproperties task

2008-02-25 Thread Peter Reilly
ANT svn (trunk) supports loadFromXML in the properties task. This has not been ported to the ANT 1.7 branch. Peter On Mon, Feb 25, 2008 at 12:21 PM, Thorsten Scherler <[EMAIL PROTECTED]> wrote: > On Fri, 2008-02-22 at 14:56 -0800, Bruce Atherton wrote: > > What I think you are missing is that the

Re: xmlproperties task

2008-02-25 Thread Thorsten Scherler
On Fri, 2008-02-22 at 14:56 -0800, Bruce Atherton wrote: > What I think you are missing is that the XML hierarchy translates into > the name of the property. This is true whether you use Semantic > Attributes or not, since they do not alter the name. Hmm, then I misunderstood http://ant.apache.

Re: xmlproperties task

2008-02-22 Thread Bruce Atherton
What I think you are missing is that the XML hierarchy translates into the name of the property. This is true whether you use Semantic Attributes or not, since they do not alter the name. Your XML file actually defines the same property name over and over again. If keepRoot were set to true, t