On Mon, Jun 21, 2010 at 12:21 PM, David Winterfeldt <[email protected]> wrote: > I want to add automation to a flexmojo build. I'm trying to use Flex > Monkium (Gorilla Logic Flex Monkey Selenium Extension) to automate > integration tests. I have this working with FlashBuilder using these extra > options below, but I'm not sure how to add this to the Maven configuration. > I'd like to have build profile that generates the swf with the automation, > but not have this go to QA or Production builds. > > -includes com.gorillalogic.flexmonkium.FlexMonkium -include-libraries > "${flexlib}/libs/automation.swc" "${flexlib}/libs/automation_agent.swc" > "${flexlib}/libs/automation_dmv.swc"
The -includes option is here: http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/compile-swf-mojo.html#includes The -include-libraries is done by setting <scope>internal</scope> I believe. 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 http://flexmojos.sonatype.org/
