On Thu, 17 May 2001 [EMAIL PROTECTED] wrote:

>
> There is another solution - to generate the map ( java line number ->
> JSP source line number). This is exactly how the .class annotation works,
> mapping bytecode to java source number. And will allow you to see both
> informations, and it's quite clean.
> 

There is a current JSR (#45) with a goal of producing a standard mapping
format like this for non-Java languages that are translated into Java, and
JSP is a pretty classic use case of this.  I haven't heard much lately
about this (will check more), but conceptually this approach seems like a
good direction to go.

>
> Costin
> 

Craig

Reply via email to