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.