For IntelliJ 12+ AFTER you do a build on ant_on_air, go to your project settings -> Modules -> installer Add the following context roots : ant_on_air (mark src and external dirs as source) common (mark src dir as source)
Go to the module dependendencies. Add the following as dependencies (linkage = merged) installer\libs installer\common\bin\common.swc installer\ant_on_air\in\ant_on_air.swc ant_on_air\external\libs\as3commons-zip-alpha1.swc Also, make sure your AIR SDK was compiled for support for AIR 4.0. -Nick On Sun, Feb 8, 2015 at 3:11 AM, piotrz <piotrzarzyck...@gmail.com> wrote: > Hi Guys, > > I'm trying to setting up installer sources into my IDE (Intellij 14.0). I > got an error: > > Error:(36, 30) [InstallApacheFlex (module installer)]: Error code: 1172: > Definition org.apache.flex.crypto:MD5Stream could not be found. > > Where actually I can find this class ? I have found that this class is part > of as3corelib [1], but it seems to be under adobe license. It was donated > to > Apache ? > > [1] https://github.com/mikechambers/as3corelib > > Thanks, > Piotr > > > > > ----- > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-development.2333347.n4.nabble.com/Installer-Setting-up-installer-sources-into-IDE-tp45044.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >