DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37144>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37144

           Summary: Jasper precompiler didn't free some TLD jars
           Product: Tomcat 5
           Version: 5.5.12
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


When using Jasper, via Ant, to precompile JSP with some taglibs, the some are
jars not free after jasper2 exit which is very problematic when using Ant in the
IDE JVM, in my case Eclipse :

Here is part of the ant build file :

                <taskdef classname="org.apache.jasper.JspC" name="jasper2">
                        <classpath id="jspc.classpath">
                                <pathelement location="${TOOLS_LIB}" />
                                <fileset dir="${TOMCAT55_PATH}/bin">
                                        <include name="*.jar" />
                                </fileset>
                                <fileset dir="${TOMCAT55_PATH}/server/lib">
                                        <include name="*.jar" />
                                </fileset>
                                <fileset dir="${TOMCAT55_PATH}/common/lib">
                                        <include name="*.jar" />
                                </fileset>
                        </classpath>
                </taskdef>


...

                <jasper2 validateXml="false" 
uriroot="${build.dir}/jspc/${wname}"
webXmlFragment="${build.dir}/dst/${wname}/WEB-INF/jsp.xml"
outputDir="${build.dir}/${wname}-src" javaEncoding="ISO-8859-1" 
trimSpaces="true" />

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to