Eric Sheridan gmail.com> writes:
>
> List,
>
> I am developing an application that programmatically leverages the
> Apache Jasper JspC facilities to translate JSP source files into their
> Java (Servlet) equivalents. For this application, I need to be able to
> translate a Java line number back
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark and Eric,
On 3/15/2011 5:14 AM, Mark Thomas wrote:
> On 14/03/2011 20:53, Eric Sheridan wrote:
>> SmapParser parser = new SmapParser(inputStream);
>> Smap smap = parser.parse();
>> int jspLineNumber = smap.getJspLineNumber(javaLineNumber);
>>
>>
On 14/03/2011 20:53, Eric Sheridan wrote:
> SmapParser parser = new SmapParser(inputStream);
> Smap smap = parser.parse();
> int jspLineNumber = smap.getJspLineNumber(javaLineNumber);
>
> Does any such code exist? If so, would you mind pointing me to
> it? If not, any alternative solutions to look
tionen und entfaltet keine rechtliche Bindungswirkung.
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung
fuer den Inhalt uebernehmen.
> Date: Mon, 14 Mar 2011 16:53:34 -0400
> From: eshe...@gmail.com
> To: users@tomcat.apache.org
> Subject: Read JSR 0
List,
I am developing an application that programmatically leverages the
Apache Jasper JspC facilities to translate JSP source files into their
Java (Servlet) equivalents. For this application, I need to be able to
translate a Java line number back to the original JSP line number. I
have JspC prod