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 CDC4911EC7 for ; Thu, 10 Apr 2014 20:45:08 +0000 (UTC) Received: (qmail 4816 invoked by uid 500); 10 Apr 2014 20:45:07 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 4615 invoked by uid 500); 10 Apr 2014 20:45:01 -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 4552 invoked by uid 99); 10 Apr 2014 20:45:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2014 20:45:00 +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 (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.160.50] (HELO mail-pb0-f50.google.com) (209.85.160.50) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2014 20:44:53 +0000 Received: by mail-pb0-f50.google.com with SMTP id md12so4426382pbc.23 for ; Thu, 10 Apr 2014 13:44:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=VfPu2zniLDKfiezCq3gF19V3ZLgaRR4I6Va/3hJkQCw=; b=gBYbqu0Rbil9qla6TVkQuERphEQ6zUSz0BtHR1QhAi13ysmbQ+mqT5VI0KL07IvQp8 phmLzCD7wiXgRoGoJyKylX0gRlBfv1/Nzka7jXNZG2KwHyeqSva6rtKnjcV5ptel9IRA Gbe5tnp9l4KybrhHwm9Bhd5qJslK9IzaVvARMPuAG5v7GGNfHlumXd0etqC105QsakOT neQz5kSVeT1RFNkgfVOVXVLmnIjd5D9EW7E1hfrWm7Y4Q0jbFkBEZOKiqfqvNd4HRBGm L7895SHrlBzu6WsZoGjtLn0Yzs81EE9XrzzI9XToXYstj4YvVG8PQx8+XLchnFe4uk/h b72g== X-Gm-Message-State: ALoCoQm1DNNUDkQvW893Lr9ByAO3Fj6pcbeUOVhjO5IKKiEhfUK1hMLCdGS0A2+W7NUGaKZRiI9z X-Received: by 10.66.253.170 with SMTP id ab10mr22480257pad.53.1397162671836; Thu, 10 Apr 2014 13:44:31 -0700 (PDT) Received: from [192.168.0.2] (202-159-172-122.dyn.iinet.net.au. [202.159.172.122]) by mx.google.com with ESMTPSA id yw3sm10994558pbc.69.2014.04.10.13.44.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Apr 2014 13:44:31 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC4 From: Justin Mclean In-Reply-To: Date: Fri, 11 Apr 2014 06:44:26 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <2CB46551-26C5-4D74-8A74-7EAD2419BCDD@classsoftware.com> To: dev@flex.apache.org X-Mailer: Apple Mail (2.1874) X-Virus-Checked: Checked by ClamAV on apache.org Hi, >> JFYI just doing "ant" will make something useful that you can use. >=20 > If I were to take your word for that, you might as well vote for me = ;-) :-) Just pointing it out.=20 If you take an existing FlexUnit project and replace the flexunit*.swc = (usually in libs directory) with the ones produced by ant you see that = it works. If the unit tests use the UI runner you even notice a few UI changes. Thanks, Justin=