Lev Kozakov wrote:
<snip> So, should we just consider the XML encoding test not supported and return w/o a failure, if the returned 'encoding' string is 'null' ? The problem isthat in the real case the PEAR installation may fail.
I suggest checking the "version" of Java, and if it is Java 1.4.x, skip the test. Otherwise do the test. This way, we get a good test for Java 5 and onwards, and the failure on 1.4 doesn't block
building. -Marshall
