AW: param hierarchy inverse to property hierarchy

2008-11-12 Thread Dieter König
Hi Jürgen, thanks for the explanation. I will ask the owner of ant1.xml. Your solution is great! Regards Dieter

AW: param hierarchy inverse to property hierarchy

2008-11-12 Thread Knuplesch, Juergen
=== === ant2.xml === This will do the trick... -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Dieter König [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. November 2008 16:53 An: user@ant.apache.org Betreff: Re: param hierarchy inverse to property hierarchy Hi, i

Re: param hierarchy inverse to property hierarchy

2008-11-12 Thread Dieter König
Hi, i expected that i will be missunderstood :(. So again: === ant1.xml === ... do something ... do something ... do something === ant1.xml === === ant2.xml === === ant2.xml === Suppose i have no

AW: param hierarchy inverse to property hierarchy

2008-11-12 Thread Knuplesch, Juergen
: Dieter König [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. November 2008 14:25 An: user@ant.apache.org Betreff: param hierarchy inverse to property hierarchy Hello list, i have encountered a strange behaviour of ant scripts as property and param elements are using incompatible overwrite rules

param hierarchy inverse to property hierarchy

2008-11-12 Thread Dieter König
Hello list, i have encountered a strange behaviour of ant scripts as property and param elements are using incompatible overwrite rules. Please let me explain in a small diagram. - set some property - use antcall with inheritall=true - the called target tries to set the property again ==> first