Revision: 17672
          http://sourceforge.net/p/gate/code/17672
Author:   markagreenwood
Date:     2014-03-15 10:06:34 +0000 (Sat, 15 Mar 2014)
Log Message:
-----------
if we want to use a property in an ant file it helps if we give it an actual 
value

Modified Paths:
--------------
    gate/trunk/plugins/AlchemyAPI/build.xml
    gate/trunk/plugins/Alignment/build.xml
    gate/trunk/plugins/Annotation_Merging/build.xml
    gate/trunk/plugins/Copy_Annots_Between_Docs/build.xml
    gate/trunk/plugins/Coref_Tools/build.xml
    gate/trunk/plugins/Crowd_Sourcing/build.xml
    gate/trunk/plugins/Developer_Tools/build.xml
    gate/trunk/plugins/DocumentNormalizer/build.xml
    gate/trunk/plugins/Format_CSV/build.xml
    gate/trunk/plugins/Format_FastInfoset/build.xml
    gate/trunk/plugins/Format_MediaWiki/build.xml
    gate/trunk/plugins/Format_PubMed/build.xml

Modified: gate/trunk/plugins/AlchemyAPI/build.xml
===================================================================
--- gate/trunk/plugins/AlchemyAPI/build.xml     2014-03-15 10:03:31 UTC (rev 
17671)
+++ gate/trunk/plugins/AlchemyAPI/build.xml     2014-03-15 10:06:34 UTC (rev 
17672)
@@ -22,6 +22,7 @@
        <property name="jar.location" location="AlchemyAPI.jar" />
        <property name="doc.dir" location="doc" />
        <property name="javadoc.dir" location="${doc.dir}/javadoc" />
