Changes between Initial Version and Version 1 of Ticket #21037


Ignore:
Timestamp:
Sep 2, 2009, 10:50:53 PM (15 years ago)
Author:
tobypeterson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21037

    • Property Keywords Snow Leopard removed
    • Property Version changed from 1.8.0 to
  • Ticket #21037 – Description

    initial v1  
    11I tried installing tomcat6, but the installation fails on compiling commons-dbcp.
    22
     3{{{
    34The errors message:
    45Command output:     [javac]        ^
    56    [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src/src/java/org/apache/commons/dbcp/PoolingConnection.java:42: org.apache.commons.dbcp.PoolingConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
    67    [javac] public class PoolingConnection extends DelegatingConnection implements Connection, KeyedPoolableObjectFactory {
     8}}}
    79
    810etc, etc.