From 35398cb855919c921ec68bb03a38e6166aa56e17 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 29 Jan 2001 15:45:38 +0000 Subject: Fixed online docs for and . git-svn-id: https://svn.apache.org/repos/asf/ant/core/branches/ANT_12_FIXES@268533 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 2 +- docs/junit.html | 3 ++- 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.

sourcefiles - Space separated list of source files + Comma separated list of source files all at least one of the two 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 @@

This task runs tests from the JUnit testing framework. The latest version of the framework can be found at http://www.junit.org. -This task requires JUnit 3.0 or above.

+This task requires JUnit 3.0 up to 3.4 - the version shipping with Ant +1.2 is not compatible with JUnit 3.5.

Tests are defined by nested test or batchtest tags, see nested -- cgit v1.2.1