Hi Velo, I have set up a flash specific nexus repository at
http://www.flashnexus.org/nexus and we are trying to set up a set of flexunit poms. I spoke to Brian Legros yesterday and we are trying to understand how the flex mojos do their flexunit tests. Our knowledge of maven is nowhere near yours and so far I have got this far: in my settings.xml I have <repository> <id>flash-nexus-repository</id> <url>http://www.flashnexus.org/nexus/content/repositories/thirdparty</url> </repository> I also have the flex mojo repo and plugin repo specified And in my project pom I have <dependency> <groupId>com.adobe.flexunit</groupId> <artifactId>flexunit</artifactId> <version>4.1.0-beta2</version> <type>swc</type> <scope>test</scope> </dependency> All the dependencies download correctly, but when flex mojos try to run the unit tests I get the following error message [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Not found any compatible unit test framework: [as3commons:as3commons-lang, as3commons:as3commons-logging, as3commons:as3commons-reflect, com.adobe.flex.framework:flex-framework, com.adobe.flex.framework:common-framework, com.adobe.flex.framework:datavisualization, com.adobe.flex.framework:flash-integration, com.adobe.flex.framework:flex, com.adobe.flex.framework:framework, com.adobe.flex.framework:osmf, com.adobe.flex.framework:rpc, com.adobe.flex.framework:spark, com.adobe.flex.framework:sparkskins, com.adobe.flex.framework:textLayout, com.adobe.flex.framework:utilities, com.adobe.flex.framework:playerglobal, com.adobe.flexunit:flexunit-flex-sdk4.0] http://docs.sonatype.org/display/FLEXMOJOS/Running+unit+tests Could you possibly give some hint as to how we might go about fixing this please. Conrad Winchester On 1 Aug 2010, at 13:45, Marvin Froeder wrote: > Well, flexunit guys should provide a maven repo. > > Sent from DROID > > >> Em 01/08/2010 04:23, "Conrad Winchester" >> <[email protected]>escreveu: >> >> Hi all, >> >> how do we go about getting the latest versions of flexunit 4 poms in the >> sonatype repository? At the moment the latest version available is 4.0-rc-1, >> but since then there has been a 4.0.0 and I would like to use 4.1 beta 2 if >> possible. Is there a process for this? >> >> Conrad Winchester >> >> -- >> 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/ > > > -- > 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/ -- 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/
