- Compatibility with Eclipse 3.2 (sort of, the flag doesn't mean the same thing,...
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 13 Apr 2006 13:54:07 +0000 (13:54 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 13 Apr 2006 13:54:07 +0000 (13:54 +0000)
  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

index 6d52724..8ce328b 100644 (file)
@@ -395,7 +395,8 @@ public class JDTCompiler extends org.apache.jasper.compiler.Compiler {
                                          policy,\r
                                          settings,\r
                                          requestor,\r
-                                         problemFactory);\r
+                                         problemFactory,\r
+                                         true);\r
         compiler.compile(compilationUnits);\r
 \r
         if (!ctxt.keepGenerated()) {\r