I don't agree with this unexpected abundance therm... ServerBox and Israfil share a good amount of code (may be is coincidence) and the same aproach to get flex compiled, the call command line compiler on a prompt.
Doing that, both plugins depend in get flex-sdk installed, and, the instalation must be mapped somehow to maven. So, you have some environment to configure in order to get maven compiling, and well, it's much "not maven" to me. Them came flex-mojos with a diferent approach, uses flex compiler API. No more dependencies to installed SDK. Before I start flex-mojos I tried to convince israfil people to use flex-compiler-oem (flex compiler API), but they didn't wanna to, so a new project starts. AFIK, there are only two projects, at least two active projects. Israfil and flex-mojos. VELO On Wed, May 14, 2008 at 7:34 PM, Jim Bethancourt <[EMAIL PROTECTED]> wrote: > Looks like there is some effort underway -- just google "javafx maven", but > it's unclear as to what state things are in. It looks like there are a > number of Flex mojos available as described in > > http://www.oreillynet.com/onjava/blog/2008/04/maven_unexpected_an_abundance.html > It looks like https://sourceforge.net/projects/m2-javafxc has a project > going as well. > > Cheers, > Jim > > On Wed, May 14, 2008 at 5:22 PM, Jim Bethancourt <[EMAIL PROTECTED] > > > wrote: > > > Hi Peter > > I came across the Flex 2 plugin for Maven 2, and I'm sure a JavaFX plugin > > could use it as a launching point: > http://code.google.com/p/israfil-mojo/ > > It has been made available under a BSD license, though I'm not familiar > with > > how it would impact writing a JavaFX plugin if it was used as a launching > > point. > > > > Cheers, > > Jim > > > > > > On Tue, Jan 22, 2008 at 12:48 PM, Peter Pilgrim < > > [EMAIL PROTECTED]> wrote: > > > >> Hiya > >> > >> Has anyone done an work integrating Maven 2 and JavaFX? > >> > >> -- > >> Peter A. Pilgrim > >> Java EE Software Development / Design / Architecture (``A Sun Java > >> Champion'') > >> :: http://jroller.com/peter_pilgrim :: > >> :: http://jroller.com/javawug :: > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > >
