Revision: 17497
          http://sourceforge.net/p/gate/code/17497
Author:   markagreenwood
Date:     2014-03-01 15:28:30 +0000 (Sat, 01 Mar 2014)
Log Message:
-----------
simplfieid the reference to the Tools plugin

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

Modified: gate/trunk/plugins/Teamware_Tools/build.xml
===================================================================
--- gate/trunk/plugins/Teamware_Tools/build.xml 2014-03-01 14:20:35 UTC (rev 
17496)
+++ gate/trunk/plugins/Teamware_Tools/build.xml 2014-03-01 15:28:30 UTC (rev 
17497)
@@ -47,13 +47,11 @@
 
   <target name="compile" depends="init">
     <if>
-      <available file="${gatehome}/plugins/Tools/tools.jar"/>
+      <not><available file="${gatehome}/plugins/Tools/tools.jar"/></not>
       <then>
-      </then>
-      <else>
         <echo message="this plugin requires the tools.jar from the Tools 
plugin which is missing and therefore first trying to build it" />
-        <ant dir="${gatehome}/plugins/Tools"/>
-      </else>
+        <ant dir="${gatehome}/plugins/Tools" target="jar" />
+       </then>
     </if>
     <javac classpathref="compile.classpath" debug="true" deprecation="true" 
destdir="${dest}" nowarn="false" source="1.6" target="1.6">
       <src path="${src}"/>

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


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to