vmassol 2002/09/07 10:09:53
Modified: sample-servlet/conf/sample/build/j2ee13
build.properties.sample
sample-servlet/conf/sample/build/j2ee12
build.properties.sample
sample-servlet build.properties.sample
. build.properties.sample
documentation/docs/xdocs changes.xml
Log:
upgrade to JUnit 3.8.1
Revision Changes Path
1.17 +2 -2
jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file:
/home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build.properties.sample,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.properties.sample 30 Aug 2002 20:46:40 -0000 1.16
+++ build.properties.sample 7 Sep 2002 17:09:53 -0000 1.17
@@ -39,7 +39,7 @@
commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha1-20020829.jar
# The location of the Junit jar
-junit.jar = ../lib/junit-3.7.jar
+junit.jar = ../lib/junit-3.8.1.jar
# The location of the Httpunit jar
httpunit.jar = ../lib/httpunit-1.4.5.jar
1.19 +2 -2
jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file:
/home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.properties.sample 30 Aug 2002 20:46:40 -0000 1.18
+++ build.properties.sample 7 Sep 2002 17:09:53 -0000 1.19
@@ -39,7 +39,7 @@
commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha1-20020829.jar
# The location of the Junit jar
-junit.jar = ../lib/junit-3.7.jar
+junit.jar = ../lib/junit-3.8.1.jar
# The location of the Httpunit jar
httpunit.jar = ../lib/httpunit-1.4.5.jar
1.24 +2 -2 jakarta-cactus/sample-servlet/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/sample-servlet/build.properties.sample,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.properties.sample 30 Aug 2002 20:25:07 -0000 1.23
+++ build.properties.sample 7 Sep 2002 17:09:53 -0000 1.24
@@ -40,7 +40,7 @@
commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha1-20020829.jar
# The location of the Junit jar
-junit.jar = ${lib.repo}/junit/jars/junit-3.7.jar
+junit.jar = ${lib.repo}/junit/jars/junit-3.8.1.jar
# The location of the Httpunit jar
httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.4.5.jar
1.27 +2 -2 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.properties.sample 30 Aug 2002 20:24:50 -0000 1.26
+++ build.properties.sample 7 Sep 2002 17:09:53 -0000 1.27
@@ -47,7 +47,7 @@
aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
# The location of the Junit jar
-junit.jar = ${lib.repo}/junit/jars/junit-3.7.jar
+junit.jar = ${lib.repo}/junit/jars/junit-3.8.1.jar
# CVS executable to use for documentation generation (used to automatically
# generate web site changelog).
1.47 +2 -7 jakarta-cactus/documentation/docs/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- changes.xml 1 Sep 2002 17:51:17 -0000 1.46
+++ changes.xml 7 Sep 2002 17:09:53 -0000 1.47
@@ -69,13 +69,8 @@
</action>
<action dev="VMA" type="update">
Update of jars bundled in the Cactus distribution: Commons Logging
- 1.0.1, Log4j 1.2.6, HttpClient 2.0alpha1 built on 29/08/2002 and
- HttpUnit 1.4.5.
- Note: We are not packaging JUnit
- 3.8 as it has several issues (<code>ComparisonFailure</code> class
- problem with <code>null</code> values, and it now uses the context
- class loader which is fine but may break existing setups). However,
- Cactus is fully compatible with JUnit 3.8.
+ 1.0.1, Log4j 1.2.6, HttpClient 2.0alpha1 built on 29/08/2002,
+ HttpUnit 1.4.5 and JUnit 3.8.1.
</action>
<action dev="VMA" type="add">
Added support for client side <code>begin(...)</code>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>