just to mention 1 thing which I faced. In your pom.xml from github.com, I had to change the "com.adobe.flexunit:flexunit:4.1.0-8" to "com.adobe.flexunit:flexunit:4.0-rc-1", then only it worked
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/
