users@glassfish.java.net

Re: How to 'keepgenerated' for JSPs that fail to compile

From: <Jan.Luehe_at_Sun.COM>
Date: Tue, 26 Jun 2007 18:29:32 -0700

glassfish_at_javadesktop.org wrote:

>This is not the behavior I am seeing with b41d. When a jsp fails to compile, the java file is not saved. However, previously compiled pages are saved.
>
>
OK, I was using JDK 1.5, where keepgenerated=true is honored even if the
generated .java
file does not compile.

You are probably using JDK 1.6, where JSP files are compiled in memory.
I just verified
that keepgenerated=true is ignored on JDK 1.6 if the generated .java
file does not compile.

Please go ahead and file an issue with Issuetracker.

Thanks,


Jan