Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CCBD2762E for ; Sun, 2 Oct 2011 17:52:56 +0000 (UTC) Received: (qmail 79904 invoked by uid 500); 2 Oct 2011 17:52:56 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 79718 invoked by uid 500); 2 Oct 2011 17:52:55 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 79401 invoked by uid 99); 2 Oct 2011 17:52:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 17:52:55 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 17:52:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 026DE2A5DBD for ; Sun, 2 Oct 2011 17:52:34 +0000 (UTC) Date: Sun, 2 Oct 2011 17:52:34 +0000 (UTC) From: "Thiruvalluvan M. G. (Created) (JIRA)" To: dev@avro.apache.org Message-ID: <1757097203.1426.1317577954011.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AVRO-901) Java tools unit tests fail in Windows due to line termination and filenaming conventions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Java tools unit tests fail in Windows due to line termination and filenaming conventions ---------------------------------------------------------------------------------------- Key: AVRO-901 URL: https://issues.apache.org/jira/browse/AVRO-901 Project: Avro Issue Type: Bug Reporter: Thiruvalluvan M. G. Windows line termination is \r\n and windows filenames can have ':'. Both these are not handled well in the tools module of Java code. The forthcoming patch fixed these. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira