You can check if a project is AIR or FLEX if playerglobal or airglobal is present on dependencies list.Something similar to http://scm.sonatype.org/showfile.svn?path=/trunk/flexmojos-maven-plugin/src/main/java/org/sonatype/flexmojos/compiler/AbstractFlexCompilerMojo.java&revision=HEAD&name=flexmojos lines 1823 to 1834.
If you could isolate only the changes to get air tests working ( I will do some changes to support flexunit 4) and attach to jira https://issues.sonatype.org/browse/FLEXMOJOS I would look ASAP. VELO On Wed, Sep 2, 2009 at 2:52 AM, Luiz Rolim <[email protected]>wrote: > Hi, > velo, sorry for taking so long, I was busy with some other stuff, but i´m > happy to announce that i finnally managed mvn test to work, for both Funit4 > e Air simultaneously. > > Also,i´ve modificated flexmojos:flexbuilder adding AIR support here. > > If u have interest on these, I´d be grateful to contribute a patch for you, > but i´ve never made any open-source contribution, and i don´t know how it > works. > > Also, It would be necessary to perform some extra parametrization, because > i got it work on AIR, but probably broke it for flex. > > Perhaps we can use the ASWF packaging type? > > Cheers. > > On Tue, Aug 25, 2009 at 2:09 PM, Marvin Froeder <[email protected]> wrote: > >> Hi Luiz, >> Any progress? >> >> >> VELO >> >> >> On Tue, Aug 25, 2009 at 12:09 AM, Marvin Froeder <[email protected]>wrote: >> >>> Well you manage to share it, but I can't help much with that =D >>> Anyway, Flexunit 4 will be addressed on 3.4 (probably I will call this >>> release 4.0, but not relevant now), now air support is a bit out of my >>> knowledge. >>> >>> >>> VELO >>> >>> On Mon, Aug 24, 2009 at 11:42 PM, Luiz Rolim < >>> [email protected]> wrote: >>> >>>> >>>> Hi Folks, >>>> >>>> i´m trying to accompllish FlexUnit4 CI on an air application using >>>> Flexmojos. >>>> >>>> For the FlexUnit4 task, i took the patch >>>> https://issues.sonatype.org/browse/FLEXMOJOS-97. >>>> >>>> I´m a little stuck for the air stuff though. >>>> >>>> I´ve made some modifications to the code, so that the adl.exe gets >>>> called instead of the flashplayer, corrected some sandBoxes violations >>>> problems, but it seems that the adl still cannot listen to the sockets >>>> properly. >>>> >>>> The error messages are mostly a timeout on the pingVm which i´ve tried >>>> to increase without any success (clientSocket = serverSocket.accept() >>>> on AsVMPing instance); >>>> >>>> I know, this message won´t be much of a help for you guys, but i´d >>>> like to share my frustations. >>>> >>>> Is Anyone trying to accomplish that? >>>> >>>> >>> >> >> >> > > > -- > -- > -- > Luiz Henrique Rolim > P2D – Electronic Health Record > > Av. SHISHIMA HIFUMI, 2911, CONJUNTO 02 > 12244-000, SÃO JOSÉ DOS CAMPOS, SP, BRASIL > CELULAR: SJC 55-12-9750-5088 > > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
