changeset in /hg/icedtea: 2007-11-09 Gary Benson <gbenson at redh...
Gary Benson
gbenson at redhat.com
Wed Jan 16 07:09:20 PST 2008
changeset a37015491aab in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=a37015491aab
description:
2007-11-09 Gary Benson <gbenson at redhat.com>
* patches/icedtea-ecj.patch
(langtools/make/build.xml): Add source="1.5".
(langtools/make/build.properties): Remove -Werror.
(jaxp/make/build.xml): Add source="1.5".
diffstat:
2 files changed, 75 insertions(+)
ChangeLog | 7 ++++
patches/icedtea-ecj.patch | 68 +++++++++++++++++++++++++++++++++++++++++++++
diffs (89 lines):
diff -r e3610cd028d6 -r a37015491aab ChangeLog
--- a/ChangeLog Fri Nov 09 09:17:00 2007 +0000
+++ b/ChangeLog Fri Nov 09 05:55:15 2007 -0500
@@ -1,3 +1,10 @@ 2007-11-09 Gary Benson <gbenson at redhat
+2007-11-09 Gary Benson <gbenson at redhat.com>
+
+ * patches/icedtea-ecj.patch
+ (langtools/make/build.xml): Add source="1.5".
+ (langtools/make/build.properties): Remove -Werror.
+ (jaxp/make/build.xml): Add source="1.5".
+
2007-11-09 Gary Benson <gbenson at redhat.com>
* Makefile.am (stamps/extract.stamp, stamps/extract-ecj.stamp):
diff -r e3610cd028d6 -r a37015491aab patches/icedtea-ecj.patch
--- a/patches/icedtea-ecj.patch Fri Nov 09 09:17:00 2007 +0000
+++ b/patches/icedtea-ecj.patch Fri Nov 09 05:55:15 2007 -0500
@@ -798,3 +798,71 @@ diff -ruN openjdk.old/corba/make/com/sun
# Langtools
ifdef LANGTOOLS_DIST
+diff -ru openjdk-ecj.orig/langtools/make/build.xml openjdk-ecj/langtools/make/build.xml
+--- openjdk-ecj.orig/langtools/make/build.xml 2007-10-12 08:47:30.000000000 +0100
++++ openjdk-ecj/langtools/make/build.xml 2007-11-09 10:25:54.000000000 +0000
+@@ -497,7 +497,8 @@
+ includes="@{includes}"
+ sourcepath=""
+ includeAntRuntime="no"
+- target="@{javac.target}">
++ target="@{javac.target}"
++ source="1.5">
+ <compilerarg value="-J-Xbootclasspath/p:@{javac.bootclasspath}"/>
+ <compilerarg line="${javac.version.opt}"/>
+ <compilerarg line="-Xlint"/>
+@@ -511,7 +512,8 @@
+ includeAntRuntime="no"
+ target="@{javac.target}"
+ debug="${javac.debug}"
+- debuglevel="${javac.debuglevel}">
++ debuglevel="${javac.debuglevel}"
++ source="1.5">
+ <compilerarg value="-J-Xbootclasspath/p:@{javac.bootclasspath}"/>
+ <compilerarg value="-Xbootclasspath/p:@{classes.dir}"/>
+ <compilerarg line="${javac.no.jdk.warnings}"/>
+@@ -563,7 +565,8 @@
+ <mkdir dir="${build.toolclasses.dir}"/>
+ <javac srcdir="${make.tools.dir}/CompileProperties"
+ destdir="${build.toolclasses.dir}/"
+- classpath="${ant.home}/lib/ant.jar"/>
++ classpath="${ant.home}/lib/ant.jar"
++ source="1.5"/>
+ <taskdef name="pcompile"
+ classname="CompilePropertiesTask"
+ classpath="${build.toolclasses.dir}/"/>
+diff -ru openjdk-ecj.orig/langtools/make/build.properties openjdk-ecj/langtools/make/build.properties
+--- openjdk-ecj.orig/langtools/make/build.properties 2007-10-12 08:47:30.000000000 +0100
++++ openjdk-ecj/langtools/make/build.properties 2007-11-09 10:25:54.000000000 +0000
+@@ -66,7 +66,7 @@
+ # set the following to -version to verify the versions of javac being used
+ javac.version.opt =
+ # in time, there should be no exceptions to -Xlint:all
+-javac.lint.opts = -Xlint:all,-unchecked,-deprecation,-fallthrough,-cast,-serial -Werror
++javac.lint.opts = -Xlint:all,-unchecked,-deprecation,-fallthrough,-cast,-serial
+
+ # options for the <javadoc> task for javac
+ javadoc.jls3.url=http://java.sun.com/docs/books/jls/
+diff -ru openjdk-ecj.orig/jaxp/make/build.xml openjdk-ecj/jaxp/make/build.xml
+--- openjdk-ecj.orig/jaxp/make/build.xml 2007-10-12 08:50:26.000000000 +0100
++++ openjdk-ecj/jaxp/make/build.xml 2007-11-09 10:25:54.000000000 +0000
+@@ -71,7 +71,8 @@
+ <mkdir dir="${build.toolclasses.dir}"/>
+ <javac srcdir="${make.tools.dir}/StripProperties"
+ destdir="${build.toolclasses.dir}/"
+- classpath="${ant.home}/lib/ant.jar"/>
++ classpath="${ant.home}/lib/ant.jar"
++ source="1.5"/>
+ <taskdef name="pstrip"
+ classname="StripPropertiesTask"
+ classpath="${build.toolclasses.dir}/"/>
+@@ -85,7 +86,8 @@
+ destdir="${build.classes.dir}"
+ memoryInitialSize="${javac.memoryInitialSize}"
+ memoryMaximumSize="${javac.memoryMaximumSize}"
+- target="${javac.target}">
++ target="${javac.target}"
++ source="1.5">
+ <compilerarg value="-J-Xbootclasspath/p:${bootstrap.dir}/lib/javac.jar"/>
+ <compilerarg line="${javac.version.opt}"/>
+ </javac>
More information about the distro-pkg-dev
mailing list