- From: Sean Owen <srowen@google.com>
- Date: Fri, 21 Sep 2007 10:35:45 -0400
- To: public-mobileok-checker <public-mobileok-checker@w3.org>, "Ruadhan O'Donoghue" <rodonoghue@mtld.mobi>
Well scratch that, I figured out what CatalogResolver is -- it is part of XML Commons too. It seems to be OK -- does load the DTD catalog and all that. But somehow, all of the sudden, it hangs on loading something like a .mod file *remotely* from www.w3.org. That doesn't make sense, and it's a different file every time. I suspect some kind of thread-safety issue? Has anyone seen this -- does "ant test" work for anyone now? Sean On 9/19/07, Sean Owen <srowen@google.com> wrote: > So, my tests started hanging. I debugged it and found the test code > was stuck waiting for an HTTP response from > http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-blkstruct-1.mod > But this must mean CatalogResolver is no longer doing what we want > since it should use a local copy. > > What is this code / where is it from? I found something similar in > Apache XML Commons but it's called Resolver. Is this an old version of > it, alternate version? I'm trying to get the source in order to track > down what's up. > > Ruadhan I think you put in this magic originally? > > Sean >
Received on Friday, 21 September 2007 14:36:00 UTC