Just this stuff works too:
<!-- flexUnit is now on opensource.adobe.com ,
the swc are on fna repository -->
<dependency>
<groupId>com.adobe.flexunit</groupId>
<artifactId>flexunit</artifactId>
<version>${flexUnit.version}</version>
<type>swc</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.flex-mojos</groupId>
<artifactId>testing-support</artifactId>
<version>${flex-mojos.version}</version>
<type>swc</type>
<scope>test</scope>
</dependency>
On 15 jan, 11:27, francoisledroff <[email protected]> wrote:
> Thanks VELO,
>
> So It's now fully functional with flex-mojos.version set to 2.0
> Here is the extract of the flexunit dependencies I used :
>
> <!-- flexUnit is now on opensource.adobe.com ,
> the swc are on fna repository -->
> <dependency>
> <groupId>com.adobe.flexunit</groupId>
> <artifactId>flexunit</artifactId>
> <version>${flexUnit.version}</version>
> <type>swc</type>
> <scope>test</scope>
> </dependency>
> <dependency>
> <!-- only on flex-mojos today -->
> <groupId>com.adobe.flexunit</groupId>
> <artifactId>flexunit-optional</artifactId>
> <version>${flexUnit.version}</version>
> <type>swc</type>
> <scope>test</scope>
> </dependency>
> <dependency>
> <groupId>info.flex-mojos</groupId>
> <artifactId>testing-support</artifactId>
> <version>${flex-mojos.version}</version>
> <type>swc</type>
> <scope>test</scope>
> </dependency>
>
> Cheers !
> 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/
-~----------~----~----~----~------~----~------~--~---