vmassol 01/10/28 03:00:53
Modified: docs/framework/xdocs changes.xml
Log:
We now need Ant 1.5 (from CVS) and JUnit 3.7 or greater to build Cactus from sources
or to run the junit task
Revision Changes Path
1.60 +6 -0 jakarta-cactus/docs/framework/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/changes.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- changes.xml 2001/10/22 14:36:56 1.59
+++ changes.xml 2001/10/28 11:00:53 1.60
@@ -119,6 +119,12 @@
<release version="1.3 in CVS">
<action dev="VMA" type="update">
+ As Cactus 1.3 need JUnit 3.7 and later (because of JUnit removal of
<code>name()</code> in
+ favor of <code>getName()</code>), we also need Ant 1.5 (for building Cactus
from sources
+ but also for running the junit task). Indeed, prior to Ant 1.5, the Ant
junit task was using
+ <code>name()</code> (it has been updated in Ant 1.5).
+ </action>
+ <action dev="VMA" type="update">
Cactus 1.3 will need JUnit 3.7 and later. Reason :
<code>TestCase.name()</code> was deprecated in JUnit 3.7 and has now
been removed (22/10/2001) from the JUnit sources in CVS, meaning that
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]