Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06040C6D5 for ; Fri, 28 Jun 2013 09:02:33 +0000 (UTC) Received: (qmail 15167 invoked by uid 500); 28 Jun 2013 09:02:32 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 14934 invoked by uid 500); 28 Jun 2013 09:02:30 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 14922 invoked by uid 99); 28 Jun 2013 09:02:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 09:02:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 09:02:24 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 448D2B103E for ; Fri, 28 Jun 2013 04:02:03 -0500 (CDT) Date: Fri, 28 Jun 2013 04:02:03 -0500 (CDT) From: =?ISO-8859-1?Q?S=FCleyman_Vurucu_=28JIRA=29?= To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (SUREFIRE-1008) Junit report xml invalid utf8-caracters MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org S=FCleyman Vurucu created SUREFIRE-1008: ----------------------------------------- Summary: Junit report xml invalid utf8-caracters=20 Key: SUREFIRE-1008 URL: https://jira.codehaus.org/browse/SUREFIRE-1008 Project: Maven Surefire Issue Type: Bug Components: Maven Surefire Plugin Affects Versions: 2.15, 2.14 Environment: Window7 ( 64- Bit ) JVM Oracle Java 7 u 17 Reporter: S=FCleyman Vurucu Attachments: surefireBug.zip This issue is related to http://jira.codehaus.org/browse/SUREFIRE-1006 I attach test results wich runs under suerfire 2.13 - 2.15.=20 There is an another problem with the encoding. If I use special german char= ecters like =C3=A4,=C3=B6 or =C3=9F in @Ignore then I get the exception sho= wn below:=20 Caused by: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequence= Exception: Ung=C3=BCltiges Byte 2 von 3-Byte-UTF-8-Sequenz. =09at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte(Unk= nown Source) =09at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(Unknown So= urce) =09at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(Unknown= Source) =09at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral(= Unknown Source) =09at com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue= (Unknown Source) =09at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scan= Attribute(Unknown Source) =09at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scan= StartElement(Unknown Source) =09at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp= l$FragmentContentDriver.next(Unknown Source) =09at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(U= nknown Source) =09at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next= (Unknown Source) =09at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp= l.scanDocument(Unknown Source) =09at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(U= nknown Source) =09at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(U= nknown Source) =09at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown So= urce) =09at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Un= known Source) =09at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.p= arse(Unknown Source) =09at org.dom4j.io.SAXReader.read(SAXReader.java:465) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira