From flex-dev-return-9364-apmail-incubator-flex-dev-archive=incubator.apache.org@incubator.apache.org Tue Jul 3 12:28:39 2012 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 857F29E03 for ; Tue, 3 Jul 2012 12:28:39 +0000 (UTC) Received: (qmail 21122 invoked by uid 500); 3 Jul 2012 12:28:38 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 21008 invoked by uid 500); 3 Jul 2012 12:28:38 -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 20990 invoked by uid 99); 3 Jul 2012 12:28:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 12:28:38 +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 alexandre.madurell.flex@gmail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 12:28:31 +0000 Received: by lbol5 with SMTP id l5so8538462lbo.6 for ; Tue, 03 Jul 2012 05:28:10 -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=MGBB0CDxFE0dMDPXCOyCfOFzd+D3H1cd4YGnHlcsisA=; b=sjWh6B9BeqVDyekLHexnptpKKpjDNJFM7TImYzFxCsv3BqmlNi1TAvqVuarUuTewKs Zeomy9kJ6Il1BRGqB4CzO1gHbbreiSsEGsqALWoyyclSF9S8yfKz7QpqhEIUPlBwNQyU xN3TZYrxtygVCkLTW6BsRxGXeBIVNTjBEWkxbz4Bch7wKOe5mOT3FsBxHq0lHP8a0UjQ tKMmyANjjTy5Kn59Y3nOzyJIq2rMMZvBnqV+g34p4Usq9azZer4RT/0yUuv1mJVie5vw F8aU+nUSXXN4Xn/4qZ6Kxx8MUb4x3Tgu+TRQf3/kHPTxo41Sd0O99Rbjk3AtkOppHwdM r4IQ== MIME-Version: 1.0 Received: by 10.152.144.234 with SMTP id sp10mr17089252lab.51.1341318490766; Tue, 03 Jul 2012 05:28:10 -0700 (PDT) Received: by 10.114.36.168 with HTTP; Tue, 3 Jul 2012 05:28:10 -0700 (PDT) In-Reply-To: <0B6FC3A7-9FFB-48D8-B06A-549BD6105A91@classsoftware.com> References: <1C4AA6CE-9186-4564-A756-8EDF13A6E2FF@classsoftware.com> <0B6FC3A7-9FFB-48D8-B06A-549BD6105A91@classsoftware.com> Date: Tue, 3 Jul 2012 14:28:10 +0200 Message-ID: Subject: Re: building flex From: Alexandre Madurell To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=e89a8f22bfb12c3c9704c3ec0c18 --e89a8f22bfb12c3c9704c3ec0c18 Content-Type: text/plain; charset=ISO-8859-1 Whoops! You're right. I had changed the build.properties to use the 11.3 instead, but then checked out the repository again and forgot to change it back to 11.3. I've just run it again, and it builds succesfully even with the 11.3 FP release. OH YEAH!!! I'll keep running tests (starting with Om's packager for Flash Builder, then our own projects with the 4.8.0 SDK). Cheers! Alexandre On Tue, Jul 3, 2012 at 1:42 PM, Justin Mclean wrote: > Hi, > > > It's basically target PackageMXP that fails. It's looking for stuff in > the > > folder \frameworks\projects\ instead of > \frameworks\projects\flash-integration\ > > Looks like that's an issue that need to be fixed. Thanks for finding and > reporting it. > > > [compc] Error: Inconsistant linkage in > > D:\adobe\flash\player\11.3\playerglobal.swc(flash.utils:ByteArray, > > flash.utils:CompressionAlgorithm, flash.utils:IDataInput2, > > flash.utils:IDataOutput2) - 'flash.utils:ByteArray' is marked as > external, > > but 'flash.utils:IDataInput2' is not. > > Perhaps you have the wrong playerglobal.swc, the build currently expects > the 11.1 one not the 11.3 one which you seem to be using. > > Getting the Flex SDK compiling with 11.3 is on my list after we have a > parity release. > > Thanks, > Justin > > > --e89a8f22bfb12c3c9704c3ec0c18--