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 B7F3610B51 for ; Thu, 4 Dec 2014 20:04:24 +0000 (UTC) Received: (qmail 54005 invoked by uid 500); 4 Dec 2014 20:04:24 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 53965 invoked by uid 500); 4 Dec 2014 20:04:24 -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 53948 invoked by uid 99); 4 Dec 2014 20:04:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 20:04:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harbs.lists@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-wg0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 20:03:55 +0000 Received: by mail-wg0-f54.google.com with SMTP id l2so23667232wgh.41 for ; Thu, 04 Dec 2014 12:03:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=iw2D+1BYhV+GfIkG3aGyqqYugJg7UtcSMhvYwGvD6Sw=; b=QA+bOK69EYOpSr1p4t7lafsDeFMW17+xCXFk8uBVLfUO1L46NKJH0HNzAcrlVK9snG y2pOsvUNPLVtX+0yQLzZ/6/RhdE/TsypU/O6kAPBoP3jCR+NxfQn88vunwdY/TOaOeEH 0MDoLBvH6t+HHcJ74sSyHlY1RmSDPwjk+xtBT1IovrM7QJUbsmYQ4qjJpO5VhRRn3m4X 5ihiUNy3S3NDNdqSDwqaEJS4UhR5dyfFmgQd7aBbO5J6cEI4Xzjd/eRoBehknxjXbFXQ hviTiENeZBU8M6gcmPv1c8oTC0xpOxEgy7aeSKCJKBO6WTGoV/VpVAfYuBR0JPMlw0zf CCOg== X-Received: by 10.180.187.67 with SMTP id fq3mr108580972wic.37.1417723390338; Thu, 04 Dec 2014 12:03:10 -0800 (PST) Received: from [192.168.0.4] ([31.210.183.157]) by mx.google.com with ESMTPSA id js5sm55769225wid.11.2014.12.04.12.03.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 04 Dec 2014 12:03:09 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Using source version as current Flex SDK From: Harbs In-Reply-To: Date: Thu, 4 Dec 2014 22:03:06 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <00EA2BC0-F31F-4CD9-B7CB-3B54627E0A7E@gmail.com> References: To: dev@flex.apache.org X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org FWIW, The way I work, is by adding textLayout as a library project to = FB. I take care to never actually build it in FB. I always build it = using ant. I=92ve found without adding lextLayout to Flash Builder, I = cannot use the features like jumping to code, and the like. I then add the binary in the elf bin directory to my project that needs = the latest version of TLF while pointing to the src folder for source. You=92ll probably also need to remove the reference to textLayout in = your main SDK. HTH, Harbs On Dec 4, 2014, at 8:58 PM, OmPrakash Muppirala = wrote: >>=20 >> Om, I think I tried that a while ago and got into a lot of trouble >> because those projects in the 'frameworks/projects' folder had so = many >> dependencies and custom compilation flags, etc. I'm glad you could = get >> it to run, but I'd like to make the current source a working SDK for >> the IDE. >>=20 >>=20 > Yes, you need to spend some time adding the dependent projects, but = that is > a one time thing. Trust me, it is worth it. This set up lets me so > quickly fix issues and add features. I highly recommend this approach = :-) >=20 > The trick is to start with only the projects that you are interested = in, > and add the dependencies only for that project. It should not take a = long > time to set up this way. >=20 > Thanks, > Om