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 F150ADB61 for ; Tue, 11 Dec 2012 05:25:24 +0000 (UTC) Received: (qmail 22875 invoked by uid 500); 11 Dec 2012 05:25:23 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 22726 invoked by uid 500); 11 Dec 2012 05:25:23 -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 22707 invoked by uid 99); 11 Dec 2012 05:25:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 05:25:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.210.47] (HELO mail-da0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 05:25:14 +0000 Received: by mail-da0-f47.google.com with SMTP id s35so1348677dak.6 for ; Mon, 10 Dec 2012 21:24:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=H0roIY9S7heJJGFO9luvP8YTHU9Sb9Q2QtzfbuvZRpU=; b=nSCxTqX8mN0FrNX9HLH1Dj7o9ovNlxyA3Re/c/pkwQ4M8ErpdUlYLSV9bRZRZ3i7v4 w7yLGvV0x8myFBcg3RgqRCcIgHER68pNDOCt9tRAOZLMtqgvwk3ZvG30bduEx3M9Z+Rh /6QTQ0BjEC9SxAKVN7NpW2wMkTcDKArrbYsjvdPnI2oCVVBIdWqv6psUVa5jjCL7doBn IKDMA5IeQZVZ4dINqnHy59XcxvzBpDYGs6AuJybXGQV81x/Ds+KjkjrKp+zFh92NQ/7p jXV9fIYbA8y3++lJu08o3ybk5vZc/+2tmGORuTcdMg5o37v7og7tID20WHW0N1J7NYZF en7g== Received: by 10.68.230.66 with SMTP id sw2mr45483916pbc.119.1355203494036; Mon, 10 Dec 2012 21:24:54 -0800 (PST) Received: from [192.168.0.9] (124-149-63-44.dyn.iinet.net.au. [124.149.63.44]) by mx.google.com with ESMTPS id v2sm7607508paz.36.2012.12.10.21.24.52 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Dec 2012 21:24:53 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: Test Release of Apache Flex 4.9 From: Justin Mclean In-Reply-To: Date: Tue, 11 Dec 2012 16:24:51 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <07C033AD-FEB6-4C5A-BF75-0F4F31E45BA0@classsoftware.com> References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQnfyj9IpwWj1WDaff1E4OuYxSp3CSuBpaKQ9QaRXNoY8g/oVzDz5gd55WrHEgbCbN79wblp X-Virus-Checked: Checked by ClamAV on apache.org Hi, > The top-level build.xml has the basedir set to some folder on your = computer. The checked in file is correct, but the file build on machine isn't, = this was to get around spaces in paths and issues with the ant unzip = task. I'll have to come up with another way of fixing that. Thanks, Justin=