Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD1FFC865 for ; Mon, 21 May 2012 22:57:36 +0000 (UTC) Received: (qmail 52515 invoked by uid 500); 21 May 2012 22:57:36 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 52444 invoked by uid 500); 21 May 2012 22:57:36 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 52430 invoked by uid 99); 21 May 2012 22:57:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 22:57:36 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of omuppi1@gmail.com designates 209.85.215.47 as permitted sender) Received: from [209.85.215.47] (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 22:57:29 +0000 Received: by lags15 with SMTP id s15so3980602lag.6 for ; Mon, 21 May 2012 15:57:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=iGGx7w3AObG5/p91mlAGgts3JrHyaduGpr4EiWMwB2c=; b=ue4uJekOQb7/uiVA9YVBt71q8OUB5AGBpuA7ktSKRMKIOoJCgJWTWug3+18j8ZOTE8 DXoqj8dEUmeqNRCHApRFYBdDbgZzCvL9ErZNUAfA9Au5+Sef9xsHDKupIwUNDmh9ZNmH lgKi1U2o/RNboRat6cG9LKHP8SCDy+O3ZZ3xsmMMyRF2PkmG1eR00MqvcykNudRiXlmd DKS2rJvinhPxVMHsoLxNnXhKGs9eIkXtUNTS4wATR2gqqD2BFvVgrmOnrRUHj6mcvVNF bIUAbL+ImpNTxG6P2Q+rjcTFHoM6t50px58yybcTYflm+2Hsr7sYi0RFlSqaNo6nJ/9I Rr7A== Received: by 10.112.49.227 with SMTP id x3mr9242688lbn.73.1337641028038; Mon, 21 May 2012 15:57:08 -0700 (PDT) MIME-Version: 1.0 Sender: omuppi1@gmail.com Received: by 10.112.87.133 with HTTP; Mon, 21 May 2012 15:56:37 -0700 (PDT) In-Reply-To: References: From: Om Date: Mon, 21 May 2012 15:56:37 -0700 X-Google-Sender-Auth: sKLJHV5aRblXt4s6kutHhcdSTsc Message-ID: Subject: Re: [jira] [Commented] (FLEX-61) AIR version of makeApacheFlexForFlashBuilder for Windows To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=bcaec554dd36502eab04c093d233 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec554dd36502eab04c093d233 Content-Type: text/plain; charset=ISO-8859-1 It turns out that the localFonts.ser is an empty file. The zip util had some issues with it, but I wrote some code around it. The localFonts.ser file is unzipped into the path properly. FB likes this now! Thanks for looking into it. Om On Mon, May 21, 2012 at 3:15 PM, Alex Harui wrote: > > > > On 5/21/12 3:00 PM, "Om" wrote: > > > Alex, > > > > The problem here is not the space in the path (i fixed the space issue in > > the AIR app) > > > > The issue here seems to be a missing file: localFonts.ser > > > > Even if I try it without spaces, I am getting this error in FB: > > unable to open 'C:\temp\flex\test123\frameworks/localFonts.ser' > > > > I am currently debugging my AIR app to see if the problem is there. If > > someone can repro it and confirm that would be great. > > > > Om > > > The file is there in my Mac setup. I noticed you have mixed slashes. That > could be fooling FB. > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > > --bcaec554dd36502eab04c093d233--