Revision: 15275
http://gate.svn.sourceforge.net/gate/?rev=15275&view=rev
Author: valyt
Date: 2012-01-31 10:46:42 +0000 (Tue, 31 Jan 2012)
Log Message:
-----------
Explicitly set the strategy for non-inheriting the sysclasspath when building
plugins, thus avoiding a lot of warning messages while building.
Modified Paths:
--------------
gate/trunk/plugins/GENIA/build.xml
gate/trunk/plugins/JAPE_Plus/build.xml
gate/trunk/plugins/Tagger_Boilerpipe/build.xml
gate/trunk/plugins/Tagger_DateNormalizer/build.xml
gate/trunk/plugins/Tagger_Measurements/build.xml
gate/trunk/plugins/Tagger_MutationFinder/build.xml
gate/trunk/plugins/Tagger_NormaGene/build.xml
gate/trunk/plugins/Tagger_Numbers/build.xml
gate/trunk/plugins/Tagger_PennBio/build.xml
Modified: gate/trunk/plugins/GENIA/build.xml
===================================================================
--- gate/trunk/plugins/GENIA/build.xml 2012-01-31 10:12:31 UTC (rev 15274)
+++ gate/trunk/plugins/GENIA/build.xml 2012-01-31 10:46:42 UTC (rev 15275)
@@ -1,4 +1,7 @@
<project name="GENIA" basedir=".">
+ <!-- Prevent Ant from warning about includeantruntime not being set -->
+ <property name="build.sysclasspath" value="ignore" />
+
<property file="build.properties" />
<property name="gate.home" location="../.." />
Modified: gate/trunk/plugins/JAPE_Plus/build.xml
===================================================================
--- gate/trunk/plugins/JAPE_Plus/build.xml 2012-01-31 10:12:31 UTC (rev
15274)
+++ gate/trunk/plugins/JAPE_Plus/build.xml 2012-01-31 10:46:42 UTC (rev
15275)
@@ -1,5 +1,7 @@
<project name="JAPE-Plus" basedir="." default="build" >
-
+ <!-- Prevent Ant from warning about includeantruntime not being set -->
+ <property name="build.sysclasspath" value="ignore" />
+
<property file="build.properties" />
<!-- Make environment variables available -->
Modified: gate/trunk/plugins/Tagger_Boilerpipe/build.xml
===================================================================
--- gate/trunk/plugins/Tagger_Boilerpipe/build.xml 2012-01-31 10:12:31 UTC
(rev 15274)
+++ gate/trunk/plugins/Tagger_Boilerpipe/build.xml 2012-01-31 10:46:42 UTC
(rev 15275)
@@ -1,4 +1,7 @@
<project name="BoilerPipe" basedir="." default="build">
+ <!-- Prevent Ant from warning about includeantruntime not being set -->
+ <property name="build.sysclasspath" value="ignore" />
+
<property file="build.properties" />
<property name="gate.home" location="../../" />
Modified: gate/trunk/plugins/Tagger_DateNormalizer/build.xml
===================================================================
--- gate/trunk/plugins/Tagger_DateNormalizer/build.xml 2012-01-31 10:12:31 UTC
(rev 15274)
+++ gate/trunk/plugins/Tagger_DateNormalizer/build.xml 2012-01-31 10:46:42 UTC
(rev 15275)
@@ -1,4 +1,7 @@
<project name="DateNormalizer" basedir="." default="build">
+ <!-- Prevent Ant from warning about includeantruntime not being set -->
+ <property name="build.sysclasspath" value="ignore" />
+
<property file="build.properties" />
<property name="gate.home" location="../.." />
Modified: gate/trunk/plugins/Tagger_Measurements/build.xml
===================================================================
--- gate/trunk/plugins/Tagger_Measurements/build.xml 2012-01-31 10:12:31 UTC
(rev 15274)
+++ gate/trunk/plugins/Tagger_Measurements/build.xml 2012-01-31 10:46:42 UTC
(rev 15275)
@@ -1,4 +1,7 @@
<project name="Tagger_Measurements" basedir=".">
+ <!-- Prevent Ant from warning about includeantruntime not being set -->
+ <property name="build.sysclasspath" value="ignore" />
+
<property file="build.properties" />
<property name="gate.home" location="../.." />
Modified: gate/trunk/plugins/Tagger_MutationFinder/build.xml
===================================================================
--- gate/trunk/plugins/Tagger_MutationFinder/build.xml 2012-01-31 10:12:31 UTC
(rev 15274)
+++ gate/trunk/plugins/Tagger_MutationFinder/build.xml 2012-01-31 10:46:42 UTC
(rev 15275)
@@ -1,4 +1,7 @@
<project name="Tagger_MutationFinder" basedir=".">
+ <!-- Prevent Ant from warning about includeantruntime not being set -->
+ <property name="build.sysclasspath" value="ignore" />
+
<property file="build.properties" />
<property name="gate.home" location="../.." />
Modified: gate/trunk/plugins/Tagger_NormaGene/build.xml
===================================================================
--- gate/trunk/plugins/Tagger_NormaGene/build.xml 2012-01-31 10:12:31 UTC
(rev 15274)
+++ gate/trunk/plugins/Tagger_NormaGene/build.xml 2012-01-31 10:46:42 UTC
(rev 15275)
@@ -1,4 +1,7 @@
<project name="Tagger_NormaGene" basedir=".">
+ <!-- Prevent Ant from warning about includeantruntime not being set -->
+ <property name="build.sysclasspath" value="ignore" />
+
<property file="build.properties" />
<property name="gate.home" location="../.." />
Modified: gate/trunk/plugins/Tagger_Numbers/build.xml
===================================================================
--- gate/trunk/plugins/Tagger_Numbers/build.xml 2012-01-31 10:12:31 UTC (rev
15274)
+++ gate/trunk/plugins/Tagger_Numbers/build.xml 2012-01-31 10:46:42 UTC (rev
15275)
@@ -1,4 +1,7 @@
<project name="Numbers" basedir=".">
+ <!-- Prevent Ant from warning about includeantruntime not being set -->
+ <property name="build.sysclasspath" value="ignore" />
+
<property file="build.properties" />
<property name="gate.home" location="../.." />
Modified: gate/trunk/plugins/Tagger_PennBio/build.xml
===================================================================
--- gate/trunk/plugins/Tagger_PennBio/build.xml 2012-01-31 10:12:31 UTC (rev
15274)
+++ gate/trunk/plugins/Tagger_PennBio/build.xml 2012-01-31 10:46:42 UTC (rev
15275)
@@ -1,4 +1,7 @@
<project name="Tagger_PennBio" basedir=".">
+ <!-- Prevent Ant from warning about includeantruntime not being set -->
+ <property name="build.sysclasspath" value="ignore" />
+
<property file="build.properties" />
<property name="gate.home" location="../.." />
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