I have built xalan (latest from trunk ) with icu support (also xerces 2.8 and icu). At startup the XalanIcuMessageLoader fails with an assert:
m_localeBundle = ures_open(sPackageName, szLocal , &err);
if (!U_SUCCESS(err) || m_localeBundle == 0)
{
assert( 0 );
}
sPackageName = "XalanMessages_1_10"
szLocal = "en_US"
err = U_MISSING_RESOURCE_ERROR
I copied XalanMessages_1_10.dll, could it be that I am missing an
additional file required by the icu?
Any help you can provide would be appreciated.
