5- Sorry for not replying you guys about the fix earlier... On Wed, Feb 24, 2010 at 3:42 PM, Marvin Froeder <[email protected]> wrote:
> Hrmmm... > 1- Don't use scope test for playerglobal > 2- Don't use scope test for airglobal > FWIW, on flexmojos 4 I have being only using scope provided for *global > things.... > 3- This 10 aritfacts is not available on flexmojos repository, for those > who decide to use the same approach remind to install it manually > > http://repository.sonatype.org/content/groups/flexgroup/com/adobe/flex/framework/playerglobal/4.0.0.13875/ > 4- The fix is already in... > > VELO > > > On Wed, Feb 24, 2010 at 3:27 PM, Jacob <[email protected]> wrote: > >> Great. Thanks! >> >> btw, here was my work around for the time being: >> >> <dependency> >> <groupId>com.adobe.flex.framework</groupId> >> <artifactId>flex-framework</artifactId> >> <version>${flex.version}</version> >> <type>pom</type> >> <exclusions> >> <exclusion> >> <groupId>com.adobe.flex.framework</groupId> >> <artifactId>playerglobal</artifactId> >> </exclusion> >> </exclusions> >> </dependency> >> <dependency> >> <groupId>com.adobe.flex.framework</groupId> >> <artifactId>playerglobal</artifactId> >> <classifier>10</classifier> >> <version>${flex.version}</version> >> <type>swc</type> >> <scope>test</scope> >> </dependency> >> >> >> >> On Feb 24, 3:10 am, Marvin Froeder <[email protected]> wrote: >> > Working on that... FLEXMOJOS-276 >> > >> > >> > >> > On Wed, Feb 24, 2010 at 2:00 AM, Jacob <[email protected]> >> wrote: >> > > Thank you for adding this build again! >> > >> > > One problem, I either get this >> > >> > > [ERROR] BUILD ERROR >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> > > [INFO] Invalid player version 10.0.0.0 >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> > >> > > or if I have the targetPlayer specified, I'll get this >> > >> > > [ERROR] BUILD ERROR >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> > > [INFO] TargetPlayer and playerglobal dependency version doesn't match! >> > > Target player: 10.0.0, player global: 10.0 >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> > >> > > thanks, >> > > j >> > >> > > On Feb 23, 8:00 am, Grant Smith <[email protected]> wrote: >> > > > Thanks !! >> > >> > > > On Tue, Feb 23, 2010 at 4:12 AM, velo <[email protected]> wrote: >> > > > > Hi folks, >> > >> > > > > Last night it did deployed the latest Flex 4 stable version >> available >> > > > > (4.0.0.13875) on Flexmojos maven repository. (http:// >> > > > > repository.sonatype.org/content/groups/flexgroup/) >> > >> > > > > For this version I did include playerglobal 10.1 (from Adobe SVN) >> and >> > > > > renamed player global 10 to 10.0 >> > >> > > > > Also, I included airglobal 2.0 for those that are playing with air >> 2. >> > >> > > > > Some locales where not included this time, due to missing rb.swc >> files >> > > > > (namely playerglobal_rb.swc and flash-integration_rb.swc. >> Hopefully >> > > > > adobe will fix that on future releases. >> > >> > > > > VELO >> > >> > > > > -- >> > > > > 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]> >> <flex-mojos%2bunsubscr...@googlegrou ps.com> >> > > <flex-mojos%2bunsubscr...@googlegrou ps.com> >> > > > > For more options, visit this group at >> > > > >http://groups.google.com/group/flex-mojos?hl=en?hl=en >> > >> > > > >http://flexmojos.sonatype.org/ >> > >> > > > -- >> > > > Grant Smith - V.P. Information Technology >> > > > Marathon Computer Systems, LLC. >> > >> > > -- >> > > 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]> >> <flex-mojos%2bunsubscr...@googlegrou ps.com> >> > > 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]<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/
