On Thu, Aug 27, 2009 at 7:49 AM, Marvin Froeder<[email protected]> wrote: > You could use like this: > <build> > <plugins> > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <version>3.3.0</version> > > <artifactId>flexmojos-maven-plugin</artifactId> > <extensions>true</extensions> > <configuration> > <testRunner> > <launcher> > > <flashplayerCommand>${flashPlayer.command}</flashplayerCommand> > </launcher> > </testRunner> > </configuration> > </plugin> > </plugins> > </build> > For some reason maven is not injecting the flashplayer command on component.
Try running with mvn -X and let's find out exactly what command it is trying to run. 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/ -~----------~----~----~----~------~----~------~--~---
