Guys,

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.

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.

Thanks,

Bob Stone

Reply via email to