On Thu, Apr 16, 2009 at 12:09 AM, hapagirl <[email protected]> wrote: > I read somewhere that the new version of maven 2.0.9 uses flex sdk 3.2 > but mine has been deployed using flex sdk 3.1. I would like to install > flex sdk 3.2 for my maven project but I have no idea how or where to > start. The Flex library (ILOG Elixir) I need to compile with my code > will only work with flex sdk 3.2.
Actually, it's the Flexmojos super pom version that determines the default Flex SDK version to use, not the Maven version. If you update to the latest Flexmojos 3.0, it defaults to 3.2. Or you can use any version of Flexmojos you want, and follow these instructions to use 3.2.0.3958: https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.2 However, if you're using ILOG, then likely you need the 3.2.0.3958 versions of the datavisualization .swcs as well in your maven repository: https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.3 Let us know if that doesn't work. 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/ -~----------~----~----~----~------~----~------~--~---
