costin 2003/02/16 17:03:50
Modified: coyote build.xml
Log:
Make the dir - if this is the first to be built.
Revision Changes Path
1.20 +2 -1 jakarta-tomcat-connectors/coyote/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 16 Jan 2003 22:31:00 -0000 1.19
+++ build.xml 17 Feb 2003 01:03:49 -0000 1.20
@@ -189,6 +189,7 @@
<target name="compile.shared"
description="Compile shareable components">
+ <mkdir dir="${build.home}/classes"/>
<javac srcdir="${source.home}"
destdir="${build.home}/classes"
debug="${compile.debug}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]