You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/07/29 11:47:36 UTC

svn commit: r798826 - /harmony/enhanced/common_resources/trunk/make/properties.xml

Author: hindessm
Date: Wed Jul 29 09:47:36 2009
New Revision: 798826

URL: http://svn.apache.org/viewvc?rev=798826&view=rev
Log:
Create directory for exclude file in case it doesn't exist.

Modified:
    harmony/enhanced/common_resources/trunk/make/properties.xml

Modified: harmony/enhanced/common_resources/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/common_resources/trunk/make/properties.xml?rev=798826&r1=798825&r2=798826&view=diff
==============================================================================
--- harmony/enhanced/common_resources/trunk/make/properties.xml (original)
+++ harmony/enhanced/common_resources/trunk/make/properties.xml Wed Jul 29 09:47:36 2009
@@ -313,6 +313,9 @@
        <!-- name of concatenated list, should be an absolute pathname -->
        <attribute name="result"/>
        <sequential>
+           <dirname file="@{result}" property="@{result}.dir" />
+           <mkdir dir="${@{result}.dir}" />
+
            <echo message="" file="@{result}"/>
            <concat destfile="@{result}" force="yes" fixlastline="yes" append="true">
                <fileset dir="@{dir}">