Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 061A7D996 for ; Thu, 21 Feb 2013 08:38:32 +0000 (UTC) Received: (qmail 85216 invoked by uid 500); 21 Feb 2013 08:38:31 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 85186 invoked by uid 500); 21 Feb 2013 08:38:30 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 85174 invoked by uid 99); 21 Feb 2013 08:38:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 08:38:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of webdoublefx@hotmail.com designates 157.55.2.78 as permitted sender) Received: from [157.55.2.78] (HELO dub0-omc4-s3.dub0.hotmail.com) (157.55.2.78) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 08:38:21 +0000 Received: from DUB118-DS12 ([157.55.2.72]) by dub0-omc4-s3.dub0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 21 Feb 2013 00:38:00 -0800 X-EIP: [7dP5Rb5HrKGfNBN7VhYSW24cj5SMcBe1] X-Originating-Email: [webdoublefx@hotmail.com] Message-ID: From: =?Windows-1252?Q?Fr=E9d=E9ric_THOMAS?= To: References: <364081B9-3137-42F1-9BB2-C75FCFEB689E@classsoftware.com> <79E7C489-A86F-4317-8CBA-0A36B7358878@gmail.com> In-Reply-To: Subject: Re: Getting source working in Flash Builder Date: Thu, 21 Feb 2013 09:37:59 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3505.912 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3505.912 X-OriginalArrivalTime: 21 Feb 2013 08:38:00.0940 (UTC) FILETIME=[C1EC52C0:01CE100E] X-Virus-Checked: Checked by ClamAV on apache.org I think theoricaly, that's could be possible, first the flex-config.xml shouldn't contain any declarations to the librairies except playerglobal, the lib folder should be emptied, you would have to create a project for each lib in your IDE, the build configuration of each one should take care of the dependecies,, may keeping an ant target for the locales... I should give a try to that at time to see if I miss something. -Fred -----Message d'origine----- From: Harbs Sent: Thursday, February 21, 2013 9:03 AM To: dev@flex.apache.org Subject: Re: Getting source working in Flash Builder Okay. There's too much about the process that's kind of black magic to me. I guess after I finish getting this working I'll understand how everything ties together better. That's a good thing I guess� ;-) I was under the impression that you could link to the source files instead of the swcs. Why is the SDK libs different than regular libs? On Feb 21, 2013, at 2:27 AM, Justin Mclean wrote: > Hi, > >> I did use the installer. > Which would of given you last release 4.9. > >> The issue is that I'm trying to use the source rather than the >> distribution for two reasons: >> 1) I wanted to look into the TLF bugs that were reported. >> 2) I need the Alert and ColorPicker components that's not in the 4.9 >> release. > > Make a release build from the source with ant release, copy and > unzip/untar the release and use the script in the IDE directory to make an > SDK usable for Flash Builder or any other IDE. > >> Does the source need to be compiled before it can work? > Um yes. The source gets compiled in swcs (in the frameworks/lib directory) > that your Flex application uses. > >> I wonder if now would be a good time to try InteliJ IDEA... > You would still have the package the SDK up, your issue is not unique to > just Flash Builder. > > Hope that helps. > > Justin