qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

Embedding fonts causes compilation to fail #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define an embedded font in your css, @font-face { font-family: someFont ... 
}, make sure you 
change the font-family name from the system font name

2. compile as normal

What is the expected output? What do you see instead?

Compilation with fail with [info] null. running maven -e install shows a NPE 
down in the stack trace

Original issue reported on code.google.com by Chris.Sc...@gmail.com on 29 Apr 2008 at 1:03

GoogleCodeExporter commented 9 years ago
This issue depends on:
https://bugs.adobe.com/jira/browse/SDK-15419

Its a pure flex-compiler-oem bug.

Original comment by velo...@gmail.com on 30 Apr 2008 at 12:52

GoogleCodeExporter commented 9 years ago
Setting 
configuration.enableAdvancedAntiAliasing(false) ;
seems to resolve the problem.

Original comment by tdema...@gmail.com on 22 May 2008 at 10:18

GoogleCodeExporter commented 9 years ago
Good news and bad news.

the good news is I found the problem source.
the bad news is flex-compiler-oem required a non-opensource library to run.

VELO

Original comment by velo...@gmail.com on 6 Jun 2008 at 4:40

GoogleCodeExporter commented 9 years ago
Fixed on revision 482

Original comment by velo...@gmail.com on 9 Jun 2008 at 2:13