On Sat, 2 Nov 2002 09:01, Jenny Brown wrote: > 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
Thats wierd. I can't explain it - if you add the finals in will it compile? What compiler are you using? Have you got any other JDKs installed on your machine? > 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 can't explain that. It definelty looks like a wierd configuration problem or something because I can't reproduce any of these problems. Do you have any idea what would be causing this? -- Cheers, Peter Donald --------------------------------------------------- "It is easy to dodge our responsibilities, but we cannot dodge the consequences of dodging our responsibilities." -Josiah Stamp --------------------------------------------------- -- To unsubscribe, e-mail: <mailto:avalon-users-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>