+       <property name="gate.compile.maxwarnings" value="10000" />
 
        <!-- Path to compile - includes gate.jar and GATE/lib/*.jar -->
        <path id="compile.classpath">
@@ -101,4 +102,4 @@
        <target name="build" depends="jar" />
        <target name="test" />
        <target name="distro.prepare" depends="clean.classes" />
-</project>
\ No newline at end of file
+</project>

Modified: gate/trunk/plugins/Alignment/build.xml
===================================================================
--- gate/trunk/plugins/Alignment/build.xml      2014-03-15 10:03:31 UTC (rev 
17671)
+++ gate/trunk/plugins/Alignment/build.xml      2014-03-15 10:06:34 UTC (rev 
17672)
@@ -10,6 +10,7 @@
        <property name="src" value="src"/>
        <property name="doc.dir" location="doc" />
        <property name="javadoc.dir" location="${doc.dir}/javadoc" />
+       <property name="gate.compile.maxwarnings" value="10000" />
 
        <fileset id="gatelib.classpath" dir="${gatehome}/lib">
                <include name="*.jar"/>

Modified: gate/trunk/plugins/Annotation_Merging/build.xml
===================================================================
--- gate/trunk/plugins/Annotation_Merging/build.xml     2014-03-15 10:03:31 UTC 
(rev 17671)
+++ gate/trunk/plugins/Annotation_Merging/build.xml     2014-03-15 10:06:34 UTC 
(rev 17672)
@@ -57,6 +57,7 @@
 
        <property name="gate.jar" location="${gate.home}/bin/gate.jar" />
        <property name="gate.lib.dir" location="${gate.home}/lib" />
+       <property name="gate.compile.maxwarnings" value="10000" />
 
        <fileset id="gate.libs" dir="${gate.lib.dir}">
                <include name="*.jar" />

Modified: gate/trunk/plugins/Copy_Annots_Between_Docs/build.xml
===================================================================
--- gate/trunk/plugins/Copy_Annots_Between_Docs/build.xml       2014-03-15 
10:03:31 UTC (rev 17671)
+++ gate/trunk/plugins/Copy_Annots_Between_Docs/build.xml       2014-03-15 
10:06:34 UTC (rev 17672)
@@ -57,6 +57,7 @@
 
        <property name="gate.jar" location="${gate.home}/bin/gate.jar" />
        <property name="gate.lib.dir" location="${gate.home}/lib" />
+       <property name="gate.compile.maxwarnings" value="10000" />
 
        <fileset id="gate.libs" dir="${gate.lib.dir}">
                <include name="*.jar" />

Modified: gate/trunk/plugins/Coref_Tools/build.xml
===================================================================
--- gate/trunk/plugins/Coref_Tools/build.xml    2014-03-15 10:03:31 UTC (rev 
17671)
+++ gate/trunk/plugins/Coref_Tools/build.xml    2014-03-15 10:06:34 UTC (rev 
17672)
@@ -20,10 +20,11 @@
   <property name="src.dir" location="src" />
   <property name="classes.dir" location="classes" />
   <property name="lib.dir" location="lib" />
-       <property name="doc.dir" location="doc" />
+  <property name="doc.dir" location="doc" />
   <property name="javadoc.dir" location="${doc.dir}/javadoc" />
   <property name="jar.location" location="coref-tools.jar" />
-       <property name="plugin.name" value="OrthoRef" />
+  <property name="plugin.name" value="OrthoRef" />
+  <property name="gate.compile.maxwarnings" value="10000" />
        
 
   <!-- Path to compile - includes gate.jar and GATE/lib/*.jar -->

Modified: gate/trunk/plugins/Crowd_Sourcing/build.xml
===================================================================
--- gate/trunk/plugins/Crowd_Sourcing/build.xml 2014-03-15 10:03:31 UTC (rev 
17671)
+++ gate/trunk/plugins/Crowd_Sourcing/build.xml 2014-03-15 10:06:34 UTC (rev 
17672)
@@ -13,6 +13,7 @@
   <property name="jar.location" location="gate-crowd-sourcing.jar" />
   <property name="doc.dir" location="doc" />
   <property name="javadoc.dir" location="${doc.dir}/javadoc" />
+  <property name="gate.compile.maxwarnings" value="10000" />
 
   <!-- Path to compile - includes gate.jar and GATE/lib/*.jar -->
   <path id="compile.classpath">

Modified: gate/trunk/plugins/Developer_Tools/build.xml
===================================================================
--- gate/trunk/plugins/Developer_Tools/build.xml        2014-03-15 10:03:31 UTC 
(rev 17671)
+++ gate/trunk/plugins/Developer_Tools/build.xml        2014-03-15 10:06:34 UTC 
(rev 17672)
@@ -23,6 +23,7 @@
        <property name="jar.location" location="dev_tools.jar" />
        <property name="doc.dir" location="doc" />
        <property name="javadoc.dir" location="${doc.dir}/javadoc" />
+       <property name="gate.compile.maxwarnings" value="10000" />
 
        <!-- Path to compile - includes gate.jar and GATE/lib/*.jar -->
        <path id="compile.classpath">

Modified: gate/trunk/plugins/DocumentNormalizer/build.xml
===================================================================
--- gate/trunk/plugins/DocumentNormalizer/build.xml     2014-03-15 10:03:31 UTC 
(rev 17671)
+++ gate/trunk/plugins/DocumentNormalizer/build.xml     2014-03-15 10:06:34 UTC 
(rev 17672)
@@ -11,6 +11,7 @@
        <property name="jar.location" location="doc-normalizer.jar" />
        <property name="doc.dir" location="doc" />
        <property name="javadoc.dir" location="${doc.dir}/javadoc" />
+       <property name="gate.compile.maxwarnings" value="10000" />
 
        <!-- Path to compile - includes gate.jar and GATE/lib/*.jar -->
        <path id="compile.classpath">

Modified: gate/trunk/plugins/Format_CSV/build.xml
===================================================================
--- gate/trunk/plugins/Format_CSV/build.xml     2014-03-15 10:03:31 UTC (rev 
17671)
+++ gate/trunk/plugins/Format_CSV/build.xml     2014-03-15 10:06:34 UTC (rev 
17672)
@@ -23,6 +23,7 @@
        <property name="jar.location" location="format-csv.jar" />
        <property name="doc.dir" location="doc" />
        <property name="javadoc.dir" location="${doc.dir}/javadoc" />
+       <property name="gate.compile.maxwarnings" value="10000" />
 
        <!-- Path to compile - includes gate.jar and GATE/lib/*.jar -->
        <path id="compile.classpath">

Modified: gate/trunk/plugins/Format_FastInfoset/build.xml
===================================================================
--- gate/trunk/plugins/Format_FastInfoset/build.xml     2014-03-15 10:03:31 UTC 
(rev 17671)
+++ gate/trunk/plugins/Format_FastInfoset/build.xml     2014-03-15 10:06:34 UTC 
(rev 17672)
@@ -18,6 +18,7 @@
        <property name="lib" location="lib" />
        <property name="doc.dir" location="doc" />
        <property name="javadoc.dir" location="${doc.dir}/javadoc" />
+       <property name="gate.compile.maxwarnings" value="10000" />
 
        <!-- Path to compile - includes gate.jar and GATE/lib/*.jar -->
        <path id="compile.classpath">

Modified: gate/trunk/plugins/Format_MediaWiki/build.xml
===================================================================
--- gate/trunk/plugins/Format_MediaWiki/build.xml       2014-03-15 10:03:31 UTC 
(rev 17671)
+++ gate/trunk/plugins/Format_MediaWiki/build.xml       2014-03-15 10:06:34 UTC 
(rev 17672)
@@ -13,6 +13,7 @@
        <property name="lib" location="lib" />
        <property name="doc.dir" location="doc" />
        <property name="javadoc.dir" location="${doc.dir}/javadoc" />
+       <property name="gate.compile.maxwarnings" value="10000" />
 
        <!-- Path to compile - includes gate.jar and GATE/lib/*.jar -->
        <path id="compile.classpath">

Modified: gate/trunk/plugins/Format_PubMed/build.xml
===================================================================
--- gate/trunk/plugins/Format_PubMed/build.xml  2014-03-15 10:03:31 UTC (rev 
17671)
+++ gate/trunk/plugins/Format_PubMed/build.xml  2014-03-15 10:06:34 UTC (rev 
17672)
@@ -17,6 +17,7 @@
   <property name="gate.home" location="../.." />
   <property name="gate.jar" location="${gate.home}/bin/gate.jar" />
   <property name="gate.lib" location="${gate.home}/lib" />
+  <property name="gate.compile.maxwarnings" value="10000" />
 
   <path id="compile.classpath">
     <pathelement location="${gate.jar}" />

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to