thanks a lot justinjmoses. I am able to get the code coverage for your sample project by modifying the pom.xml appropriately.
Now as moving further, one question pops in my mind. Is it possible to get the code coverage by skipping the test phase during the build lifecycle and later performing those tests manually on the swf generated @velo .. need suggestions from your side too... :-) And i am a newbie to everything related to maven, flexmojos, building projects, flex, swf.. Its been just a month I am diving into these things On Sep 30, 1:33 am, justinjmoses <[email protected]> wrote: > Nikhil, try running unit tests on a simple POM. Grab this code: > > https://github.com/justinjmoses/flexmojos-introduction/tree/master/2-... > > As Velo said, you're getting errors on finding the Flashplayer. Is > Flashplayer.exe not on your PATH? > > @Velo - I notice that the docs say > > "After Flexmojos 3.3 > > On Flexmojos 3.3 testing support was modularized and created a new component > to launch tests. But Maven is no longer able to inject flashPlayer.command on > it. So if you rely on that (instead of add to path witch is the recommended > approach) you must do this:" > > And yet I've found with 4.0-RC1 that the <flashPlayerCommand> parameter is > sufficient. Am I missing something or are the docs old? -- 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/
