On 2010-02-11, Knuplesch, Juergen <[email protected]> wrote:
> In what sequence the setters are executed? > I guess in the sewuence I wrote them into ma call inside my Antfile. There is no defined order and in fact I'd be surprised if it was the same accross all possible combinations of Java VMs and XML parsers. XML Parsers are allowed attributes in any order (in XML attribute order is insignificant) so even if the setters were invoked in the same order they have been handed down by the XML parser - which they not necessarily are - the final order would still depend on the XML parser. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
