Revision: 17119
http://sourceforge.net/p/gate/code/17119
Author: valyt
Date: 2013-11-21 09:38:53 +0000 (Thu, 21 Nov 2013)
Log Message:
-----------
Commented out the ivy report task (only useful when debugging deps).
Removed the contents of the test target, as they were copied from a different
plugin and made reference to non-existent classes.
Still no idea why last night's build failed, but we'll try again...
Modified Paths:
--------------
gate/trunk/plugins/Text_Categorization/build.xml
Modified: gate/trunk/plugins/Text_Categorization/build.xml
===================================================================
--- gate/trunk/plugins/Text_Categorization/build.xml 2013-11-21 07:45:55 UTC
(rev 17118)
+++ gate/trunk/plugins/Text_Categorization/build.xml 2013-11-21 09:38:53 UTC
(rev 17119)
@@ -51,7 +51,7 @@
<target name="depend">
<ivy:configure file="${ivy.dir}/ivysettings.xml"/>
<ivy:resolve file="${ivy.dir}/ivy.xml" log="quiet"/>
- <ivy:report todir="${ivy.dir}/ivy-report" />
+ <!-- <ivy:report todir="${ivy.dir}/ivy-report" /> -->
<ivy:cachepath pathid="ivylibs"/>
</target>
@@ -91,34 +91,8 @@
<delete file="${test.jar.location}" />
</target>
- <!-- build a jar containing just the test classes -->
- <target name="testjar" depends="compile, copy.resources">
- <jar jarfile="${test.jar.location}">
- <fileset dir="${build}" includes="**/Test*" />
- </jar>
- </target>
+ <target name="test" />
- <target name="test" depends="dist, testjar">
- <!-- note that compiled JAR file and local libs are deliberately NOT
- included on classpath - they are loaded through the GATE
- classloader -->
- <junit fork="true" showoutput="yes" printsummary="yes">
- <classpath>
- <pathelement location="${test.jar.location}" />
- <path refid="gate.classpath" />
- </classpath>
- <sysproperty key="gate.home.location" value="${gate.home}" />
- <sysproperty key="machinelearning.plugin" file="." />
- <sysproperty key="annie.plugin" file="../ANNIE" />
- <!-- don't load any plugins automatically -->
- <sysproperty key="load.plugin.path" value=";" />
- <!-- run headless -->
- <sysproperty key="java.awt.headless" value="true" />
- <formatter type="xml" />
- <test name="gate.creole.ml.maxent.TestMaxentWrapper" />
- </junit>
- </target>
-
<target name="javadoc" depends="depend">
<javadoc access="protected"
destdir="${docDir}/javadoc"
@@ -147,4 +121,4 @@
</delete>
<delete file="${test.jar.location}" />
</target>
-</project>
+</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs