Hi Chris,
I succeeded with 6.x branch build with some little modifications:
add theme in flexmojos-unittest
<dependency>
<groupId>${flex.groupId}.framework.themes</groupId>
<artifactId>spark</artifactId>
<version>${flex.version}</version>
<type>swc</type>
<scope>theme</scope>
</dependency>
Manually installing flexunit in local repo
mvn install:install-file -DartifactId=flexunit -DgroupId=org.flexunit
-Dversion=4.1.0 -Dpackaging=swc -Dclassifier=flex4
-Dfile=flexunit-4.1.0-8-flex_4.1.0.16076.swc
mvn install:install-file -DartifactId=flexunit-aircilistener
-DgroupId=org.flexunit -Dversion=4.1.0 -Dpackaging=swc
-Dfile=flexunit-aircilistener-4.1.0-8-4.1.0.16076.swc
mvn install:install-file -DartifactId=flexunit-cilistener
-DgroupId=org.flexunit -Dversion=4.1.0 -Dpackaging=swc
-Dfile=flexunit-cilistener-4.1.0-8-4.1.0.16076.swc
mvn install:install-file -DartifactId=flexunit-flexcoverlistener
-DgroupId=org.flexunit -Dversion=4.1.0 -Dpackaging=swc
-Dfile=flexunit-flexcoverlistener-4.1.0-8-4.1.0.16076.swc
I also had to use -DskipTests=true because got errors with AsVmLauncher
that cannot find flashplayer
Hope that helps
Best regards,
Maximilien
--
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/