vmassol 02/04/01 06:00:03
Modified: . build.xml
Log:
another bug, we need to make sure the directory exists because <unzip> does not
create it ...
Revision Changes Path
1.7 +1 -0 jakarta-cactus/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 31 Mar 2002 21:37:19 -0000 1.6
+++ build.xml 1 Apr 2002 14:00:02 -0000 1.7
@@ -345,6 +345,7 @@
<target name="package.sample-servlet" depends="init">
+ <mkdir dir="${dist.dir}/sample-servlet"/>
<unzip src="${sample-servlet.dir}/${dist.dir}/bin/sample-servlet.zip"
dest="${dist.dir}/sample-servlet"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>