On Mon, Apr 27, 2009 at 8:56 AM, Mario <[email protected]> wrote: > 2. https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.6 (activating > another font manager) causes trouble: > > [ERROR] .../-flex-client/src/main/flex/assets/styles.css:[2,-1] > exception during transcoding: No FontManager provided. Cannot build > font. > [ERROR] .../flex-client/src/main/flex/assets/styles.css:[2,-1] unable > to build font 'VerdanaEmbedded' .... > Any idea? Thanks in advance!
You need to make sure you have the same version of all the correct jars (rideau, etc.) on the classpath. You can check this with the mvn -X parameter. You can see if it works in FlexBuilder (update the flex-config.xml in the FB sdk to use the same font manager). FontManager issues are a pain to debug, we'll need more info if those don't turn up much. Logan --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
