Hello, in the jenkins-log I see a lot of entries like these:
FEIN: Processing '/home/tomcat/.hudson/jobs/CBS20/builds/2012-07-23_16-37-14/testng/testng-results-723.xml' 25.07.2012 15:37:52 hudson.plugins.testng.parser.ResultsParser log SCHWERWIEGEND: org.xmlpull.v1.XmlPullParserException: only whitespace content allowed before start tag and not \ufffd (position: START_DOCUMENT seen \ufffd... @1:1) When i check the files testng-results-*.xml: Surprisingly, most of them does NOT contain xml, but other stuff: sensen@develop03:/var/hudson/jobs/CBS20/builds/2012-07-23_16-37-14/testng$ file * testng-results-109.xml: compiled Java class data, version 50.0 (Java 1.6) testng-results-10.xml: ASCII English text, with CRLF line terminators testng-results-110.xml: compiled Java class data, version 50.0 (Java 1.6) testng-results-111.xml: compiled Java class data, version 50.0 (Java 1.6) testng-results-119.xml: compiled Java class data, version 50.0 (Java 1.6) testng-results-11.xml: XML document text testng-results-120.xml: compiled Java class data, version 50.0 (Java 1.6) SURPRISE: I had expected, that these files does contain the test-results. But in fact, they contains the java-class-files. And even the xml-files does not contain the testresults but contains an Spring-applicationContext.xml-file! HELP: I guess, something must be wrong here, right? So what it the reason for the surprising content? Which process/methd creates these files? I would be happy if anybody can help me. Thanks a lot, N. Sensen
