Revision: 17716
          http://sourceforge.net/p/gate/code/17716
Author:   markagreenwood
Date:     2014-03-20 14:17:24 +0000 (Thu, 20 Mar 2014)
Log Message:
-----------
GATE now works with Java 8

Modified Paths:
--------------
    gate/trunk/build/deploy/maven/gate-core.pom.template
    gate/trunk/ivy.xml
    gate/trunk/src/main/gate/util/compilers/Eclipse.java

Modified: gate/trunk/build/deploy/maven/gate-core.pom.template
===================================================================
--- gate/trunk/build/deploy/maven/gate-core.pom.template        2014-03-20 
12:25:44 UTC (rev 17715)
+++ gate/trunk/build/deploy/maven/gate-core.pom.template        2014-03-20 
14:17:24 UTC (rev 17716)
@@ -30,7 +30,7 @@
         <dependency>
             <groupId>uk.ac.gate</groupId>
             <artifactId>gate-compiler-jdt</artifactId>
-            <version>3.7.1</version>
+            <version>4.3.2-P20140317-1600</version>
             <scope>compile</scope>
         </dependency>
 

Modified: gate/trunk/ivy.xml
===================================================================
--- gate/trunk/ivy.xml  2014-03-20 12:25:44 UTC (rev 17715)
+++ gate/trunk/ivy.xml  2014-03-20 14:17:24 UTC (rev 17716)
@@ -23,7 +23,7 @@
   <dependencies>       
     <!-- things that we repackage under an alternative package name -->
     <dependency org="uk.ac.gate" name="gate-asm" rev="3.1" 
conf="required->master" />
-    <dependency org="uk.ac.gate" name="gate-compiler-jdt" rev="3.7.1" 
conf="required->master" />
+    <dependency org="uk.ac.gate" name="gate-compiler-jdt" 
rev="4.3.2-P20140317-1600" conf="required->master" />
 
     <!-- needed to ensure the same version across configurations -->
     <dependency org="commons-logging" name="commons-logging" rev="1.1.3" />

Modified: gate/trunk/src/main/gate/util/compilers/Eclipse.java
===================================================================
--- gate/trunk/src/main/gate/util/compilers/Eclipse.java        2014-03-20 
12:25:44 UTC (rev 17715)
+++ gate/trunk/src/main/gate/util/compilers/Eclipse.java        2014-03-20 
14:17:24 UTC (rev 17716)
@@ -146,10 +146,7 @@
         return result;
       }
       
-      // should be marked as override but until we have the new version of
-      // ecj available that would cause the build to fail, so far now
-      // we just mark it as unused instead to stop java complaining
-      @SuppressWarnings("unused")
+      @Override
       public boolean ignoreOptionalProblems() {
         return false;
       }
@@ -342,7 +339,7 @@
 
     // source and target - force 1.6 target as GATE only requires 1.6 or later.
     settings.put(CompilerOptions.OPTION_Source,
-                 CompilerOptions.VERSION_1_7);
+                 CompilerOptions.VERSION_1_8);
     settings.put(CompilerOptions.OPTION_TargetPlatform,
                  CompilerOptions.VERSION_1_6);
 

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