I think the problem is that your Maven doesnt have access to the latest Flexunit releases. The artifacts should be there, as I released them there myself. So I guess you were simply missing a repo in your maven config.
The problem with the AsVmLauncher, is that you have to have a file called "flashplayer" in your path (Open any command prompt and simply type "flashplayer" as a test). For Air you might need to have the bin directory of an Air/Flex SDK on your path as the System needs access to "adg". Chris 2012/12/18 mediamana <[email protected]> > mvn install:install-file -DartifactId=flexunit -DgroupId=org.flexunit > -Dversion=4.1.0 -Dpackaging=swc -Dclassifier=flex4 > -Dfile=flexunit-4.1.0-8-flex_4.1.0.16076.swc > -- 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/
