Forgot some details.
A collection of maven mojos to allow maven to compile Flex SWF, Flex SWC, Air SWF and Air SWC. The main goal is to provide a full support to all mxmlc/compc options. At present time there are 2 alternatives: 1. ServeBox?: http://www.servebox.com/foundry/doku.php?id=m2f2plugin 2. Israfil: http://www.israfil.net/projects/mojo/maven-flex2-plugin Those two projects are great, but I believe I can be a good alternative. I made this choice of create a new project when I tried to compile the Adobe Open Source SDK and figure out that will not be possible with none of these. Major features: * SWF, SWC, ASWF, ASWC and AIR compilers; * RSL support; * full cover to MXMLC and COMPC options; * flex 2 and flex 3; * use FLEX-OEM-COMPILER, means it faster, uses less memory, no need of references to local drive; * flex unit support; * asdoc support; * easy to install for new users; Still under development. Please check out soon. If wanna try, please, let me know. The alpha-2 has only support to compilation. No flex-unit, no asdoc, no source view. I will release the 1.0 when all this stuff is avaliable. VELO On Sat, Mar 22, 2008 at 2:23 PM, VELO <[EMAIL PROTECTED]> wrote: > Hi folks. > > Some weeks ago I start to write my own maven plugin for flex compilation. > > This weekend I'm placing first results. > Read more at: http://flex-mojos.blogspot.com/ > > The project is hosted on google: > http://code.google.com/p/flex-mojos/ > > I you guys wanna try, plz, feel free to contact me with feedback. > > > VELO >

