I am working on setting up Cocoon and Avalon and Excalibur, but having
some trouble in my build process for Excalibur. Here is a snippet of
what I am getting:
Compiling 71 source files to /home/jbrown/Excalibur-4.1/build/classes
/home/jbrown/Excalibur-4.1/src/java/org/apache/avalon/excalibur/datasource/
Jdbc3Connection.java:243: cannot resolve symbol
symbol : variable resultSetType
location: class org.apache.avalon.excalibur.datasource.Jdbc3Connection
resultSetType, resultSetConcurrency, resultSetHoldability
There are 3 of these, and what seems to be different about that section
of code is the use of 'final' variables. I'm using JDK 1.4.0 on linux.
I'm also getting this error in several different places:
/home/jbrown/Excalibur-4.1/src/java/org/apache/avalon/excalibur/logger/
Log4JLoggerManager.java:46: cannot resolve symbol
symbol : constructor Log4JLoggerManager
(org.apache.log4j.spi.LoggerRepository)
location: class org.apache.avalon.excalibur.logger.Log4JLoggerManager
this( Category.getDefaultHierarchy() );
I would definitely like Log4J support since I'm already using log4j elsewhere.
These errors are occurring in a freshly downloaded Excalibur-4.1 release, and I
have my classpath set to use the avalon framework jar in its lib
directory. I did a standard build (just ran ant, no parameters), and I'm
not sure why I'm getting errors or what to do about them.
Thanks for any help you can provide!
Jenny Brown
--
To unsubscribe, e-mail: <mailto:avalon-users-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>