This is an automated email from the git hooks/post-receive script. stephenonelson-guest pushed a commit to branch master in repository tomcat6.
commit ebde7e7b3300a1f719078fbc31a40209e70b0fc9 Author: Stephen Nelson <[email protected]> Date: Thu Aug 1 22:07:37 2013 +0100 Added a patch to allow tomcat6 to build with ecj 3.8. --- debian/patches/0017-eclipse-compiler-update.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) diff --git a/debian/patches/0017-eclipse-compiler-update.patch b/debian/patches/0017-eclipse-compiler-update.patch new file mode 100644 index 0000000..951469e --- /dev/null +++ b/debian/patches/0017-eclipse-compiler-update.patch @@ -0,0 +1,13 @@ +--- a/java/org/apache/jasper/compiler/JDTCompiler.java ++++ b/java/org/apache/jasper/compiler/JDTCompiler.java +@@ -147,6 +147,10 @@ + } + return result; + } ++ ++ public boolean ignoreOptionalProblems() { ++ return false; ++ } + } + + final INameEnvironment env = new INameEnvironment() { diff --git a/debian/patches/series b/debian/patches/series index e473e1b..617502e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -13,3 +13,4 @@ cve-2012-3439.patch 0014-CVE-2012-4534.patch 0015-CVE-2012-4431.patch 0016-CVE-2012-3546.patch +0017-eclipse-compiler-update.patch -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/tomcat6.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

