vmassol 01/11/16 11:17:06
Modified: docs/framework/xdocs changes.xml
Log:
Added new java property "<code>cactus.config</code>" to specify location of cactus
properties file (you pass it on the command line, ex: "<code>java
-Dcactus.property=conf/mycactus.properties</code>"). If not specified, Cactus will
look for a "<code>cactus.properties</code>" file in the classpath.
Revision Changes Path
1.65 +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.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- changes.xml 2001/11/14 21:57:34 1.64
+++ changes.xml 2001/11/16 19:17:06 1.65
@@ -127,6 +127,12 @@
</devs>
<release version="1.3 in CVS">
+ <action dev="VMA" type="add">
+ Added new java property "<code>cactus.config</code>" to specify location of
cactus
+ properties file (you pass it on the command line, ex:
+ "<code>java -Dcactus.property=conf/mycactus.properties</code>"). If not
specified,
+ Cactus will look for a "<code>cactus.properties</code>" file in the
classpath.
+ </action>
<action dev="VMA" type="add" due-to="Kaarle Kaila"
due-to-email="[EMAIL PROTECTED]">
New howto that explains how to use JUnitEE as a Test Runner for
executing Cactus tests from within the container (i.e. Cactus client
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>