AW: Using flexmojos maven plugin to build AIR mobile application

2013-11-03 Thread christofer.d...@c-ware.de
Hi Maurice, just had another look. It seems that you are missing a dependency to the mobile-components. groupIdcom.adobe.flex.framework.mobile/groupId artifactIdmobilecomponents/artifactId version4.11.0.20131017/version Try adding that to your project, eventually this should get

AW: Using flexmojos maven plugin to build AIR mobile application

2013-10-29 Thread christofer.d...@c-ware.de
In order to cleanly separate the Flex and the Air Runtime Version, I split them up, so you Need to add a dependency to artifactIdair-framework/artifactId as well as the artifactIdairglobal/artifactId Version you want to use. Without the second dependency you only have the Flex classes available

AW: Using flexmojos maven plugin to build AIR mobile application

2013-10-29 Thread christofer.d...@c-ware.de
Hi The Howto upgrade document is here: https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x And I was happy to see that I seemed to have allready written an air-section :-) But you are right, I think this is only for Desktop AIR applicaitons. I have never done any mobile