On Thu, Dec 25, 2008 at 1:53 PM, Kevin Fitzpatrick
<[email protected]> wrote:
> Do I need to include dependency nodes for each of the unit test
> frameworks? (i.e. ASUnit, Fluit & FlexUnit)

I don't think so. The testing-support pom has all of those listed as
their dependencies:
http://svn.sonatype.org/flexmojos/repository/info/flex-mojos/testing-support/2.0M10/testing-support-2.0M10.pom

> When I include the testing-support dependency using
>
>        <dependency>
>                <groupId>info.flex-mojos</groupId>
>                <artifactId>testing-support</artifactId>
>                <version>2.0M10</version>
>                <type>swc</type>
>        </dependency>
>
> I end up with these compiler errors:
<snip>......

Try adding <scope>test</scope> to the above dependency. That might
solve the problems.

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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to