How to add namespaces to a flex AIR project in Flash Builder 4?
- by milkplus
In my ant build.xml script I have...
<namespace uri="http://ns.foo.com/mxml/2011" manifest="src/manifest.xml"/>
<namespace uri="library://ns.adobe.com/flex/spark" manifest="flex_src/spark-manifest.xml"/>
<namespace uri="http://www.adobe.com/2006/mxml" manifest="flex_src/mx-manifest.xml"/>
That works! But... I'm not sure…