You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/04/16 07:56:27 UTC

svn commit: r648537 - /maven/components/branches/maven-2.0.x/build.xml

Author: jvanzyl
Date: Tue Apr 15 22:56:27 2008
New Revision: 648537

URL: http://svn.apache.org/viewvc?rev=648537&view=rev
Log:
create the maven.home directory if we are starting from scratch

Modified:
    maven/components/branches/maven-2.0.x/build.xml

Modified: maven/components/branches/maven-2.0.x/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/build.xml?rev=648537&r1=648536&r2=648537&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/build.xml (original)
+++ maven/components/branches/maven-2.0.x/build.xml Tue Apr 15 22:56:27 2008
@@ -165,6 +165,7 @@
   <target name="extract-assembly" depends="init,maven-assembly" description="extracts the maven assembly into maven.home">
     <echo>Extracting assembly to ${maven.home.dirname} ...</echo>
     <!-- Deleting the contents inside maven.home allow one to use symlinks for maven.home and still have this work. -->          
+    <mkdir dir="${maven.home}"/>
     <delete>
       <fileset dir="${maven.home}">
         <include name="bin"/>