No, at least not yet ;) You need to change your dependencies. Remove the flexunitoptional and add testing-support from flex-mojos.
<groupId>org.sonatype.flexmojos</groupId> <artifactId>testing-support</artifactId> <version>VERSION YOU ARE USING</version> <type>swc</type> With that you can run tests using other frameworks. http://blog.flex-mojos.info/2008/11/09/advanced-unit-testing-support-flexunit-funit-and-asunit/ VELO On Wed, Jan 14, 2009 at 5:42 PM, francoisledroff < [email protected]> wrote: > > Hello Velo, > > I upgraded my flex-cairngorm-stubbed-crud archetype (available on fna > googlecode project) > I created a generated and fully functional sample generated with it, > It's available over there: > > http://fna.googlecode.com/svn/trunk/fna/samples/flex-cairngorm-stubbed-crud/ > As soon as I upgrade flex-mojos to version 2.0M9 and beyond I hit this > error: > > [ERROR] C:\workspaces\fna\samples\flex-cairngorm-stubbed-crud\target > \test-classe > s\TestRunner.mxml:[-1,-1] Unable to locate specified base class > 'info.flexmojos. > unitestingsupport.TestApplication' for component class 'TestRunner'. > > Shall I file a bug report ? > Cheers ! > and happy new year ! :-) > > François > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
