Knowing that the remote repo is under Linux and my local repo is under Windows, I suspect it could be a line-end issue when I first checkout (clone) the repo. So I wipe out the local repo, make sure that core.autocrlf=true, then clone again. But no luck, the same tests error result. See attached console log of "mvn clean install"
santuario-java.log <http://apache-xml-project.6118.n7.nabble.com/file/n42335/santuario-java.log> BTW, I also try the following two cases: 1. git checkout xmlsec-2.0.5 (from my local repo) then "mvn clean instal"l. same error... 2. Download directly from Apache.org the xmlsec-2.0.5.release.zip http://apache.mirrors.ovh.net/ftp.apache.org/dist/santuario/java-library/2_0_5/xmlsec-2.0.5-source-release.zip It compiles & runs well on the same platform... !!! :( Chen -- View this message in context: http://apache-xml-project.6118.n7.nabble.com/Maven-surefire-tests-fail-on-Apache-Santuario-trunk-fails-tp42332p42335.html Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.
