Revision: 16258
          http://gate.svn.sourceforge.net/gate/?rev=16258&view=rev
Author:   nirajaswani
Date:     2012-11-12 16:00:20 +0000 (Mon, 12 Nov 2012)
Log Message:
-----------
adding the test target

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

Modified: gate/trunk/plugins/Tagger_Zemanta/build.xml
===================================================================
--- gate/trunk/plugins/Tagger_Zemanta/build.xml 2012-11-12 15:40:33 UTC (rev 
16257)
+++ gate/trunk/plugins/Tagger_Zemanta/build.xml 2012-11-12 16:00:20 UTC (rev 
16258)
@@ -13,6 +13,10 @@
        <property name="jar.location" location="ZemantaTagger.jar" />
        <property name="doc.dir" location="doc" />
        <property name="javadoc.dir" location="${doc.dir}/javadoc" />
+       <property name="test.dir" location="test" />
+       <property name="test.reports.dir" location="${test.dir}/reports" />
+       <property name="test.src.dir" location="${test.dir}/src" />
+       <property name="test.classes.dir" location="${test.dir}/classes" />
 
        <!-- Path to compile - includes gate.jar and GATE/lib/*.jar -->
        <path id="compile.classpath">
@@ -81,4 +85,24 @@
                        <fileset dir="." includes="TEST*.xml" />
                </delete>
        </target>
+
+       <!-- Unit tests -->
+
+       <path id="test.classpath">
+               <path refid="compile.classpath" />
+               <pathelement location="${jar.location}" />
+       </path>
+
+       <target name="test.prepare">
+               <mkdir dir="${test.classes.dir}" />
+               <mkdir dir="${test.reports.dir}" />
+       </target>
+
+       <target name="test.compile" depends="test.prepare, build">
+
+       </target>
+
+       <target name="test" depends="test.compile">
+
+       </target>
 </project>

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to