Its almost like we need an "Maven Flex SDK Builder" plug-in for Eclipse. Configure it to "make" a Flex SDK from downloaded Maven artifacts. Perhaps an add-on to m2eclipse?
Conversely we could stick the zipped up SDK into Nexus and have some kind of "SDK Unpacker" plugin for Eclipse that makes it available for FB4. It simply isn't realistic to think that every developer on a project is going to sync-up their manually installed SDK version with the maven obtained swc files. Isn't that what we use Maven for? On Aug 5, 4:14 pm, Jay Proulx <[email protected]> wrote: > I agree, it would be awesome for maven to provide the SDK for you in Flash > Builder, but Maven doesn't have a compatible file structure. > > Maybe you could write a maven deployment script to "deploy" your SDK for > you. > > Jay > > > > On Thu, Aug 5, 2010 at 4:10 PM, David Vree <[email protected]> wrote: > > Perhaps I am barking up the wrong tree here. FB4 *requires* an SDK, > > and I can't find a way to fool it into believe an external user > > library *is* that SDK. So either way, looks like any developer that > > wants to use FB4 is going to have to manually install the exact same > > SDK version specified in the project POM to ensure tooling and maven > > build compatibility. > > > Major bummer... > > > On Aug 5, 1:13 pm, David Vree <[email protected]> wrote: > > > I have a flexmojos archetype generated swc project. > > > > In addition to the external library dependency on all the maven > > > downloaded artifacts, it has a library dependency on my locally > > > installed Flex SDK - which seems to me to be unnecessary given the > > > fact that one of the key benefits of using flexmojos is to obtain > > > precise versions of the FlexSDK for all the developers. However, when > > > I remove the SDK dependency I get tons of build undefined symbol > > > errors and/or "base class Object not found". > > > > Thinking it was a problem with the external library configuration for > > > the project, I tried a few things: > > > > 1. manually added the flashplayerglobal swc's to the external library > > > definition, but no joy. > > > > 2. carefully inspected the maven dependencies of flex- > > > framework-4.1.0-16248 in order to verify that every swc file is > > > included in the external library definition. > > > > Any help is greatly appreciated > > > -- > > 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 > > >http://flexmojos.sonatype.org/ > > -- > Jay Proulx > pollensoft > [email protected] -- 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 http://flexmojos.sonatype.org/
