Your the third person I have heard this from....but I fear/loathe the thought of switching IDEs!!!
You used the word "workspace" -- instead of "project". In Eclipse you get 1 workspace per running instance of Eclipse, but it can have multiple projects. Are you saying that each SWC/SWF is its own *project*. I was trying to have a single project hold multiple SWC/ SWF....perhaps *that* cannot be done. On Aug 5, 12:00 am, Bryan Turner <[email protected]> wrote: > FlexBuilder supports multiple SWC/SWF projects in a single workspace, > absolutely; we have it setup that way for a project with 5 SWCs and 2 SWFs. > That said, aside from encouraging you that it absolutely is possible, I'm > afraid I can't help much beyond that. I use IntelliJ IDEA for my Flex > development as its tooling for Flex is substantially better than > Flex/FlashBuilder, and it has a direct FlexMojos integration. > > On Aug 4, 2010 9:17 PM, "David Vree" <[email protected]> wrote: > > > I have successfully created a Flash 4 multi-module maven project (with > > unit tests passing) using the flexmojos archetype. When I originally > > imported the project into eclipse I imported as one single project > > with various folders (this may be my problem). > > > I have also used the flexbuilder goal to create the files needed to > > use flex builder in Eclipse. I did this in the directory of the > > parent POM. > > > mvn org.sonatype.flexmojos:flexmojos-maven-plugin:3.7.1:flexbuilder > > > When I open the parent project it does not seem to know anything about > > Flex Builder. Upon closer inspection I see that the execution of the > > flexbuilder affect the swc and swf folders. Are the swc and swf > > maven modules supposed to be their own Eclipse projects? Is this how > > Flex Builder works -- one project per artifact? > > > I am used to opening Java projects with many JAR maven modules all > > within a single Eclipse project. I guess I thought that FB4 would > > work like that. > > > -- > > 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/
