document changes mad by Matt four years ago

This commit is contained in:
Stefan Bodewig 2026-04-26 22:45:01 +02:00
parent e1275d128c
commit 1d98715cab
No known key found for this signature in database
GPG Key ID: 23738DFD7C40DE43
2 changed files with 21 additions and 0 deletions

View File

@ -38,6 +38,13 @@
</properties>
<release version="1.5" date="unreleased">
<action type="add">
Allow the AntUnit task to use a different classloader when
running the test by means of a nested classpath or a
classpathrefid attribute.
Only works properly with Ant 1.10.13 or later.
</action>
</release>
<release version="1.4.1" date="2021-07-07">
<action type="fix" issue="65315">

View File

@ -145,6 +145,14 @@ public class LogCapturer {
attribute is set to false.</td>
<td align="center">No.</td>
</tr>
<tr>
<td valign="top">classpathrefid</td>
<td valign="top">Specify the classpath to use when running the
tests - specified as a reference to an existing path.<br/>
<em>since AntUnit 1.5</em>
</td>
<td align="center">No.</td>
</tr>
</table>
<h3>Parameters specified as nested elements</h3>
@ -224,6 +232,12 @@ public class LogCapturer {
</pre>
</p>
<h4>classpath</h4>
<p>Nested path-like structure. Specifies the classpath to use
when running the tests. Requires Ant 1.10.13 or later to work
properly. <em>since AntUnit 1.5</em>.</p>
<h3>Examples</h3>
<p>This build file snippet (from src/etc/testcases/antunit/base.xml)</p>