From flex-dev-return-9311-apmail-incubator-flex-dev-archive=incubator.apache.org@incubator.apache.org Sun Jul 1 23:44:10 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 41ABEDCFE for ; Sun, 1 Jul 2012 23:44:10 +0000 (UTC) Received: (qmail 63518 invoked by uid 500); 1 Jul 2012 23:44:09 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 63491 invoked by uid 500); 1 Jul 2012 23:44:09 -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 63477 invoked by uid 99); 1 Jul 2012 23:44:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jul 2012 23:44:09 +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 justinmclean@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jul 2012 23:43:59 +0000 Received: by pbbrq2 with SMTP id rq2so6672847pbb.6 for ; Sun, 01 Jul 2012 16:43:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=RQFAHvVDqu5Q8P8B7ESu3dknr1+SLIB/wIqVbT3BdSs=; b=O9MzhS+dVuDOfdnFgsr5gx7/eKUltU9nYDycHimy8ru+tNdG0pvc1nbUbJ0m3E0eGQ 6ZDHiO46xtf23exuhRF/LVn6aXfDo3t9uPFi1H4BCUcl9DC+Mn0d9RC5y+sJt6kqRW++ PUA0lPgscbW5FFKVIlrX3i3oR2mYkGGb2sb9sHuu9/Btub/SqHxPWm+/A68gGDzEl7Sk kBZryd78COzkduE8nKyI+2zDeKTLKoxghm9c2Ac2SKCMrj6l4XUIz31tLD+aRZxg+GP+ 51sm7qKTJA9VIX4gGE+0aQRu5oLMODkwG7Es0m7Ys2ySpFK+79vjLPi6c8h4mRWcXg+z MVNg== Received: by 10.68.230.68 with SMTP id sw4mr25844675pbc.142.1341186218326; Sun, 01 Jul 2012 16:43:38 -0700 (PDT) Received: from [192.168.0.6] (124-168-39-251.dyn.iinet.net.au. [124.168.39.251]) by mx.google.com with ESMTPS id ms1sm11479970pbb.63.2012.07.01.16.43.36 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 01 Jul 2012 16:43:37 -0700 (PDT) Sender: Justin Mclean Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1280) Subject: Re: [DISCUSS] Apache Flex 4.8.0 was Re: [VOTE] Release Apache Flex 4.8.0 From: Justin Mclean In-Reply-To: Date: Mon, 2 Jul 2012 09:43:30 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <803680C1-CAD7-4224-AC30-D8551AADAA22@classsoftware.com> References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1280) Hi, > Your ant run failed downloading TLF and your compile errors are all = realted > to TLF so I'm trying to determine if it is the same. Looks like that the case. I was missing the swc from the binary libs = directory. I ran a ant thirdpary-clean follow by a thirdparty-downloads, = the FB project needed to be cleaned but then compiled and worked as = expected. Do you think it might be a good idea to add (for a future release) an = ant check third party target that checks you have all the required = downloads (via MD5 hashes?). > I've been primarily focused on the source kit. I will try the binary = kit if > you can verify you have textlayout.swc and still have a problem. While fairly clear I think the instructions for building the binary kit = in the readme could be moved to the top. People may assume that there's = nothing that need to be done with the binary kit and that they can just = use it the closer to the top it is the more likely they are to read it. = Perhaps he readme could also reference the IDE packager. Om we could also extend the packager SDK to check that all the required = pieces are in place for the binary kit and/or download them if they are = missing. I'll change my vote to be a +1 for the release. Thanks, Justin=