Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adobe Flex Development on Ubuntu

I'm thinking the following:

  • Netbeans + FlexBeans
  • Maven + FlexMojos

However:

  • FlexBeans just doesn't compare with FlexBuilder
  • Not sure FlexMojos supports Flex 4

How do you guys manage to develop Flex apps on Ubuntu?

I personally prefer Netbeans to Eclipse. Netbeans has very good Maven project support. So I am thinking of:

  • "Extending" FlexMojos to work with Flex 4
  • Forking or developing from scratch a good Flex plugin for Netbeans\

Any ideas?

like image 469
Sri Avatar asked Feb 26 '10 02:02

Sri


1 Answers

I've been developing with Flex on Ubuntu for the last 6 months with IntelliJ IDEA 9.

Besides many interesting features (that Flex Builder 3 does not have), the editor supports Maven and FlexMojos nicely. You can actually just import your poms directly into IDEA and it will create all configurations for you. This is also interesting if you are using a build server that uses Maven so you don't have to maintain multiple build configurations.

  • IntelliJ IDEA: http://www.jetbrains.com/idea/
  • FlexMojos: http://code.google.com/p/flex-mojos/
like image 106
Christophe Herreman Avatar answered Oct 12 '22 14:10

Christophe Herreman