Revision: 17664
          http://sourceforge.net/p/gate/code/17664
Author:   markagreenwood
Date:     2014-03-14 20:09:01 +0000 (Fri, 14 Mar 2014)
Log Message:
-----------
the bootstrap template now turns on all the compiler warnings

Modified Paths:
--------------
    gate/trunk/src/main/gate/resources/creole/bootstrap/Template/build.xml

Modified: gate/trunk/src/main/gate/resources/creole/bootstrap/Template/build.xml
===================================================================
--- gate/trunk/src/main/gate/resources/creole/bootstrap/Template/build.xml      
2014-03-14 20:07:37 UTC (rev 17663)
+++ gate/trunk/src/main/gate/resources/creole/bootstrap/Template/build.xml      
2014-03-14 20:09:01 UTC (rev 17664)
@@ -98,7 +98,11 @@
            debuglevel="lines,source"
           encoding="UTF-8"
            source="1.6"
-           target="1.6" />
+           target="1.6">
+       <compilerarg value="-Xmaxwarns" />
+       <compilerarg value="${gate.compile.maxwarnings}" />
+       <compilerarg value="-Xlint:all" />
+    </javac>
   </target>
 
   <!-- copy resources (anything non-.java) from src to classes -->

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