donaldp 2002/10/14 05:32:59
Modified: . Tag: RELEASE_402-branch build.xml
Log:
Make sure logs directory is created during so that wrapper has somewhere to log.
Revision Changes Path
No revision
No revision
1.164.2.8 +6 -1 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.164.2.7
retrieving revision 1.164.2.8
diff -u -r1.164.2.7 -r1.164.2.8
--- build.xml 12 Oct 2002 11:54:51 -0000 1.164.2.7
+++ build.xml 14 Oct 2002 12:32:59 -0000 1.164.2.8
@@ -463,9 +463,11 @@
<!-- Create the distribution -->
<target name="bin-dist" depends="all">
+ <property name="bin.dist.logs" value="${bin.dist.dir}/logs"/>
<property name="bin.dist.docs" value="${bin.dist.dir}/docs"/>
<property name="bin.dist.javadocs" value="${bin.dist.dir}/docs/api"/>
+ <mkdir dir="${bin.dist.logs}"/>
<mkdir dir="${bin.dist.docs}"/>
<mkdir dir="${bin.dist.javadocs}"/>
@@ -587,7 +589,10 @@
Place SAR files in here for Phoenix to launch.
</echo>
<echo file="${dist.name}/ext/readme.txt" append="false">
- Place extension jars here. It is very rare to need to do this.
+ Place extension jars here.
+ </echo>
+ <echo file="${dist.name}/logs/readme.txt" append="false">
+ The Phoenix Kernel Logs will be placed here.
</echo>
<zip zipfile="${dist.base}/${dist.name}-bin.zip">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>