Michael Ellery wrote:
David Bertoni wrote:
The ICU message loader is broken for all versions of the ICU later
than 3.2.1. Reverting to ICU 3.2.1 is the simplest fix.
I am using ICU 3.2.1. I probably shouldn't have even mentioned the
later versions of ICU - I was only making the point that I'm NOT using a
more recent version because I couldn't get xalan to build with them.
So, given xerces 2.8, xalan 1.10 and icu 3.2.1 - what am I doing wrong?
I'm not sure. Are you certain the resource DLL is being built with ICU
3.2.1? You can verify this by looking at the build output. You should see
a line like the following:
Warning: Found path 'XalanMessages_1_10_' in file name. Assuming
compatibility (-E) mode.
You might also try to debug the code, to see if the ICU returns an error
code, or if the resource bundle pointer is null.
Dave