On Mon, Oct 13, 2008 at 2:08 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote:
> On 2.0 Resource bundles was changed too.
>
> I'm a little out of time. I suggest you take a look at blog, google it or
> w8 anyone to reply....
I can help.
> Basically classifier is no longer used and type is just rb.swc
>
> But the version is no longer 3.0.0.3.0.0.477, but you can install using
> install mojo. Well, I suggest you take a look at blog. After install-mojo
> posts.
So, if you had this before:
<dependency>
<groupId>com.adobe.flex.sdk</groupId>
<artifactId>datavisualization</artifactId>
<version>3.0.0.3.0.0.477</version>
<type>resource-bundle</type>
<classifier>en_US</classifier>
</dependency>
It would now be:
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>datavisualization</artifactId>
<version>3.1.0.2710</version>
<type>rb.swc</type>
</dependency>
You'll need to use the install-mojo install your own local Flex SDK
that has the datavisualization libraries, or install the
datavisualization libraries by hand yourself (more complicated), since
flex-mojos cannot legally distribute the datavisualization libraries
in the shared repo (though we're working on getting a distribution
license, we're waiting on Adobe).
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/
-~----------~----~----~----~------~----~------~--~---