Revision: 15167
          http://gate.svn.sourceforge.net/gate/?rev=15167&view=rev
Author:   markagreenwood
Date:     2012-01-21 18:05:56 +0000 (Sat, 21 Jan 2012)
Log Message:
-----------
don't be an idiot and try and use the class before it has been built

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

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2012-01-21 17:57:50 UTC (rev 15166)
+++ gate/trunk/build.xml        2012-01-21 18:05:56 UTC (rev 15167)
@@ -314,13 +314,14 @@
 
 
        <!-- Make gate.jar archive -->
-       <target name="jar" depends="compile,resources,eclipse">
+       <target name="jar" depends="compile,resources">
                <jar destfile="${binDir}/gate.jar" update="false" index="true">
                        <fileset dir="${outputDir}/" 
includes="META-INF/**,gate/**,com/**,hepple/**" />
                        <!--    <zipgroupfileset refid="libs"/> -->
                </jar>
                <!-- also build the launcher -->
                <ant dir="build/launcher" inheritAll="false" target="jar" />
+               <antcall target="eclipse" />
        </target>
 
        <!-- Optional target useful for creating jars for embedded apps.  It 
splits

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to