Hi All, I am trying to figure out what is the process for testing Xalan to get the confidence needed to apply patches and perform releases in the future. It's not going well.
I'll start with 2.7.1 and then trunk. I am on Windows 7 64-bit with Sun/Oracle JDKs. *** 2.7.1 tag *** For the 2.7.1 tag and Java 1.3.1_28 and ANT_OPTS=-Xmx1024m. I can build and run the smoketest, smoketest.xsltc, smoketest.dev targets OK without any "FAIL!" messages. The test target builds but I get 171 "FAIL!" messages. Is that expected? *** trunk *** - The site states that Java 1.3.1 works but it does not compile trunk's java dir, you need 1.4.2 for that. I'm OK with that. - The test dir does not compile with 1.4.2, you need 1.5 for that. I'm OK with that as well. Java < 6 is dead as far as I am concerned. - The smoketest target then fails on Java 5, but passes with Java 6 without any "FAIL!" messages. - The target smoketest.xsltc target builds and tests pass on Java 6 - The targets smoketest.dev targets fails with an OutOfMemoryError on Java 6. If I give it ANT_OPTS=-XX:MaxPermSize=256m -Xmx2048m (I also tried -Xmx1024m), it builds and tests pass on Java 6 without any "FAIL!" messages. The test target builds but I get 185 "FAIL!" messages. Is that expected? Is this all expected? Gary -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
