I started with an empty local repo this morning and tried to roll 4.0.0.13875 into my build and got the same error as bjorn:
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Invalid player version 10.0.0.0 [INFO] ------------------------------------------------------------------------ This happens when I don't specify the target player version. When I do specify the target player version to 10, I get the same error as above with the version 10. When I set the target player to 10.0 or 10.0.0 or 10.0.0.0 explicity in the config for compile-swf, I get the same error but for 10.0. Just to be safe I re-ran all combos with -U to be sure I had the lastest versions. I'm explicity including all of my dependencies instead of using the stock flex-framework pom so I can use RSLs. My inclusion of playerglobal is exactly like its specified in the flex-framework POM @ http://repository.sonatype.org/content/groups/flexgroup/com/adobe/flex/framework/flex-framework/4.0.0.13875/flex-framework-4.0.0.13875.pom: <dependency> <groupId>com.adobe.flex.framework</groupId> <artifactId>playerglobal</artifactId> <version>4.0.0.13875</version> <type>swc</type> <classifier>10.0</classifier> </dependency> Any thoughts? -Brian On Feb 25, 7:25 pm, Marvin Froeder <[email protected]> wrote: > mvn -U > > be sure you are using latest snapshot. > > VELO > > On Thu, Feb 25, 2010 at 7:14 PM, Bjorn Harvold <[email protected]> wrote: > > Hey guys, > > > I'm still getting the same/similar error: > > > Invalid player version 10.0.0.0 > > > I have tried compiling straight and with the workaround described above. > > > Any suggestions? > > > Cheers > > bjorn > > > -- > > 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]<flex-mojos%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/flex-mojos?hl=en?hl=en > > >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?hl=en?hl=en http://flexmojos.sonatype.org/
