Flex ANT tasks can't find my assets
- by lach
I'm attempting to compile my Flex project with an ANT build script.
One of my MXML components references an external XML data file, like this:
<mx:XML id="treeData" source="assets/data/help.xml" />
When I build the project using Flex Builder, it compiles fine. However, when I try to compile it using ANT, I get the following error:
Error:…