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 3888E9E46 for ; Thu, 7 Jun 2012 19:43:09 +0000 (UTC) Received: (qmail 1421 invoked by uid 500); 7 Jun 2012 19:43:08 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 1389 invoked by uid 500); 7 Jun 2012 19:43:08 -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 1379 invoked by uid 99); 7 Jun 2012 19:43:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 19:43:08 +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 bortsen@googlemail.com designates 74.125.83.47 as permitted sender) Received: from [74.125.83.47] (HELO mail-ee0-f47.google.com) (74.125.83.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 19:43:02 +0000 Received: by eekd49 with SMTP id d49so433500eek.6 for ; Thu, 07 Jun 2012 12:42:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=IGScSJbt7bWRRQoke/iIW/tY23NHrBwYXm7X4v1MQAk=; b=wCQZHc/O84i3OQsQ5/0zCQxsIhYxTML6Hll21JH0HSX+Lft5vokSSOfT6vcWP/eIp0 LeK2f1a22/OHQ6bZaaDOkDnZatFaZBuCJ+6niVsfaDDggL5IKENKte9mcnfk+L+YGc6Y bfcNRdNC7HTun915Ymj/oSTOGAKmW40hQBe2Gfcd4WPLa0DxnTkI82AmDsR4mYp4DiY4 AV0cVDcAd3NMAkbuRF9kML5U3ZGP5IZYBMNIM2e9Cj5cWR5lRGRmJrcsdsiEhlras5Vm XW2UWHUluyCBjk6brrLND8SXjFEM0CzVUi8kUA0WgbTfMn9KCn/wXnflgd9exXQckTC1 OfAw== MIME-Version: 1.0 Received: by 10.14.96.72 with SMTP id q48mr1907273eef.122.1339098162004; Thu, 07 Jun 2012 12:42:42 -0700 (PDT) Received: by 10.216.172.201 with HTTP; Thu, 7 Jun 2012 12:42:41 -0700 (PDT) In-Reply-To: References: Date: Thu, 7 Jun 2012 21:42:41 +0200 Message-ID: Subject: Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only) From: Dirk Eismann To: flex-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > Probably checkintests. > > I'm not sure the source kit has enough code in it to make a release. =A0I= t > has enough code in it to make main. =A0Regardless of whether or not you > should be able to make a release you should be able to run checkintests. no, unfortunately not. Building main works fine, but calling release or checkintests both fails on the same line in target mustella-setup: runtime-setup: mustella-setup: BUILD FAILED D:\dev\apache-flex\apache-flex-sdk-4.8.0-incubating-src\build.xml:1081: Ba= sedir D:\dev\apache-flex\apache-flex-sdk-4.8.0-incubating-src\mustella does not = exist As mentioned, I did not checked out from SVN but downloaded the source kit zip file from Carols people.apache.org URL. In this zip download the /mustella directory is missing and that's causing the error. Dirk.