Yes, the air app is working now. regards,
Wim 2013/12/23 Christofer Dutz [via Apache Flex Users] < [email protected]> > So did you get your air application working with AIR? Didn't quite get > that ;-) > > Chris > > -----Ursprüngliche Nachricht----- > Von: wim.deblauwe [mailto:[hidden > email]<http://user/SendEmail.jtp?type=node&node=4272&i=0>] > > Gesendet: Montag, 23. Dezember 2013 15:10 > An: [hidden email] <http://user/SendEmail.jtp?type=node&node=4272&i=1> > Betreff: Re: AW: Problem migrating to Flexmojos 6: Failure to find > com.adobe.flex.framework:halo:swc > > Sorry about that last message, it is in the docs here: > https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x > > To be explicit, this is what I had with Flexmojos 4: > > <dependency> > <groupId>com.adobe.flex.framework</groupId> > <artifactId>air-framework</artifactId> > <version>${flex-framework.version}</version> > <type>pom</type> > </dependency> > > This is what I have now: > > <dependency> > <groupId>com.adobe.air.framework</groupId> > <artifactId>common-framework</artifactId> > <version>${air.version}</version> > <type>pom</type> > </dependency> > <dependency> > <groupId>com.adobe.flex.framework.air</groupId> > <artifactId>air-framework</artifactId> > <version>${flex.version}</version> > <type>pom</type> > </dependency> > > > On a sidenote, I also depend on the adt jar (We are calling ADT directly > via the exec-maven-plugin). This used to be this: > > <dependency> > <groupId>com.adobe.flex</groupId> > <artifactId>adt</artifactId> > <version>${flex-framework.version}</version> > <type>jar</type> > <scope>compile</scope> > </dependency> > > I had to change it to: > > <dependency> > <groupId>com.adobe.air.compiler</groupId> > <artifactId>adt</artifactId> > <version>${air.version}</version> > <type>jar</type> > <scope>compile</scope> > </dependency> > > regards, > > Wim > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Problem-migrating-to-Flexmojos-6-Failure-to-find-com-adobe-flex-framework-halo-swc-tp4254p4267.html > > Sent from the Apache Flex Users mailing list archive at Nabble.com. > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-flex-users.2333346.n4.nabble.com/Problem-migrating-to-Flexmojos-6-Failure-to-find-com-adobe-flex-framework-halo-swc-tp4254p4272.html > To unsubscribe from Problem migrating to Flexmojos 6: Failure to find > com.adobe.flex.framework:halo:swc, click > here<http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4254&code=d2ltLmRlYmxhdXdlQGdtYWlsLmNvbXw0MjU0fDExMzA2NTE5NDc=> > . > NAML<http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Problem-migrating-to-Flexmojos-6-Failure-to-find-com-adobe-flex-framework-halo-swc-tp4254p4280.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
