users@glassfish.java.net

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

From: <Jan.Luehe_at_Sun.COM>
Date: Thu, 28 Jun 2007 16:40:24 -0700

Jan.Luehe_at_Sun.COM wrote:

> 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.


I've taken care of filing an issue:

  https://glassfish.dev.java.net/issues/show_bug.cgi?id=3271


Jan