...Cocoon is failing under Java 1.3.1_10: Here is the output:...
Just did a full compile with all blocks under macosx 10.3.3 / JDK 1.3.1. Build went fine, tried a few samples which look ok.
Two JUnit tests fail: CocoonBeanTestCase.testProcessToStream fails: Resource not found: 500
org.apache.cocoon.ProcessingException: Resource not found: 500 at org.apache.cocoon.bean.CocoonWrapper.processURI(CocoonWrapper.java:375) at org.apache.cocoon.bean.CocoonBeanTestCase.testProcessToStream(CocoonBean TestCase.java:48) 17.104
(but I think this is being fixed?)
DOMBuilderTestCase.testMultipleCharactersEvents also fails:
Content of root element not what expected expected:<ABCDEF> but was:<ABCDEFABCDEF>
Three anteater tests fail:
bug26571SendPageRedirectTo.xml:35: Running test [ResponseCode: 302] Failure: expected response code '302', got 'HTTP/1.1 200 OK'
redirect.xml:59: Running test [ResponseCode: 404] Failure: expected response code '404', got 'HTTP/1.1 200 OK'
sitemapReload.xml:68: Running test [XPath: select html/body//p[2], pattern .*123.*] Failure: file:/Users/bert/workspace/apache/cocoon-2.1/build/cocoon-2.1.5-dev/ test/anteater/sitemapReload.xml:68: XPath html/body//p[2]: expected pattern '.*123.*', got 'abc'.
I won't have time to investigate more today unfortunately. -Bertrand
