Joerg Hohwiller wrote:

Anyways I experienced slightly differences of JDK6 when dealing with XML
(e.g. XmlUnits fail with JDK6 that work with any JDK <= 5, might be a bug in
JAVA6) and also when using collections (iterator orderung of unordered
collections changed, but this one is NOT a bug).

XML Parser bugs? It should ship with some version of Xerces and Xalan/XSLTC; the latter always makes xsl operations more memory hungry and less reliable than with normal interpreted Xalan. Try adding the latest Xerces (2.9.0) and xalan releases to your JRE/endorsed dir to see if the problems go away

FWIW Ant has problems running on vista except on the latest of the 1.4, 1.5 releases, or Java 6. Run the <signjar> task and the OS would pop up a warning dialog asking for a password, because the app was unsigned. It is probably good to get the next maven release tested thoroughly on vista + Java 1.5 and 1.6, just to see what happens.

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to