For what it's worth, the source for tags/flexmojos-3.4.2 contains mis-
capitalizations for the flashplayerCommand:
FlexUnitMojo.java:
/**
* Can be of type <code><argument></code>
*
* @parameter expression="${flashPlayer.command}"
*/
private String flashPlayerCommand;
AsVmLauncher.java:
@Configuration( value = "${flashplayer.command}" )
private String flashplayerCommand;
One has a capital P, one does not. Not sure if that makes a
difference or not.
--
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/