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 AB244CD22 for ; Tue, 8 May 2012 14:25:16 +0000 (UTC) Received: (qmail 43788 invoked by uid 500); 8 May 2012 14:25:15 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 43703 invoked by uid 500); 8 May 2012 14:25:15 -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 43695 invoked by uid 99); 8 May 2012 14:25:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 14:25:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of christophe.herreman@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 14:17:40 +0000 Received: by bkcjm2 with SMTP id jm2so5090625bkc.6 for ; Tue, 08 May 2012 07:17:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=TOj2RllUTqGXA9Gxf+codTCrHs9YamuJLJsCDw8z7y4=; b=eeLbD07T8vpVA+4N9wclskuGVUUc/E7YzsPJOiOIZe1Lp7JiAAreL7qwGceaWjyCl0 iQHpndt2bq+0obkzrzuX/izamdcdeDchZ5bAVnQDLq8L2dP1j0uD+4xAT6WtZNJZ4L0h uLj4ZBXXiLW0cQWewR0/9tJfP4QiXXc2QSSeiBCIQOyFxYauKYd6weq20+3Uqo46vM9A yY7zPyQ8v5Cirlx6LeH1W7VtV3o3dHw37QkteP7GqawofGOi9riSCbcd9x7T46WIBuJP k0TgxIg06oyS2FK6gpGhJPbgzfNr51FPebHEnn3+3z/vudSibBTAWJbTCZeLp0qYguum JuEw== MIME-Version: 1.0 Received: by 10.204.151.81 with SMTP id b17mr6950471bkw.52.1336486039785; Tue, 08 May 2012 07:07:19 -0700 (PDT) Received: by 10.204.41.207 with HTTP; Tue, 8 May 2012 07:07:19 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 May 2012 16:07:19 +0200 Message-ID: Subject: Re: Build error: PLAYERGLOBAL used as directory From: Christophe Herreman To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0015175cabaea611f304bf86e7e2 --0015175cabaea611f304bf86e7e2 Content-Type: text/plain; charset=ISO-8859-1 No worries Carol. I'm curious to know how you will fix this though. I prefer having as little properties as possible so IMO the PLAYERGLOBAL_HOME property + the fixed playerglobal.swc name seems like the best option. What's your take on this? regards, Christophe 2012/5/8 Carol Frampton > You are correct. I blew it. Sorry about that. Will work on fixing that > right now. > > Caorl > > On 5/8/12 8 :59AM, "Christophe Herreman" > wrote: > > >Hi, > > > >with the renaming of PLAYERGLOBAL_HOME to PLAYERGLOBAL, there are various > >places in the project build files where PLAYERGLOBAL is used as a > >directory. Some examples are framework, mx, rpc, charts, ... > > > >Usages with issues: > > > >a) >level="info"/> > > > >b) > > ... > > > > > > > > ... > > > > > > > >Some possible fixes: > > > >- use PLAYERGLOBAL in "external-library-path" without specifying the > >library name. (I have not looked at the sources of the compc task to know > >if this is possible.) > >- re-introduce PLAYERGLOBAL_HOME, perhaps ommitting PLAYERGLOBAL if it can > >be assumed that the file will always be called playerglobal.swc (as stated > >in README) > >- split PLAYERGLOBAL in the Ant build script and extract the directory and > >the filename from it > > > > > >regards, > >Christophe > > > >-- > >Christophe Herreman > >http://www.herrodius.com > >http://www.springactionscript.org > >http://www.as3commons.org > > -- Christophe Herreman http://www.herrodius.com http://www.springactionscript.org http://www.as3commons.org --0015175cabaea611f304bf86e7e2--