Ticket #113 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

unable to build test app

Reported by: anonymous Assigned to: asdt.org
Priority: blocker Milestone:
Component: compiler Version: AXDT 0.0.4
Keywords: Cc:

Description

Hello,

I get the following error when building the test application.

compiling Test.swf Loading configuration file C:\Documents and Settings\Joey\My Documents\eclipse-SDK-3.4-win32\eclipse\plugins\org.axdt.flex3sdk_0.0.5.2\flexsdk\frameworks\flex-config.xml unable to open './winFonts.ser'

i had to manually download the org.axdt.flex3sdk_0.0.5.2.jar file because the file never fully downloaded in eclipse. i used firefox to download the file and was able to get the full file after a few tries. i changed the flex-config.xml property from:

file:C:\Documents and Settings\Joey\My Documents\eclipse-SDK-3.4-win32\eclipse\plugins\org.axdt.flex3sdk_0.0.5.2.jar!/flexsdk/frameworks/flex-config.xml

to

C:\Documents and Settings\Joey\My Documents\eclipse-SDK-3.4-win32\eclipse\plugins\org.axdt.flex3sdk_0.0.5.2\flexsdk\frameworks\flex-config.xml

It should be noted that I had to extract the jar file manually to C:\Documents and Settings\Joey\My Documents\eclipse-SDK-3.4-win32\eclipse\plugins\org.axdt.flex3sdk_0.0.5.2\

Not sure if this is the correct place to put everything. Can anyone help me out?

Thanks!

Change History

09/29/08 01:03:18 changed by mb0

hi, i also encountered that error, but only if the eclipse path (thus the flex sdk path) had spaces in it. if you move your eclipse directory to c:\ it should work.

you could try to set the <local-fonts-snapshot>winFonts.ser</local-fonts-snapshot> setting in the flex config file to an absolute path.

i guess its an issue within the flex sdk. but i may be wrong.

09/29/08 06:12:00 changed by anonymous

  • status changed from new to closed.
  • resolution set to fixed.

thanks!, moving the eclipse directory to c: and setting an absolute path for the font file fixed the issue.