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 B6F789B63 for ; Tue, 26 Jun 2012 17:56:07 +0000 (UTC) Received: (qmail 89030 invoked by uid 500); 26 Jun 2012 17:56:07 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 88981 invoked by uid 500); 26 Jun 2012 17:56:06 -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 88971 invoked by uid 99); 26 Jun 2012 17:56:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 17:56:06 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cframpto@adobe.com designates 64.18.1.21 as permitted sender) Received: from [64.18.1.21] (HELO exprod6og108.obsmtp.com) (64.18.1.21) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 17:56:00 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob108.postini.com ([64.18.5.12]) with SMTP ID DSNKT+n3m/xi4ZNasGRMPve3sqgA/I403Dje@postini.com; Tue, 26 Jun 2012 10:55:40 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q5QHtdX9029834 for ; Tue, 26 Jun 2012 10:55:39 -0700 (PDT) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q5QHqvZH026775 for ; Tue, 26 Jun 2012 10:55:37 -0700 (PDT) Received: from nambx09.corp.adobe.com ([10.8.189.47]) by nacas02.corp.adobe.com ([10.8.189.100]) with mapi; Tue, 26 Jun 2012 10:55:28 -0700 From: Carol Frampton To: "flex-dev@incubator.apache.org" Date: Tue, 26 Jun 2012 10:55:24 -0700 Subject: Re: time to help test the release candidate Thread-Topic: time to help test the release candidate Thread-Index: Ac1TxN8IEhtuwrkvTVChY0C4KYhMoQ== Message-ID: In-Reply-To: <76A8F198-FE37-4C23-96FD-4ACDAACF08F8@esri.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 6/26/12 11 :56AM, "Dasa Paddock" wrote: > >On Jun 26, 2012, at 8:13 AM, Carol Frampton wrote: > >>=20 >>=20 >> On 6/22/12 6 :46PM, "Dasa Paddock" wrote: >>=20 >>> I downloaded the latest from >>> http://people.apache.org/~cframpton/ApacheFlexRC/current/, ran the >>> makeApacheFlexForFlashBuilder.sh tool and then created a new SDK in >>>Flash >>> Builder 4.6. I updated my Flex Library Project to use my new 4.8.0 SDK >>> and my project compiles, but I get four warnings like this: >>>=20 >>> "The swc '/Applications/Adobe Flash Builder >>> 4.6/sdks/4.8.0/frameworks/libs/charts.swc' has style defaults and is in >>> the library-path, which means dependencies will be linked in without >>>the >>> styles. This can cause applications, which use the output swc, to have >>> missing skins. The swc should be put in the external-library-path." >>>=20 >>> When I look at my project settings under Flex Library Build Path -> >>> Library path, the Framework linkage is "Use default (external)". >>>=20 >>> If I then expand the charts.swc under Apache Flex 4.8.0, the Link Type >>>is >>> "Merged into code". >>>=20 >>> Do I need to manually change it to External like it was for 4.6.0? >>>When I >>> double click on that, the options dialog that opens does not have "Same >>> as framework" checked. >>>=20 >>> Can this be changed so that it behaves the same as for SDK 4.6.0? >>=20 >> I'm not sure what you want changed. >>=20 >> I built a FlashBuilder SDK yesterday afternoon with >> makeApacheFlexForFlashBuilder.sh >>=20 >> In FlashBuilder v4.6, I added my Apache Flex 4.8.0 SDK. I created a new >> Flex project called charts, selected the Apache Flex 4.8.0 SDK, and took >> all the defaults. I then cut and pasted the contents of BasicPie.mxml >> from=20 >>=20 >>http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf656 >>8f >> -8000.html into the chart.mxml. It build cleanly. >>=20 >> If I look at the project's Properties -> Library Path the Framework >> linkage is "Use SDK default (merged into code)". If I click into >> charts.swc the Link Type is "merged into code". >>=20 >> Caro > > >It is fine for a regular Flex Project. My issue is when creating a new >"Flex Library Project". If you try that, the "Framework linkage" is "Use >default (external)", but all the swcs are set to merge and their Linkage >"Same as framework" checkbox is not checked. I don't think library >projects should merge in the Flex SDK swcs and this was working fine with >SDK 4.6.0. I see what you are describing in the Flex Library Build Path however I don't get the style warning. I will need to talk to the Flash Builder folks and see if they can help diagnose what the issue is. > >Thanks, >--Dasa