On 6/23/16, 10:47 PM, "santanu4ver" <[email protected]> wrote:
>Alex Harui wrote >> The Installer is in the flex-utilities repo in the flex-installer >>folder. > >We downloaded the sources for 3.2 from flex-utilities repo, and setup the >project in Flash Builder and ran. It ran well. We were required to >download >following API separately as we couldn't found them in Apache source repo: > >*com.probertson.utils.** inside ant_on_air/src >*de.ketzler.utils.** inside ant_on_air/src I'm not sure the project file is up to date. I haven't used it in a long time. It might be better to get the Ant build to work first. It will download things. > >For this test we choose Apache Flex SDK 4.13.0 with AIR SDK 20.0. That's pretty old. Not sure how well it works. Why not try 4.15.0? > >My fellow colleague reports another error from /processXMLTag()/ method in >same class when she tried to run by the project, though. Her reports as >follows: > > >> Error: no processor for property >> At > >Now, the funny thing is when we tried to download the same SDK by >standalone >installer (one that distributing by Apache site) we succeed! So what >possibly is different between the distributing package and it's source >file? >Any idea? This may also be an issue of how the Ant build works. There are classes linked into ant_on_air that aren't found through a dependency search because the ant_on_air tasks are plugins. -Alex
