FYI: these errors are probably caused by lines 593 and 594 in build.xml:

       <exclude name="**/Stack*.java" />
       <exclude name="**/SoftReferenceObjectPool.java" />

Removing them should allow the compile to succeed or an alternative
would be to exclude PoolUtils.java too but I'd expect that to cause
the similar problem again someday in the future.

On 11/11/06, Bill Barker <[EMAIL PROTECTED]> wrote:
build-tomcat-dbcp:
     [copy] Copying 104 files to 
/usr/local/gump/public/workspace/tomcat-tc6/tomcat-deps
    [mkdir] Created dir: 
/usr/local/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp
     [move] Moving 92 files to 
/usr/local/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp
    [mkdir] Created dir: 
/usr/local/gump/public/workspace/tomcat-tc6/tomcat-deps/classes
    [javac] Compiling 92 source files to 
/usr/local/gump/public/workspace/tomcat-tc6/tomcat-deps/classes
    [javac] 
/usr/local/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp/pool/PoolUtils.java:20:
 cannot find symbol
    [javac] symbol  : class StackKeyedObjectPool
    [javac] location: package org.apache.tomcat.dbcp.pool.impl
    [javac] import org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool;
    [javac]                                         ^

--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine

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

Reply via email to