From a58cc9514134a54963e8c7a18cc95c670990829f Mon Sep 17 00:00:00 2001 From: remm Date: Thu, 13 Apr 2006 13:54:07 +0000 Subject: [PATCH] - Compatibility with Eclipse 3.2 (sort of, the flag doesn't mean the same thing, with the new one doing some new unknown stuff). git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@393807 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/JDTCompiler.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/org/apache/jasper/compiler/JDTCompiler.java b/java/org/apache/jasper/compiler/JDTCompiler.java index 6d527244c..8ce328b0a 100644 --- a/java/org/apache/jasper/compiler/JDTCompiler.java +++ b/java/org/apache/jasper/compiler/JDTCompiler.java @@ -395,7 +395,8 @@ public class JDTCompiler extends org.apache.jasper.compiler.Compiler { policy, settings, requestor, - problemFactory); + problemFactory, + true); compiler.compile(compilationUnits); if (!ctxt.keepGenerated()) { -- 2.11.0