If you do a dump of the flex compiler settings from FB, you'll notice it is using the RSL 4.0.0.14159, same version that Maven is using.
I know someone out there has got to have this working!!!!! Maybe I need to look at using Intellij which has support for the flexmojos! On Thu, Aug 5, 2010 at 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]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- 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/
