On Fri, Nov 28, 2008 at 10:13 AM, Evan Worley <[EMAIL PROTECTED]> wrote: > Flexunit support only works with trunk, right? I've tried something nearly > identical with M9 and I get a "TestCase" not found compile time error.
M9 added some additional testing support, so you need to add the testing support dependency to your project: <dependency> <groupId>info.flex-mojos</groupId> <artifactId>testing-support</artifactId> <version>2.0M9</version> <type>swc</type> <scope>test</scope> </dependency> If you have that and it's not working, provide your pom and the maven output and we'll see what's wrong. Logan --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
