On Dom, 5 de Junio de 2005, 21:40, Chiah Tong Kiat dijo: > Hi > > The following classes could not be compiled using a 1.3 jdk > > PoolConfiguration.java > LoggerWrapperPrintWriter.java > > They are using Boolean.toString((boolean b) signature that is not > available in JDK 1.3
Yep. It can be changed in the code using toString... methods from: http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/BooleanUtils.html Best Regards, Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
