Java side: http://svn.sonatype.org/flexmojos/trunk/flexmojos-testing/flexmojos-tester/
Flex side: http://svn.sonatype.org/flexmojos/trunk/flexmojos-testing/flexmojos-unittest-support/ Apparat goes like: ApparatConfiguration cfg = new ApparatConfiguration(); cfg.update( "-i", testMxml ); cfg.update( "-s", project.getBuild().getSourceDirectory() ); CoverageTool c = new CoverageTool(); c.configure( cfg ); c.run() VELO On Thu, Apr 22, 2010 at 2:59 PM, Brian <[email protected]> wrote: > @Velo - That's cool; could you direct me to where the code is in the > FM code base to handle the socket communication for coverage? Also > could you point me in the direction of the code that uses Apparat? > Again, just being curious. > > -Brian > > On Apr 22, 12:10 pm, Marvin Froeder <[email protected]> wrote: > > Well, I code I wrote is flexmojos tied.... depends on flexmojos sockets > to > > communicate between maven and test runner. > > > > Flexmojos just uses cobertura to generate the report. Easier then > > developing my own API =D > > > > VELO > > > > > > > > On Thu, Apr 22, 2010 at 1:03 PM, Brian <[email protected]> wrote: > > > @Velo - That's great to hear. Care to share any of the source that > > > allows Apparat to weave in the code coverage byte code? Is this > > > something you wrote with Joa's extensions to Apparat, or did Joa also > > > write the weaving code? It'd be great if the community could benefit > > > from this tool as well with other build systems. Looks like you're > > > using Cobertura under the hood for the heavy lifting, is the woven ABC > > > sending messages that Cobertura is looking for? > > > > > Just being curious. > > > > > -Brian > > > > > On Apr 22, 7:52 am, Marvin Froeder <[email protected]> wrote: > > > > Ping, code coverage now working =D > > > > > >https://docs.sonatype.org/display/FLEXMOJOS/Test+coverage+support > > > > > > VELO > > > > > > On Fri, Mar 26, 2010 at 2:40 PM, Marvin Froeder <[email protected]> > > > wrote: > > > > > On Fri, Mar 26, 2010 at 2:20 PM, Brian <[email protected]> wrote: > > > > > > >> @Velo - I got our FU4 sample to run correctly, by removing the > > > > >> explicit inclusion of the unittesting dependency. Looks like I > need > > > > >> to RTFM :) ( > https://docs.sonatype.org/display/FLEXMOJOS/Running+unit > > > > >> +tests). I'll update our samples on GitHub to reflect that change. > > > > > > > =D > > > > > > > It happens some times, but I have no idea that declaring it > directly > > > would > > > > > cause problem =/ > > > > > > >> Is there a spot where you keep a changelog for each release that's > > > > >> easier to sort through than the JIRA roadmap? > > > > > > > No, at least not ATM, any suggestion (besides writing it by hand). > I > > > think > > > > > I wrote that when I announced FlexUnit 4 support, but sometimes is > hard > > > to > > > > > keep track of this kind of stuff. > > > > > > >> I'd like to keep our > > > > >> samples up-to-date with the latest features for FM since we get a > lot > > > > >> of folks who are interested using Maven. > > > > > > > Well, the hello world sample I made for FlexUnit is always keep > > > > > up-to-date.... users just need to adapt it to their needs, but it > is a > > > real > > > > > nice step 0 sample.... It is dragon killer to track environmental > > > > > problems.... sometimes people came with some complex question > thanks > > > > > involves lot's of 3rd party, work around and combo commands.... I > the > > > sample > > > > > doesn't work, I know of hand that the user machine is broken, and > we > > > start > > > > > from there.... > > > > > > > But if you wanna show some FU4 advanced functionality, then you > will > > > need > > > > > to keep your own sample.... > > > > > > > May be I can add your samples to my IT somehow.... at least I will > know > > > I > > > > > broke your samples, now that I will be able to fix anyway.... > > > > > > >> We've also put together a > > > > >> community page on the FlexUnit wiki (http://docs.flexunit.org/ > > > > >> index.php?title=Community_Projects< > > >http://docs.flexunit.org/%0Aindex.php?title=Community_Projects>) > > > > >> where we're collecting community > > > > >> project information for any tools that help with testing, code > > > > >> analysis, builds, CI, etc. I've added FlexMojos, but if you have > > > > >> anything else you'd like to throw on there, feel free to do so. > > > > > > > I ping you when we got code coverage working on Flexmojos =D > > > > > > > VELO > > > > > > -- > > > > 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]<flex-mojos%[email protected]> > <flex-mojos%[email protected]<flex-mojos%[email protected]> > > > > > > For more options, visit this group athttp:// > > > groups.google.com/group/flex-mojos > > > > > >http://flexmojos.sonatype.org/ > > > > > -- > > > 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]<flex-mojos%[email protected]> > <flex-mojos%[email protected]<flex-mojos%[email protected]> > > > > > For more options, visit this group at > > >http://groups.google.com/group/flex-mojos > > > > >http://flexmojos.sonatype.org/ > > > > -- > > 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]<flex-mojos%[email protected]> > > For more options, visit this group athttp:// > groups.google.com/group/flex-mojos > > > > http://flexmojos.sonatype.org/ > > -- > 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]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- 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/
