From ant-user-return-14120-qmlist-jakarta-archive-ant-user=jakarta.apache.org@jakarta.apache.org Fri Nov 02 06:47:52 2001 Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 2691 invoked from network); 2 Nov 2001 06:47:52 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 2 Nov 2001 06:47:52 -0000 Received: (qmail 15335 invoked from network); 2 Nov 2001 06:50:15 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 2 Nov 2001 06:50:15 -0000 Received: (qmail 16676 invoked by uid 97); 2 Nov 2001 06:47:53 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 16646 invoked by uid 97); 2 Nov 2001 06:47:52 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 16635 invoked from network); 2 Nov 2001 06:47:52 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: junit sequencing References: <753866CAB183D211883F0090271F46C20589DEBA@COW> From: Stefan Bodewig Date: 02 Nov 2001 07:47:49 +0100 In-Reply-To: Mark Hewitt's message of "Wed, 31 Oct 2001 15:53:05 -0000" Message-ID: Lines: 20 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wed, 31 Oct 2001, Mark Hewitt wrote: > I can't see how to guarantee this sequence in ant. Don't use but individual elements for all tests that depend on order. > For instance, the expansion of a fileset is presumably not > guaranteed to be alphabetical on all platforms. It is not alphabetical on the platforms I develop with. > So what methods have been used, an which work best? See Ant's own build file - most testclasses are independent, so they've been thrown into a batchtest, but GZip and GUnzip depend on order. We've excluded these two tests from the batchtest and added explicit tetstcase elements for them. Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: