Revision: 15105
http://gate.svn.sourceforge.net/gate/?rev=15105&view=rev
Author: markagreenwood
Date: 2012-01-18 07:30:11 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
changed the way plugin URLs are specified when starting the tests so that they
are valid on windows as well as unix style operating systems
Modified Paths:
--------------
gate/trunk/build.xml
Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml 2012-01-18 02:28:07 UTC (rev 15104)
+++ gate/trunk/build.xml 2012-01-18 07:30:11 UTC (rev 15105)
@@ -834,6 +834,15 @@
<target name="test.gate" depends="jar">
+ <makeurl property="creole.plugins" separator=";">
+ <path>
+ <pathelement location="${basedir}/plugins/ANNIE/" />
+ <pathelement location="${basedir}/plugins/Information_Retrieval/" />
+ <pathelement location="${basedir}/plugins/Ontology_Tools" />
+ <pathelement location="${basedir}/plugins/Tools/" />
+ <pathelement location="${basedir}/plugins/WordNet" />
+ </path>
+ </makeurl>
<junit fork="true"
showoutput="true"
printsummary="yes"
@@ -841,7 +850,7 @@
<classpath refid="test.class.path"/>
<sysproperty key="gate.config" value="${buildDir}/gate.xml"/>
<sysproperty key="gate.home" value="${basedir}"/>
- <sysproperty key="load.plugin.path"
value="file:${basedir}/plugins/ANNIE;file:${basedir}/plugins/Information_Retrieval;file:${basedir}/plugins/Ontology_Tools;file:${basedir}/plugins/Tools;file:${basedir}/plugins/WordNet"/>
+ <sysproperty key="load.plugin.path" value="${creole.plugins}"/>
<sysproperty key="java.awt.headless" value="true"/>
<!-- set this property to run just a single test case -->
<syspropertyset>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
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-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs