Revision: 15053
          http://gate.svn.sourceforge.net/gate/?rev=15053&view=rev
Author:   markagreenwood
Date:     2012-01-15 10:12:10 +0000 (Sun, 15 Jan 2012)
Log Message:
-----------
make sure the lib/ext folder exists before trying to write a jar into it (this 
isn't an issue at the moment but might be in the future

Modified Paths:
--------------
    gate/trunk/build.xml

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2012-01-15 09:42:47 UTC (rev 15052)
+++ gate/trunk/build.xml        2012-01-15 10:12:10 UTC (rev 15053)
@@ -332,6 +332,7 @@
   <!-- This target compiles the GUK classes which are required by the main
        GATE compile task -->
   <target name="guk" depends="prepare, depend">
+    <mkdir dir="${libDir}/ext"/>    
     <javac classpathref="build.class.path"
            destdir="${outputDir}"
            includes="guk/**"
@@ -345,7 +346,8 @@
       <compilerarg value="-Xmaxwarns"/>
       <compilerarg value="${gate.compile.maxwarnings}"/>
     </javac>
-      <jar destfile="${libDir}/ext/guk.jar"
+    
+    <jar destfile="${libDir}/ext/guk.jar"
          update="false"
          index="true">
       <fileset dir="${outputDir}"

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to