Found one more link ... It seems that the jars you get with <flex.version>4.1.0.16076</ flex.version> from the repository are already integrated/merged with Air 1.5, because I was able to make this work ...
https://docs.sonatype.org/display/FLEXMOJOS/Building+an+AIR+Application ... but I am kind of sure that Air 1.5 apps will not work/run on the Air 2.5 runtime on an Android phone. At least I was not able to find any useful documentation on how to make this work, means ... I need to find out, if and how I can make <flex.version>4.5.0.17689</ flex.version> work (that one is suppose to come with Air 2.5, right). Regards ... Roland On Nov 6, 1:08 pm, SimonW <[email protected]> wrote: > Hi all, > > I am trying to build an AIR application for AIR runtime 2.5 with > Flexmojos 4.0 and Flex SDK 4.1 > > However I get a build failure: > > [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven- > plugin:4.0 > -beta-2:test-run (default-test-run) on project test: Execution default- > test-run > of goal org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-beta-2:test- > run failed > : Failed to resolve artifact com.adobe.adl:runtime:zip:2.0 -> [Help 1] > > Here is the POM extract of the flexmojos plugin: > > <plugins> > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > > <artifactId>flexmojos-maven-plugin</artifactId> > <version>4.0-beta-2</version> > <extensions>true</extensions> > <configuration> > <sourceFile>Test.mxml</sourceFile> > </configuration> > > <dependencies> > <dependency> > > <groupId>com.adobe.flex</groupId> > > <artifactId>compiler</artifactId> > <version>4.1.0.16076</version> > <type>pom</type> > </dependency> > </dependencies> > </plugin> > </plugins> > > Am I missing here something? > Is there any reference/sample POM available of how to do that? > > Thanks a lot!! > Simon -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
