https://bz.apache.org/bugzilla/show_bug.cgi?id=58010

--- Comment #2 from Joshua C Rebelo <joshua.reb...@gmail.com> ---

I have tried that flag, but the javap -l command output for jsp class files
doesn't have the LineNumberTable and LocalVariableTable attributes details.

My build.xml has this entry.

<taskdef classname="org.apache.jasper.JspC" name="jasper" >
            <classpath>
                <pathelement location="${JAVA_HOME}/../lib/tools.jar"/>
                <pathelement location="${compile.home}"/>
                ...
                <path refid="jasper.compile.classpath"/>
            </classpath>
        </taskdef>
        <jasper verbose="1"
                package="org.apache.jsp"
                classDebugInfo="true"
                uriroot="${basedir}/${prep.home}/jsp"
                ....
                outputDir="${basedir}/${prep.home}/src" />

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to