Ah, I see. Yea, that is exactly what we need. I was just waiting for flexmojos 4.0 to come out of alpha.
I tried using 4.0-SNAPSHOT but our repository proxies the flexmojos one and can't find 4.0-SNAPSHOT. I'll have to talk to our repo man on Monday to see what url he has for the flexmojos repository, it seems it might be wrong. We are trying to hit: http://repository.sonatype.org/content/groups/public//org/sonatype/flexmojos/flexmojos-maven-plugin/4.0-SNAPSHOT/flexmojos-maven-plugin-4.0-SNAPSHOT.pom but 4.0 this seems to be under here: http://repository.sonatype.org/content/groups/flexgroup/org/sonatype/flexmojos/flexmojos-maven-plugin/4.0-SNAPSHOT/ Thanks -al On Mar 26, 5:25 pm, Marvin Froeder <[email protected]> wrote: > On Fri, Mar 26, 2010 at 7:31 PM, alpduhuez <[email protected]> wrote: > > Yea, I looked @ that. The option looks awesome, we are using > > FlexMojos 3.5 & FlexSDK 3.5 now though. We can't upgrade to 4 for > > awhile. > > 4 Flex? or 4 Flexmojos? > > > I don't see the keepAs3 though, the sample app link points into svn & > > is prompting for credentials. Based on that though it is not using > > Flex2.tools.API.optimize anymore though right? > > http://repository.sonatype.org/content/sites/flexmojos-site/4.0-SNAPS... > > No Flexmojos 4 is not using that. > > And I fixed the wiki link. > > > > > Either way, we need to get our custom As3 tags in w/ the current 3.x > > version as we need to ship the feature. I will see about adding the > > as3 tag. The docs on the flex compiler api seem scarce, please > > forgive a simple question. I can just create a new configuration from > > a Library w/o setting a bunch of properties. I see that is done in > > the Library & Application Mojos. > > > thanks. > > -al > > > On Mar 26, 1:23 pm, Marvin Froeder <[email protected]> wrote: > > > For sure is much better just adding the as3 tag.... optimizer doesn't > > need > > > anything from compiler to justify extending it... > > > > But, I would look at this before doing any work... > >https://docs.sonatype.org/display/FLEXMOJOS/Extreme+Optimization > > > > It already has the keepAs3 > > > > VELO > > > > On Fri, Mar 26, 2010 at 5:10 PM, alpduhuez <[email protected]> wrote: > > > > Hello... > > > > We ran into a case where we added metadata tags to classes that are in > > > > a .swc that is optimzed using the flexmojos:optimize goal. As per > > > > Adobe docs all the debug & meta data is removed, including the built > > > > in metadata tags. You need to specify the metadata tags to keep when > > > > you optimize. > > > > >http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_07.html > > > > > I synced up to the trunk flexmojos and see that the OptimizeMojo now > > > > just uses the optimize() method that takes an input & output streams. > > > > I was looking and the flex2.tools.API class and there is an overload > > > > that takes an Configuration object. I was thinking of adding the > > > > Configuration to the OptimizeMojo. I will do it and provide a patch. > > > > > So then a quick question on how to: Looking through the code, would > > > > it be easier to make OptimizeMojo extend AbstractFlexCompilerMojo to > > > > setup the Configuration to pass or better to just add a property for > > > > the as3 tags to keep and build the Configuration manually in > > > > OptimizeMojo? > > > > > Thanks. > > > > -al > > > > > -- > > > > 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]> > > <flex-mojos%[email protected]<flex-mojos%[email protected]> > > > > > For more options, visit this group at > > > >http://groups.google.com/group/flex-mojos > > > > >http://flexmojos.sonatype.org/ > > > > > To unsubscribe from this group, send email to flex-mojos+ > > > > unsubscribegooglegroups.com or reply to this email with the words > > "REMOVE > > > > ME" as the subject. > > > -- > > 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/ > > > To unsubscribe from this group, send email to flex-mojos+ > > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > > ME" as the subject. -- 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/ To unsubscribe from this group, send email to flex-mojos+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
