Thanks, I linked my wiki page to https://docs.sonatype.org/display/FLEXMOJOS/Building+an+AIR+Application
Yes, I saw your new code base for air support and it is cool. It would be more helpful if you could create some Maven archetypes for AIR with some popular Flex frameworks such as Spring ActionScript (Ioc), Pure MVC, or Cairngorm. Then, your test projects could be generated from the Maven archetypes. For enterprise applications, it would be also important to have the support to connect to BlazeDS back-end. Thus, it would be great to have that piece in the sample project. Thanks, John On Sep 9, 7:41 am, Marvin Froeder <[email protected]> wrote: > You could add that on flexmojos wiki if you wanna... > BTW, Did you saw air support on flexmojos, I just started it, I now need > features refresh =D > > VELO > > On Wed, Sep 9, 2009 at 12:08 AM, John <[email protected]> wrote: > > > I created a wiki page to share my experience on AIR project with Maven > > at > > >http://code.google.com/p/jianwikis/wiki/MavenForFlexAirProject > > > You are welcome to check it out if you are interested. I linked Flex > > Mojos project > > site and Flex Mojo group there. > > > Thanks, > > > John > > > On Sep 8, 11:45 am, John <[email protected]> wrote: > > > As a follow up, I finally solved this problem and run the FlexUnit 4 > > > tests by > > > using adl directly instead of "flexunit". For example, in Linux/Unix, > > > I used > > > > <exec executable="${flex.home}/bin/adl" failonerror="false" > > > osfamily="unix"> > > > <arg value="${project.build.testOutputDirectory}/TestRunner- > > > app.xml"/> > > > <arg value="--"/> > > > <arg value="${project.build.directory}/surefire-reports"/> > > > </exec> > > > > in Maven antrun plugin and it works. > > > > Thanks, > > > > John > > > > On Sep 4, 11:31 am, Marvin Froeder <[email protected]> wrote: > > > > > Probably it is only compatible with flex.... > > > > But you could ask that on adobe foruns or on flexcoders. > > > > > VELO > > > > > Stephen Leacock< > >http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html> > > > > - "I detest life-insurance agents: they always argue that I shall some > > > > day > > > > die, which is not so." --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
