Hi Remy,

> The spec version didn't change. What changed is that Jasper was almost
> completely rewritten, in order to achieve performance levels an order of
> magnitude better than the old Japser.

Is there a way to enable generating comments with line number info in the
servlets produced by Jasper?
The functionality was present in the previous version, but is missing from
the new implementation.
This information is essential for building "servlet line" -> "jsp line" maps
and vice versa. Or perhaps there is a better way to obtain these mappings?
I would appreciate any help on this issue.
Thanks in advance -

Best regards,
Eugene Zhuravlev
JetBrains Inc. / IntelliJ Software, http://www.intellij.com
"Develop with pleasure!"


----- Original Message -----
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: 15 September, 2002 00:40
Subject: Re: jasper (in tomcat 4.1.10) and jsp 1.2


> > i might be misunderstanding who supports which version of what, but i
> > was under the impression that jasper/tomcat supported version 1.2 of the
> > jsp taglib.
>
> The spec version didn't change. What changed is that Jasper was almost
> completely rewritten, in order to achieve performance levels an order of
> magnitude better than the old Japser. However, in the process, some bugs
> were introduced (and we are doing our best to fix them ASAP).
>
> You should consider filing your problem as a bug.
>
> Remy
>
> > 1) is this true?
> > 2) if so, then i think there's a problem.  i have this in my tld file:
> >
> > <variable>
> >  <name-from-attribute>id</name-from-attribute>
> >  <variable-class>com.begeek.engine.config.PageInfo</variable-class>
> >  <declare>true</declare>
> >  <scope>AT_BEGIN</scope>
> > </variable>
> >
> > and this will always fail, i get a NullPointerException:
> >
> > java.lang.NullPointerException
> > at java.util.Hashtable.get(Hashtable.java(Compiled Code))
> > at
> >
>
org.apache.jasper.compiler.ScriptingVariabler$ScriptingVariableVisitor.setSc
> riptingVars(ScriptingVariabler.java:175)
> > at
> >
>
org.apache.jasper.compiler.ScriptingVariabler$ScriptingVariableVisitor.visit
> (ScriptingVariabler.java:110)
> >
> > it seems like it kinda works, so i think it does support 1.2, any
> > variables defined with <name-give> seem to function as i would expect
> > them to, just not a name-from-attribute definition.
> >
> > any assistance would be appreciated.
> >
> > --
> >
> >     CraigL->Thx();
> >     Be Developer ID: 5852
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to