Hi again, First it was my error,
if I set <managers> <manager>flash.fonts.CFFFontManager,flash.fonts.AFEFontManager,flash.fonts.BatikFontManager,flash.fonts.JREFontManager</ manager> No compilation error is thrown, and compiler parameters seem ok, but in the end the font doesn't get used. So setting <managers> <manager>flash.fonts.CFFFontManager</manager> And adding css theme, MXFTETExt.css, for MX components, make font embedding work with flex 4. The other error I made was pom 'inheritance', if a set in parent pom the managers, the module pom doesn't override paraent <configuration> only adds it, having two effective <manager>flash.fonts.CFFFontManager</manager> when build, which throws the error. Thanks again, Nico On 23 mayo, 14:53, Marvin Froeder <[email protected]> wrote: > Possible a bug. I must fix it. > > Sent from DROID > > Em 23/05/2010 09:49, "[email protected]" < > [email protected]>escreveu: > > Hi, > first of all thanks for this great new version and new features of > flexmojos, > using optimize-swf, linkReportAttach and create-rsl features I'm able > to reduce the size of modules to nearly half size. (though, I don't > know how to verify that linkReportAttach is working as i expect, > including the link report as load externs for the swf reactor's > artifacts) > > Now I'm looking forward to specify font managers, I've seen <managers> > configuration in mojos doc, > but when I set the managers like this > <managers> > <manager>flash.fonts.CFFFontManager</manager> > <manager>flash.fonts.AFEFontManager</manager> > <manager>flash.fonts.BatikFontManager</manager> > <manager>flash.fonts.JREFontManager</manager> > </managers> > > I've got an > command line: Error: configuration variable 'compiler.fonts.managers' > must only be set once > > I don't know if this use of manager is the expected usage for this tag > or if the <manager> content will be an artifact definition > > Thanks again, > Nico > > -- > 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%2bunsubscr...@googlegrou > ps.com> > For more options, visit this group athttp://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 athttp://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/
