Hi All,
I have an mxml application that is in flex_src directory and parallel to that i have two folders in which i have my action scripts files in certain package hirarchy like com.citi....something.I hv written a build.xml for this.For a simple stand alone mxml file it is creating swf file but in my case i m getting the following error:--
[mxmlc] C:\Application\vss\flex_src\com\citi\cam\script\model\SourceSystem.a
s(1): col: 1 Error: Definition mx.data:IManaged could not be found.
and lot more corresponding to each .as file in the folder. it is not recognising my package structure............Please guide what to do?