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 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/
