You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/04/04 12:06:39 UTC

svn commit: r160021 - lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml

Author: michi
Date: Mon Apr  4 03:06:39 2005
New Revision: 160021

URL: http://svn.apache.org/viewcvs?view=rev&rev=160021
Log:
hack to workaround failure of build process if build dir does not exist

Modified:
    lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml

Modified: lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml?view=diff&r1=160020&r2=160021
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml Mon Apr  4 03:06:39 2005
@@ -201,6 +201,7 @@
   <!-- Clean targets                                                -->
   <!-- ============================================================ -->
   <target name="clean" depends="init" description="Cleans the build directories">
+    <mkdir dir="${build.root}"/> <!-- Create dir in case it doesn't exist and build does not fail -->
     <delete includeEmptyDirs="true">
       <fileset dir="${build.root}" excludes="${target.reset.excludes}" />
     </delete>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org