Edwin, I know this is a bit slow in coming but -- I noticed that in the section where the properties file isn't read I used new XMLDocument(...) directly. Later I use DocumentBuilderFactory and errors at that point read from the properties file. Without having looked into the code, I'm guessing the properties are read in the factory somewhere. This is why I don't like using a properties file for error messages.
Kevin Edwin Goei wrote: > Kevin Steppe wrote: > > > > Thanks. What should I be doing to ensure that the properties file gets read > > properly? > > First of all, where are you getting crimson from? The latest code > should not have this problem. The latest code is available from CVS in > the /xml-crimson repository (not the one under /xml-contrib). > > I also just quickly created a crimson-1.1ea2.zip file and put it at > http://xml.apache.org/dist/crimson/ for anyone to download until some > misc issues get sorted out. I'm in the middle of getting a release out > at work so I'll work on cleaning things up later. > > Could you test it with the binary version and if it still does not work > send me a simple test program? > > -Edwin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
