You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ni...@apache.org on 2004/10/31 23:53:25 UTC

svn commit: rev 56166 - forrest/trunk/forrestcore

Author: nicolaken
Date: Sun Oct 31 14:53:24 2004
New Revision: 56166

Modified:
   forrest/trunk/forrestcore/build.xml
Log:
Patch from Diwaker Gupta <di...@gmail.com> to make build dir created before build.number file.

Modified: forrest/trunk/forrestcore/build.xml
==============================================================================
--- forrest/trunk/forrestcore/build.xml	(original)
+++ forrest/trunk/forrestcore/build.xml	Sun Oct 31 14:53:24 2004
@@ -49,6 +49,8 @@
     
     <property name="forrestbot.dir"         location="../tools/forrestbot"/>
 
+    <mkdir dir="${build.dir}"/>
+    
     <buildnumber file="${build.dir}/build.number"/>
     <echo>
       --------------------------------------------------------------
@@ -66,8 +68,6 @@
       --------------------------------------------------------------
     </echo>
     
-    <mkdir dir="${build.dir}"/>
-        
     <path id="classpath">
       <fileset dir="../lib" includes="**/*.jar"/>
       <fileset dir="${tools.dir}/jetty" includes="servlet*.jar"/>