The way I would do it was to use flexmojos 3.7.1. You could create a pom containing the dependencies and use the goal flexmojos:flexbuilder to generate .project and the others files that flex builder needs. Then, you can use import project inside flex builder to import your project.
I usually work with air applications, so I don't know much about flex, but I suppose that flex builder is capable of creating an html wrapper for you if you ask it to run a flex application. You can then run the flex application as normal and use flexmojos to sustain your continuous integration/deployment needs. Rafael. On Fri, Dec 10, 2010 at 7:34 AM, Dani <[email protected]> wrote: > I'm new to flexmojos (and maven) and till now I only built my projects > using flex builder, > so I want to understand how should I work now that I'm using flexmojos > for my builds. > > until now if I wanted to create a Flex application I created a new > Flex project in flex builder > and used the built in functionality of flex builder to generate the > html wrapper and test/debug the app, > but from what I understood in the flexmojos way I should create 3 > projects: > 1. parent project > 2. swf (flex app) project > 3. war project that will create the html wrapper and copy the > generated swf to its target. > > but how do I test this app quickly in flex builder now? > I can't just click the run button in flex builder anymore, right? > > So what's the correct way to work in flex builder now? > how should I compile my projects there? > > -- > 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/
