Please file a jira for it. Sent from DROID
Em 06/10/2010 19:38, "Doug Daniels" <[email protected]>escreveu: I'm using Flexmojos 4.0-alpha-4, and we're embedding Fonts and I'm trying to configure multiple Font managers, but I'm getting an exception that: "" In my pom.xml: <configuration> <!-- Font managers are configured to support transcoding of fonts. see: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7e09.html The preference of <manager> elements is in reverse order. This means that by default the CFF font manager is the preferred font manager --> <managers> <manager>flash.fonts.JREFontManager</manager> <manager>flash.fonts.BatikFontManager</manager> <manager>flash.fonts.AFEFontManager</manager> <manager>flash.fonts.CFFFontManager</manager> </managers> </configuration> Error: .... -compiler.fonts.managers=flash.fonts.JREFontManager -compiler.fonts.managers+=flash.fonts.BatikFontManager -compiler.fonts.managers+=flash.fonts.AFEFontManager -compiler.fonts.managers+=flash.fonts.CFFFontManager .... Adobe Flex Compiler (mxmlc) Version 4.1.0 build 16076 Copyright (c) 2004-2009 Adobe Systems, Inc. All rights reserved. command line: Error: configuration variable 'compiler.fonts.managers' must only be set once Use 'mxmlc -help' for information about using the command line. -- 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%[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/
