On Tue, Dec 16, 2008 at 1:52 AM, ddinger <[email protected]> wrote: > Just wanted to take a look at your poms and how you actually invoke > the flex compiler. > Where can I get the latest 2.0M10 source code ? It tried to browse it > through the > google code site http://code.google.com/p/flex-mojos/source/checkout > but it seems to me that only older versions seem to be avialable > there.
There's a small note on the main page that the subversion repository has moved to: http://svn.sonatype.org/flexmojos We use the Flex OEM Java compiler API. Most of the details are in http://svn.sonatype.org/flexmojos/trunk/rvin-mojo/compiler-mojo/src/main/java/info/rvin/mojo/flexmojo/compiler/AbstractFlexCompilerMojo.java mostly in setUp(), run(), build(), and configure(). Application.java and Library.java handle swf vs swc details. Logan --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
