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 F3276E095 for ; Wed, 28 Nov 2012 19:14:55 +0000 (UTC) Received: (qmail 81600 invoked by uid 500); 28 Nov 2012 19:14:55 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 81493 invoked by uid 500); 28 Nov 2012 19:14:55 -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 81482 invoked by uid 99); 28 Nov 2012 19:14:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 19:14:55 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FRT_ADOBE2,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.167.147.50] (HELO franklin.liquidweb.com) (69.167.147.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 19:14:48 +0000 Received: from localhost ([127.0.0.1]:40905) by franklin.liquidweb.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1Tdn5T-0005LD-06 for flex-dev@incubator.apache.org; Wed, 28 Nov 2012 14:14:25 -0500 Received: from 64.223.163.204 ([64.223.163.204]) by teotigraphix.com (Horde Framework) with HTTP; Wed, 28 Nov 2012 14:14:22 -0500 Message-ID: <20121128141422.59071x2kw8ty3hqm@teotigraphix.com> Date: Wed, 28 Nov 2012 14:14:22 -0500 From: Michael Schmalle To: flex-dev@incubator.apache.org Subject: Re: [Falcon] build not finding playerglobal.swc References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.11) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - franklin.liquidweb.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - teotigraphix.com X-Get-Message-Sender-Via: franklin.liquidweb.com: authenticated_id: teotigra/from_h X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Right, I think I see the problem now, I put JAVA_HOME, ANT_HOME as windows env vars (in the begining) but set PLAYERGLOBAL_HOME in the env.properties file. So it's not using the properties file during the compiler build. And yes, I remember the last time I did this I put PLAYERGLOBAL_HOME in the Windows env table. Thanks, Mike Quoting Carol Frampton : > > 2. Set the environment variables JAVA_HOME, ANT_HOME, and > PLAYERGLOBAL_HOME as when building the SDK. > > I'd say you don't have PLAYERGLOBAL_HOME defined which is why the compiler > isn't replacing {playerglobalHome}. > > > > > > On 11/28/12 1 :54PM, "Michael Schmalle" wrote: > >> Carol, >> >> Let's rewind the tape, I'm having one of those days. >> >> I don't want to dirty my source tree, I just want to build the >> compiler. What step am I missing from reading the README in the >> compiler project? >> >> From what I am reading it says nothing about where or how to target the >> sdk. >> >> Mike >> >> >> Quoting Carol Frampton : >> >>> If you want to make your svn checkout look like an "installed" sdk you >>> can >>> go to ide/flashbuilder and run make-sdk. You will end up with a >>> polluted >>> dev tree since flex-config.xml and the other *-config.xml files will be >>> modified so that {playerglobalHome} is replaced, the AIR SDK is copied >>> in, >>> etc. I run with this but you need to be careful not to commit any of >>> the >>> modified files. >>> >>> Carol >>> >>> On 11/28/12 12 :51PM, "Michael Schmalle" >>> wrote: >>> >>>> So does this mean I have to run the installer for it to work now? >>>> >>>> I just tried adding the folder temporarily into the dist folder , >>>> reran the build and got; >>>> >>>> set.support.swc.available: >>>> support.swc: >>>> [echo] Building support.swc >>>> [compc] Loading configuration file >>>> >>>> C:\Users\Mike\Documents\svn\apache\flex\falcon\trunk\compiler\generated\ >>>> di >>>> st\sdk\frameworks\flex-config.xml >>>> [compc] Loading configuration file >>>> >>>> C:\Users\Mike\Documents\svn\apache\flex\falcon\trunk\compiler\dist\flex\ >>>> fr >>>> ameworks\projects\support\framework-config.xml >>>> [compc] Apache Flex compc (Component Compiler) >>>> [compc] Version 4.9.0 build 0 >>>> [compc] Copyright 2012 The Apache Software Foundation. >>>> [compc] >>>> >>>> C:\Users\Mike\Documents\svn\apache\flex\falcon\trunk\compiler\generated\ >>>> di >>>> st\sdk\frameworks\flex-config.xml(65): Error: unable to open >>>> '{playerglobalHome}/11.1/playerglobal.swc' >>>> [compc] >>>> >>>> >>>> >>>> Mike >>>> >>>> >>>> >>>> Quoting Alex Harui : >>>> >>>>> I think I had to point the Falcon build to an "installed Apache Flex >>>>> SDK" >>>>> (created by Om's installer) not a build from SVN/sources because our >>>>> default >>>>> sources point to an external playerglobal.swc. >>>>> >>>>> BTW, one of my first things to change in Falcon is its need to copy >>>>> the >>>>> SDK. >>>>> I had it working to point to the Apache Flex source builds, but that >>>>> seemed >>>>> to get lost in the donation. >>>>> >>>>> >>>>> On 11/28/12 9:40 AM, "Michael Schmalle" >>>>> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> I had to reformat my computer, thus reinstall and build all the >>>>>> apache >>>>>> flex libraries. >>>>>> >>>>>> I have done everything I did in the last run, when I tried to build >>>>>> the falcon compiler after I built the sdk I got; >>>>>> >>>>>> Could not find file >>>>>> >>>>>> >>>>>> ...\svn\apache\flex\falcon\trunk\compiler\generated\dist\sdk\framework >>>>>> s\ >>>>>> libs\p >>>>>> layer\11.1\playerglobal.swc to >>>>>> copy. >>>>>> >>>>>> Did something change where the sdk build does not copy that file >>>>>> anymore? If so, how do we change the build of falcon to find it >>>>>> correctly? >>>>>> >>>>>> Mike >>>>> >>>>> -- >>>>> Alex Harui >>>>> Flex SDK Team >>>>> Adobe Systems, Inc. >>>>> http://blogs.adobe.com/aharui >>>>> >>>>> >>>> >>>> -- >>>> Michael Schmalle - Teoti Graphix, LLC >>>> http://www.teotigraphix.com >>>> http://blog.teotigraphix.com >>>> >>> >>> >> >> -- >> Michael Schmalle - Teoti Graphix, LLC >> http://www.teotigraphix.com >> http://blog.teotigraphix.com >> > > -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com