summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2001-01-29 15:45:38 +0000
committerStefan Bodewig <bodewig@apache.org>2001-01-29 15:45:38 +0000
commit35398cb855919c921ec68bb03a38e6166aa56e17 (patch)
tree71b4091411483a6d26f2d557105853ff09540eda
parentca29d03b4e5cb238cb54b285f6943973066b7d90 (diff)
downloadant-ANT_12_FIXES.tar.gz
Fixed online docs for <javadoc> and <junit>.ANT_12_FIXES
git-svn-id: https://svn.apache.org/repos/asf/ant/core/branches/ANT_12_FIXES@268533 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/index.html2
-rw-r--r--docs/junit.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 2137ca26f..d4fe9649a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2840,7 +2840,7 @@ instead.</p>
</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>
diff --git a/docs/junit.html b/docs/junit.html
index 7445c9384..cba5c571f 100644
--- a/docs/junit.html
+++ b/docs/junit.html
@@ -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