bodewig 01/01/29 07:45:40
Modified: docs Tag: ANT_12_FIXES index.html junit.html
Log:
Fixed online docs for <javadoc> and <junit>.
Revision Changes Path
No revision
No revision
1.136.2.8 +1 -1 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.136.2.7
retrieving revision 1.136.2.8
diff -u -r1.136.2.7 -r1.136.2.8
--- index.html 2000/12/14 14:59:02 1.136.2.7
+++ index.html 2001/01/29 15:45:38 1.136.2.8
@@ -2840,7 +2840,7 @@
</tr>
<tr>
<td valign="top">sourcefiles</td>
- <td valign="top">Space separated list of source files</td>
+ <td valign="top">Comma separated list of source files</td>
<td align="center" valign="top">all</td>
<td align="center" valign="middle" rowspan="2">at least one of the
two</td>
</tr>
1.11.2.1 +2 -1 jakarta-ant/docs/junit.html
Index: junit.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/junit.html,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -r1.11 -r1.11.2.1
--- junit.html 2000/10/05 09:11:11 1.11
+++ junit.html 2001/01/29 15:45:38 1.11.2.1
@@ -9,7 +9,8 @@
<p>This task runs tests from the JUnit testing framework. The latest
version of the framework can be found at
<a href="http://www.junit.org">http://www.junit.org</a>.
-This task requires JUnit 3.0 or above.</p>
+This task requires JUnit 3.0 up to 3.4 - <b>the version shipping with Ant
+1.2 is not compatible with JUnit 3.5</b>.</p>
<p>Tests are defined by nested <code>test</code> or
<code>batchtest</code> tags, see <a href="#nested">nested