Larry Isaacs wrote:
> Hi all,
>
> We have a need for a global way to have Jasper compile the
> JSP servlet source with debug information. I would propose
> defining a system property such as:
>
> jasper.compile.debug
>
> which if set to "true" would turn on the inclusion of debug
> info. Any objections or alternative property names?
>
Wouldn't you really want this option at the per-web-app level, rather than
global? While we were at it, you'd want similar options for turning
optimization on and off, or (more generally) a way to set compiler options for a
generic compiler.
>
> Larry
>
>
Craig McClanahan