vmassol 2003/10/20 14:26:22
Modified: . build.properties.sample
samples/jetty build.properties.sample
framework build.properties.sample
samples/servlet build.properties.sample
integration/ant build.properties.sample
documentation/docs/xdocs changes.xml
samples/ejb build.properties.sample
Log:
- Updated to use commons-httpclient 2.0 rc2 in default sample properties files
- Added clover.jar missing in some properties files
Revision Changes Path
1.86 +3 -3 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- build.properties.sample 13 Oct 2003 20:28:40 -0000 1.85
+++ build.properties.sample 20 Oct 2003 21:26:21 -0000 1.86
@@ -37,7 +37,7 @@
log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
# The location of the Commons Httpclient jar
-commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc1.jar
+commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc2.jar
# The location of the AspectJ runtime jar
aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.1.1.jar
@@ -137,7 +137,7 @@
# effect).
#clover.enable = true
-# Clover jar
+# Clover jar. This is required if clover is enabled.
clover.jar = ${ant.home}/lib/clover.jar
# -----------------------------------------------------------------------------
1.14 +2 -11 jakarta-cactus/samples/jetty/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/jetty/build.properties.sample,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.properties.sample 9 Aug 2003 13:16:47 -0000 1.13
+++ build.properties.sample 20 Oct 2003 21:26:22 -0000 1.14
@@ -37,7 +37,7 @@
log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
# The location of the Commons Httpclient jar
-commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc1.jar
+commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc2.jar
# The location of the Junit jar
junit.jar = ${lib.repo}/junit/jars/junit-3.8.1.jar
@@ -65,12 +65,3 @@
# The port to use for starting the servers during unit testing. If not
# specified, it defaults to port 8080.
#test.port = 8081
-
-# Should we instrument our code with Clover (test coverage tool) ?
-# For this to work, the clover.jar needs to be in ANTHOME/lib.
-# Comment out to disable Clover (setting the property to false will have no
-# effect).
-#clover.enable = true
-
-# Clover jar
-clover.jar = ${ant.home}/lib/clover.jar
1.32 +5 -2 jakarta-cactus/framework/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.properties.sample 12 Oct 2003 16:07:43 -0000 1.31
+++ build.properties.sample 20 Oct 2003 21:26:22 -0000 1.32
@@ -34,7 +34,7 @@
log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
# The location of the Commons Httpclient jar
-commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc1.jar
+commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc2.jar
# The location of the Httpunit jar
httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.5.3.jar
@@ -64,3 +64,6 @@
# Comment out to disable Clover (setting the property to false will have no
# effect).
#clover.enable = true
+
+# Clover jar. This is required if clover is enabled.
+clover.jar = ${ant.home}/lib/clover.jar
1.15 +2 -2 jakarta-cactus/samples/servlet/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.properties.sample,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.properties.sample 19 Oct 2003 18:15:31 -0000 1.14
+++ build.properties.sample 20 Oct 2003 21:26:22 -0000 1.15
@@ -63,5 +63,5 @@
# effect).
#clover.enable = true
-# Clover jar
+# Clover jar. This is required if clover is enabled.
clover.jar = ${ant.home}/lib/clover.jar
1.19 +5 -2 jakarta-cactus/integration/ant/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/build.properties.sample,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.properties.sample 9 Aug 2003 13:16:48 -0000 1.18
+++ build.properties.sample 20 Oct 2003 21:26:22 -0000 1.19
@@ -34,7 +34,7 @@
log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
# The location of the Commons Httpclient jar
-commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc1.jar
+commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc2.jar
# The location of the AspectJ runtime jar
aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
@@ -71,3 +71,6 @@
# Comment out to disable Clover (setting the property to false will have no
# effect).
#clover.enable = true
+
+# Clover jar. This is required if clover is enabled.
+clover.jar = ${ant.home}/lib/clover.jar
1.137 +4 -0 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.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- changes.xml 19 Oct 2003 18:15:58 -0000 1.136
+++ changes.xml 20 Oct 2003 21:26:22 -0000 1.137
@@ -71,6 +71,10 @@
</release>
<release version="1.5-rc1" date="in CVS">
+ <action dev="VMA" type="update">
+ Update the version of Commons HttpClient in the Cactus distribution to
+ 1.0 rc2.
+ </action>
<action dev="VMA" type="fix">
Fixed and improved logging. It now works with Log4j, JDK 1.4 logging
and Commons Simple log. Check the sample servlet application for an
1.4 +2 -2 jakarta-cactus/samples/ejb/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/ejb/build.properties.sample,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.properties.sample 13 Sep 2003 12:24:11 -0000 1.3
+++ build.properties.sample 20 Oct 2003 21:26:22 -0000 1.4
@@ -49,5 +49,5 @@
# effect).
#clover.enable = true
-# Clover jar
+# Clover jar. This is required if clover is enabled.
clover.jar = ${ant.home}/lib/clover.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]