Re: AW: How do I use a property inside an element

2010-02-22 Thread dfl
Thanx for the quick and helpful reply. In the meantime I found out that the use-network flag could also be used as an attribute, right within the mxmlc element. Out of curiosity, I'll check out the echoxml task. Could you post your code of invoking the Flex compiler? It would be easier to help .

How do I use a property inside an element

2010-02-22 Thread dfl
Hi, I'm using Ant to build a Flex application. One of the Flex compiler's flags is set with an element: [true|false] I'd like to take this value from a property, but so far I was only able to use props in XML attributes, not as text nodes. I'd be happy to get advice on how to accomplish this. C