Based on the other conversation, I think it might be easier for you to examine the flexbuilder goal internals in 3.6.1 where it works for you and in 3.8 where it doesn't and submit a patch fixing that so that you can take advantage of the other work being done, rather than try and implement basically the same fix on 3.6.1. You'd probably also benefit the FlexMojos community a lot more, too.
On Fri, Jan 21, 2011 at 10:42 AM, flex-guse <[email protected]> wrote: > Hi List, > > yes, I know, this is currently beeing discussed in a parallel thread > for flexmojos 3.8, but I would like to use flexmojos 3.6.1 because the > flexbuilder goal works here for me and doesn't in 3.7.1 and 3.8. > > I need to keep several AS3 metadata in the optimize goal and wondered > how to enhance the existing OptimizerMojos. I havent coded any mojo > yet but I checked out the sources, swept through and found the > OptimizerMojo. > > In line 181 there is the method optimize which seems to call the > optimize method of the Flex compiler API. In the Flex compiler API it > is possible to give a configuration. > > Is anybody out here who can tell me if it is correct to put a > flex2.compiler.common.Configuration to this method call and how I fill > this configuration correctly from the configuration given in the goal? > > Thank you in advance, > Christoph > > -- > 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/
