[java-sig-commits] [Bug 819087] tomcat-dbcp.jar is missing

bugzilla at redhat.com bugzilla at redhat.com
Fri May 4 20:25:53 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=819087

--- Comment #1 from Ivan Afonichev <ivan.afonichev at gmail.com> 2012-05-04 16:25:52 EDT ---
Fedora tomcat and tomcat6 are using apache-commons-dbcp instead of tomcat-dbcp
In fact it seems that there is no tomcat code for tomcat-dbcp
Tomcat use commons-dbcp sources to build it's tomcat-dbcp
As far as I understand it's not so good behavior for fedora package.


    <replace dir="${tomcat-dbcp.home}/src/java/org/apache/commons"
        encoding="ISO-8859-1">
      <replacefilter token="org.apache.commons"
            value="org.apache.tomcat.dbcp" />
    </replace>
    <replace dir="${tomcat-dbcp.home}/src/java/org/apache/commons/pool/impl"
        encoding="ISO-8859-1">
      <replacefilter token="enum"
            value="enumeration" />
    </replace>

    <mkdir dir="${tomcat-dbcp.home}/src/java/org/apache/tomcat/dbcp" />
    <move todir="${tomcat-dbcp.home}/src/java/org/apache/tomcat/dbcp">
      <fileset dir="${tomcat-dbcp.home}/src/java/org/apache/commons" />
    </move>

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the java-sig-commits mailing list