On Tue, 01 Nov 2005 14:12:29 +0100, Thomas Kellerer
<WVIJEVPANEHT@spammotel.com> wrote, quoted or indirectly quoted
someone who said :
>Any ideas how I can get this to work with JDK 1.5?
Now that Java has built is XML support, you might want to either:
1. pull the old XML jars out.
OR
2. make sure the old XML jars in the EXT directory.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Thomas Kellerer - 01 Nov 2005 14:45 GMT
Roedy Green wrote on 01.11.2005 14:24:
>>Any ideas how I can get this to work with JDK 1.5?
>
[quoted text clipped - 3 lines]
> OR
> 2. make sure the old XML jars in the EXT directory.
Thanks for the quick answer, but I have no "old" XML jars.
I have never added any library to either Ant nor the JDK to make it work
in JDK 1.4.
Regards
Thomas
Roedy Green - 02 Nov 2005 03:10 GMT
On Tue, 01 Nov 2005 14:45:07 +0100, Thomas Kellerer
<WVIJEVPANEHT@spammotel.com> wrote, quoted or indirectly quoted
someone who said :
>I have never added any library to either Ant nor the JDK to make it work
>in JDK 1.4.
there might be something bundled in Ant.
The key is that Java recently started providing the XML classes
itself.
Make sure you have the latest Ant 1.6.5 that is aware of this change.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.