Great! Building with the 4.0.0.13875 SDK is now working for me using
3.6-SNAPSHOT. The one change I had to make was set the playerglobal
classifier to 10.0. So my dependency section now looks like this:
<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.0</classifier>
<version>${flex.version}</version>
<type>swc</type>
<scope>test</scope>
</dependency>
Stephen
On Feb 23, 7: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]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en
http://flexmojos.sonatype.org/