Yeap, it is... On Saturday, February 19, 2011, Roberto Lo Giacco <[email protected]> wrote: > I assume forking on github, pushing the changes on your fork and then > requesting a pull is the easiest way, or at least this is what I've > done. > > Roberto Lo Giacco > > Software Engineer > Senior Java Architect > > mobile: +39 392 8765657 > mobile: +353 (85) 847 8925 > email: [email protected] > skype: longisland-75 > > Il giorno 19/feb/2011, alle ore 09:29, Chris Walzl <[email protected]> > ha scritto: > >> Actually, I went ahead and just fixed the bug myself. The optimizer >> mojo wasn't classifier aware -- I'm guessing it was an oversight. >> What's the best way for me to contribute this fix back to the project? >> >> Cheers, >> Chris >> >> On Feb 18, 5:37 am, Roberto Lo Giacco <[email protected]> wrote: >>> You should post a pastebin with the maven output and another pastebin with >>> your full POM to allow us to find out what's happening. By the error message >>> I guess the classifier is used to load the swc or is not passed to the >>> optimizer mojo. >>> >>> Anyway, VELO is strongly suggesting to move toward flexmojos 4 which is not >>> yet released as final but available as beta. Can you try flexmojos 4? >>> >>> >>> >>> On Thu, Feb 17, 2011 at 23:08, Chris Walzl <[email protected]> wrote: >>>> Hi All, >>> >>>> Has anyone been able to use a "classifier" along with the flexmojos >>>> "optimize" goal? When attempting to run the flexmojos-maven-plugin >>>> with the following pom.xml configuration: >>> >>>> <plugin> >>>> <groupId>org.sonatype.flexmojos</groupId> >>>> <artifactId>flexmojos-maven-plugin</artifactId> >>>> <version>3.8</version> >>>> <configuration> >>>> <classifier>foo</classifier> >>>> </configuration> >>>> <executions> >>>> <execution> >>>> <id>optimize-flex-swc</id> >>>> <goals> >>>> <goal>optimize</goal> >>>> </goals> >>>> </execution> >>>> </executions> >>>> </plugin> >>> >>>> ... I get the following error: >>> >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [ERROR] BUILD ERROR >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] Library file not found. >>> >>>> If I omit the optimize goal, it works as expected. It looks like >>>> someone reported it as an issue back in January 2010, but I did not >>>> see a resolution for it. Has anyone figured out a workaround for >>>> this? Any help would be greatly appreciated! >>> >>>> Thanks, >>>> Chris >>> >>>> -- >>>> 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/ >> >> -- >> You received this message because you are subscribed to the Google > -- > 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/ >
-- 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/
