Revision: 18685
          http://sourceforge.net/p/gate/code/18685
Author:   ian_roberts
Date:     2015-05-13 14:50:21 +0000 (Wed, 13 May 2015)
Log Message:
-----------
Ensure the instanceDir has been created before we try and write to it - on Unix 
platforms this should already have happened but on Windows it won't.

Modified Paths:
--------------
    teamware/trunk/install/build.xml

Modified: teamware/trunk/install/build.xml
===================================================================
--- teamware/trunk/install/build.xml    2015-05-13 11:25:09 UTC (rev 18684)
+++ teamware/trunk/install/build.xml    2015-05-13 14:50:21 UTC (rev 18685)
@@ -163,6 +163,7 @@
       <echo message="Recording current GATE Teamware version" />
       <!-- I'd like to use <propertyfile> here but that isn't available
            in the minimal Ant used by the installer -->
+      <mkdir dir="${instanceDir}"/>
       <echo file="${instanceDir}/gate-teamware.properties"
         encoding="ISO-8859-1"
         message="version=${teamware.version}" />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to