You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/08/15 21:15:58 UTC

DO NOT REPLY [Bug 30684] New: - jasper2(org.apache.jasper.JspC) requires commos-logging.jar

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=30684>.
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=30684

jasper2(org.apache.jasper.JspC)  requires commos-logging.jar

           Summary: jasper2(org.apache.jasper.JspC)  requires commos-
                    logging.jar
           Product: Tomcat 5
           Version: 5.0.27
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: mui@muimi.com


I try to do jsp pre-compile as follows.
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html

But build is failed 
because jasper2 ant task requires commons logging api.

error message is follows.
---------------------------
BUILD FAILED: C:\eclipse\workspace\antsample\build.xml:17: taskdef A class 
needed by class org.apache.jasper.JspC cannot be found: 
org/apache/commons/logging/LogFactory
---------------------------

Should commons-logging-xxx.jar be located in ${catalina.home}/common/lib or 
${catalina.home}/server/lib ?

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