Author: remm
Date: Thu Apr 13 06:57:17 2006
New Revision: 393809
URL: http://svn.apache.org/viewcvs?rev=393809&view=rev
Log:
- Compatibility with Eclipse 3.2 (sort of, the flag doesn't mean the same
thing, with the new one
doing some new unknown stuff).
Modified:
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/JDTCompiler.java
Modified:
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/JDTCompiler.java
URL:
http://svn.apache.org/viewcvs/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/JDTCompiler.java?rev=393809&r1=393808&r2=393809&view=diff
==============================================================================
--- tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/JDTCompiler.java
(original)
+++ tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/JDTCompiler.java
Thu Apr 13 06:57:17 2006
@@ -399,7 +399,8 @@
policy,
settings,
requestor,
- problemFactory);
+ problemFactory,
+ true);
compiler.compile(compilationUnits);
if (!ctxt.keepGenerated()) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]