Well.... On Java I never care if the dependency was built on java 1.1 or java 1.5.... they simple work on jvm 1.6....
But, on flex we have a new history, not everything built with flex 3.2 will work on 3.3, needless to say about flex 4 =p But, that is not you problem, it looks like datavisualization is missed. You need to add it manually, since it isn't opensource and not available on maven repos. This will help as well: https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.3 VELO On Wed, Aug 12, 2009 at 3:25 PM, Anjan <[email protected]> wrote: > > Hi, > > I am trying to mavenize a flex project which uses SDK 3.3, but the > project has a couple of dependencies namely FlexUnit4 and > FlexUnit4UIRunner. > As the .swc files for these dependencies are from SDK 3.2 version, I > am getting the following build error - > > [ERROR] C:\MyProject\src\MyClient\com\MyView.mxml :[144,-1] Could not > resolve <mx: > AdvancedDataGrid> to a component implementation. > > Is there any way of resolving this, while continuing to use SDK 3.3. > > My concern is that in future, if we have dependencies whose .swc files > are older than SDK 3.3, then will this lead to any kind of problems? > > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
