On Sat, 09 Aug 2003 16:55:00 -0400, STONE,ROBERT (HP-SanDiego,ex1) wrote: > I understand that you are developing with jdk1.4, however if the product > has to support jdk1.3 then you probably need to compile your code with it > before committing changes into CVS. > > Right now 3 files are broken (MetaData.java, Variant.java and > XPathQueryResolver.java) due to Boolean.getValue(boolean) call which is > not jdk1.3 friendly. I had to replace it with new Boolean(boolean) call, > however I don't have CVS posting rights to fix it there.
Thanks. The XPathQueryResolver one was me sorry. > By the way, incompatibility with jdk1.3 would be a huge issue for the > project I'm currently involved, because it's my only option for now. -k.