@nico.gomez - The details of how to use the XSLT can be found in JIRA (https://issues.sonatype.org/browse/FLEXMOJOS-18) on my blog (http:// www.brianlegros.com/blog/2009/10/19/converting-a-flexcover-cvr-to-cobertura-xml-report/). If you'd like to use it with Maven and FM, just add a custom plugin execution in the lifecycle phase where you're running the flexcover goal. From what I can tell the Codehaus XML plugin (http:// mojo.codehaus.org/xml-maven-plugin/transformation.html) is probably your best bet, but I haven't tried it yet myself. Make sure you use an XSLT 2.0 compliant engine as well (e.g. - Saxon). Good luck.
-Brian On Oct 22, 9:33 am, "[email protected]" <[email protected]> wrote: > Yeah, I'd love to see this working with flex4, > as Logan Allred tell us > inhttp://groups.google.com/group/flex-mojos/browse_thread/thread/80b976... > the 'ugly' way, with ant runner, could be nice or easier to adapt to > get it working within maven. > > have you get it done this way? can you share how do you have it get > done, pleeeeassseeee? > > I've been watching to get it working, flexcover + maven + hudson + > flex4, and flexcover sdk should work with flex4, just to test if > working with latest builds. > but I got blocked waiting for the emma > patchhttp://www.eyefodder.com/blog/2009/07/flex_code_coverage_process_par...., > I don't know if ti's included in flexcover svn. > > Now with your xslt ? it should'nt be necessary ..... > > If you tell me how you get it done, I'll try to make it work with > flex4 and share it > > Thanksss > > On Oct 21, 6:20 pm, Brian <[email protected]> wrote: > > > Morning, > > > I've written an XSLT to convert a FlexCover CVR file to Cobertura XML > > report. I've updated JIRA (https://issues.sonatype.org/browse/ > > FLEXMOJOS-18) with usage details if y'all would like to include > > Cobertura output support in the flexcover and flexcover-run goals. To > > see the results of the report in action, check out any of the > > FlexUnit4 CI build for Flex 3.2 (e.g. > > -http://flexunit.digitalprimates.net/view/Flex%203.2/job/FlexUnit4-Fle...). > > > If y'all would prefer to leave it up to the user to do the > > transformation, that's cool too, just wanted to throw the option out > > there. > > > -Brian > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
