From dev-return-70856-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Jan 24 20:17:46 2006 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 25229 invoked from network); 24 Jan 2006 20:17:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jan 2006 20:17:45 -0000 Received: (qmail 15412 invoked by uid 500); 24 Jan 2006 20:17:44 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 15294 invoked by uid 500); 24 Jan 2006 20:17:43 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 15283 invoked by uid 99); 24 Jan 2006 20:17:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2006 12:17:43 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.201.68] (HELO web30915.mail.mud.yahoo.com) (68.142.201.68) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 24 Jan 2006 12:17:42 -0800 Received: (qmail 12544 invoked by uid 60001); 24 Jan 2006 20:17:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gwlroFQLleBJ/ZlYFCvg0SdIja9CsZ6WwBp3XDLmB4+w4D++Ah3OS42rh9pbssZPDuGy9380/I0tXOrWu1ND7DsU6XiD+Kv4C5bZ5FOnAzfi8B7H9VWfr9rVz5J63XEuCpXqCFtwWfDD8f2kNjxGOEOSNOhBWlz/8lxmtXg2brc= ; Message-ID: <20060124201721.12542.qmail@web30915.mail.mud.yahoo.com> Received: from [66.10.233.130] by web30915.mail.mud.yahoo.com via HTTP; Tue, 24 Jan 2006 12:17:21 PST Date: Tue, 24 Jan 2006 12:17:21 -0800 (PST) From: Matt Benson Subject: Re: svn commit: r372007 - /ant/core/trunk/docs/antlibs/antunit/index.html To: Ant Developers List In-Reply-To: <20060124201451.23398.qmail@minotaur.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Will somebody teach me how to generate the site? :( --- mbenson@apache.org wrote: > Author: mbenson > Date: Tue Jan 24 12:14:49 2006 > New Revision: 372007 > > URL: > http://svn.apache.org/viewcvs?rev=372007&view=rev > Log: > sp > > Modified: > ant/core/trunk/docs/antlibs/antunit/index.html > > Modified: > ant/core/trunk/docs/antlibs/antunit/index.html > URL: > http://svn.apache.org/viewcvs/ant/core/trunk/docs/antlibs/antunit/index.html?rev=372007&r1=372006&r2=372007&view=diff > ============================================================================== > --- ant/core/trunk/docs/antlibs/antunit/index.html > (original) > +++ ant/core/trunk/docs/antlibs/antunit/index.html > Tue Jan 24 12:14:49 2006 > @@ -115,7 +115,7 @@ >

Initially all tests for > Ant tasks were written as individual > JUnit > test cases. Pretty > soon it was clear that most tests needed to > perform common tasks > - like reading a build file, intializing a > project instance with > + like reading a build file, initializing a > project instance with > it and executing a target. At this point href="http://svn.apache.org/viewcvs.cgi/ant/core/trunk/src/testcases/org/apache/tools/ant/BuildFileTest.java">BuildFileTest > was invented, a base class for almost all > task test cases.

>

BuildFileTest > works fine and in fact has been picked up by href="http://ant-contrib.sf.net/">the Ant-Contrib > Project > @@ -249,7 +249,7 @@ > relays test results to them.

>

Currently only a > single implementation > <plainlistener> modelled > after the "plain" > - JUnit listener is bundeled with the > library.

> + JUnit listener is bundled with the > library.

>

class="section"> > > Examples > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > dev-unsubscribe@ant.apache.org > For additional commands, e-mail: > dev-help@ant.apache.org > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org