Revision: 20283 http://sourceforge.net/p/gate/code/20283 Author: johann_p Date: 2018-03-15 20:35:56 +0000 (Thu, 15 Mar 2018) Log Message: ----------- Source/target compatibility with 1.5 no longer supported when compiling with Java 9 so bump to 1.7 which is what we have for the main gate-core build anyway.
Modified Paths: -------------- gate/trunk/plugins/Copy_Annots_Between_Docs/build.xml Modified: gate/trunk/plugins/Copy_Annots_Between_Docs/build.xml =================================================================== --- gate/trunk/plugins/Copy_Annots_Between_Docs/build.xml 2018-02-22 18:01:31 UTC (rev 20282) +++ gate/trunk/plugins/Copy_Annots_Between_Docs/build.xml 2018-03-15 20:35:56 UTC (rev 20283) @@ -85,7 +85,7 @@ <!-- This target compiles all the classes --> <target name="compile" description="compile the source " depends="prepare"> <!-- Compile the java code from ${srcDir} into ${buildDir} --> - <javac srcdir="${srcDir}" destdir="${buildDir}" source="1.5" target="1.5" encoding="UTF-8" debug="true" debuglevel="lines,source" classpathref="build.class.path"> + <javac srcdir="${srcDir}" destdir="${buildDir}" source="1.7" target="1.7" encoding="UTF-8" debug="true" debuglevel="lines,source" classpathref="build.class.path"> <compilerarg value="-Xmaxwarns" /> <compilerarg value="${gate.compile.maxwarnings}" /> <compilerarg value="-Xlint:all" /> @@ -108,7 +108,7 @@ classpathref="build.class.path" encoding="UTF-8" windowtitle="${plugin.name} JavaDoc" - source="1.6"> + source="1.7"> <sourcepath> <pathelement location="${srcDir}" /> </sourcepath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs