vmassol 2003/02/20 05:22:18
Modified: integration/ant/src/scripts/share build-share.xml
Log:
Copy the log4j configuration for server logs in order to get logs
Revision Changes Path
1.4 +4 -0 jakarta-cactus/integration/ant/src/scripts/share/build-share.xml
Index: build-share.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/scripts/share/build-share.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build-share.xml 19 Feb 2003 18:56:46 -0000 1.3
+++ build-share.xml 20 Feb 2003 13:22:18 -0000 1.4
@@ -125,6 +125,10 @@
</fileset>
</copy>
+ <!-- Copy the log4j configuration files -->
+ <copy
tofile="${cactus.target.dir}/${cactus.context}/WEB-INF/classes/log4j.properties"
+ file="${cactus.conf.dir}/log_server.properties"/>
+
<!-- Copy the Cactus test classes -->
<copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/classes">
<fileset dir="${cactus.target.classes.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]