|
From: Dan M. <mu...@al...> - 2002-08-12 04:42:31
|
John, You aren't doing anything wrong. ScrollKeeper is reading your locale (which is set to en_US) and trying to do locale fallback on a per-document basis with the locale you request to see. It gives a warning since we don't have a en_US locale (instead we just use the default, C). Some have argued that we shouldn't use C for English docs, and that we should really have en_US docs. If we did that, we would wind up duplicating all our docs, but we would avoid warnings like this. I'm really not certain what the best approach is. For now we can ignore this warning, since scrollkeeper-get-content-list is generally used by applications (eg: Yelp) and not by users or admins. -Dan On 5 Aug 2002, John Fleck wrote: > Folks - > > When trying to run scrollkeeper-get-content-list[1], I get the following > errors: > > [jfleck@jelloiii scrollkeeper-0.3.11]$ scrollkeeper-get-content-list C > warning: failed to load external entity > "/var/lib/scrollkeeper/en_US/scrollkeeper_cl.xml" > /tmp/scrollkeeper-tempfile.2 > [jfleck@jelloiii scrollkeeper-0.3.11]$ scrollkeeper-get-content-list da > warning: failed to load external entity > "/var/lib/scrollkeeper/en_US/scrollkeeper_cl.xml" > /tmp/scrollkeeper-tempfile.2 > > There is no "/var/lib/scrollkeeper/en_US/scrollkeeper_cl.xml". > > What am I doing wrong? > Cheers, > John > > [1] This is with 3.11. > |