Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 36248 invoked from network); 11 Sep 2003 06:39:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Sep 2003 06:39:54 -0000 Received: (qmail 82862 invoked by uid 500); 11 Sep 2003 06:39:29 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 82478 invoked by uid 500); 11 Sep 2003 06:39:27 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 82464 invoked from network); 11 Sep 2003 06:39:26 -0000 Received: from unknown (HELO mail.s-und-n.de) (212.8.217.2) by daedalus.apache.org with SMTP; 11 Sep 2003 06:39:26 -0000 Received: from notes.sundn.de (ntsrv5.sundn.de [10.10.2.10]) by mail.s-und-n.de (postfix) with ESMTP id EEF69B32F4 for ; Thu, 11 Sep 2003 08:39:37 +0200 (CEST) Received: from hw0393 ([10.10.2.35]) by notes.sundn.de (Lotus Domino Release 5.0.8) with SMTP id 2003091108393122:40624 ; Thu, 11 Sep 2003 08:39:31 +0200 Message-ID: <00a501c3782f$b1ed97c0$23020a0a@hw0393> From: "Guido Casper" To: References: <0FCEEF74-E373-11D7-A288-000393CFE402@codeconsult.ch> Subject: Anteater tests (was Re: on better release and version management) Date: Thu, 11 Sep 2003 08:41:13 +0200 MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MIMETrack: Itemize by SMTP Server on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 11.09.2003 08:39:31, Serialize by Router on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 11.09.2003 08:39:31 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Bertrand Delacretaz wrote: > Le Mercredi, 10 sep 2003, =E0 11:26 Europe/Zurich, Reinhard Poetz a > =E9crit >> >> ...Would it be enough to extend our Anteater scripts (see Guido's >> mail) and >> add Anteater to our codebase and include it automatically to our >> build system? ... > > certainly a Good Thing it tests are not too hard to write - anteater > tests things from the user's point of view which would make us very > confident that things actually work. > >> ...BTW, unfortunatly the latest Anteater release needs Java 1.4.x ... > > Not too big a problem IMHO, as tests will probably not be required to > do a normal build. How about the following change to the build? Uncomment the anteater-tests and remove the dependency of the test target on the anteater-tests target, so that if you run 'build test' only the unit tests are run. To run the Anteater tests you have to run 'build anteater-tests'. This in turn has a dependency on the 'block-anteater-tests' target that copies all anteater tests (located in /test/anteater) to 'build/test/anteater' where they are then executed. The anteater-tests target starts with a big attention message hinting to make sure the anteater.home property is correctly set. So we can see how Anteater usage develops and decide later whether to put Anteater into CVS. Guido