Stacy, Did you get your problem resolved. I ran into the same thing but was able to fix it. The issue was that I was putting in the jar dependencies at the project level, but they need to be put in the flexmojos-maven-plugin dependencies list. Let me know if you need more clarification. Kelly
On Aug 17, 4:42 pm, Stacy <[email protected]> wrote: > Hi, > > I followed the steps on "How to fix font embedding (transcoding) > issues" and still get the problem below: > ERROR /Users/jgu/depot/w4/trunk/client/flex/src/main/flex/skins/ > fonts.css:58,-1 exception during transcoding: No FontManager provided. > Cannot build font. > ERROR /Users/jgu/depot/w4/trunk/client/flex/src/main/flex/skins/ > fonts.css:58,-1 unable to build font 'Myriad Pro' > > Could you let me know what is missing? > > I have defined the font manager : > > <configuration> > <fonts> > <managers> > <manager-class>flash.fonts.AFEFontManager</manager-class> > </managers> > </fonts> > </configuration> > > Also defined the dependencies to the following fonts: > > <dependency> > <groupId>com.adobe.flex.compiler</groupId> > <artifactId>flex-fontkit</artifactId> > <version>3.3.0.4852</version> > <type>jar</type> > </dependency> > <dependency> > <groupId>com.adobe.flex.compiler</groupId> > <artifactId>afe</artifactId> > <version>3.3.0.4852</version> > <type>jar</type> > </dependency> > <dependency> > <groupId>com.adobe.flex.compiler</groupId> > <artifactId>aglj32</artifactId> > <version>3.3.0.4852</version> > <type>jar</type> > </dependency> > > Thanks, > Stacy --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
