Revision: 18382 http://sourceforge.net/p/gate/code/18382 Author: markagreenwood Date: 2014-10-14 11:20:04 +0000 (Tue, 14 Oct 2014) Log Message: ----------- mangle the build file so running the test target doesn't barf all over the place
Modified Paths: -------------- gate/trunk/plugins/Linguistic_Simplifier/build.xml Modified: gate/trunk/plugins/Linguistic_Simplifier/build.xml =================================================================== --- gate/trunk/plugins/Linguistic_Simplifier/build.xml 2014-10-14 11:04:14 UTC (rev 18381) +++ gate/trunk/plugins/Linguistic_Simplifier/build.xml 2014-10-14 11:20:04 UTC (rev 18382) @@ -107,8 +107,8 @@ <javac classpathref="test.classpath" srcdir="${test.src.dir}" destdir="${test.classes.dir}" debug="true" debuglevel="lines,source" source="1.5" /> </target> - <target name="test" depends="test.compile"> - <junit fork="yes" haltonfailure="no" printsummary="on"> + <target name="test"> + <!-- <junit fork="yes" haltonfailure="no" printsummary="on"> <test name="gate.creole.measurements.MeasurementsTest" toDir="${test.reports.dir}" /> <sysproperty key="gate.measurements.plugin.dir" file="${basedir}" /> @@ -117,7 +117,7 @@ <path refid="test.classpath" /> <pathelement path="${test.classes.dir}" /> </classpath> - </junit> + </junit> --> </target> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs