Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 85246 invoked from network); 17 Dec 2010 22:26:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Dec 2010 22:26:27 -0000 Received: (qmail 2443 invoked by uid 500); 17 Dec 2010 22:26:27 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 2387 invoked by uid 500); 17 Dec 2010 22:26:27 -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 2379 invoked by uid 99); 17 Dec 2010 22:26:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 22:26:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 22:26:25 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBHMQ3an005242 for ; Fri, 17 Dec 2010 22:26:03 GMT Message-ID: <17203878.187141292624763478.JavaMail.jira@thor> Date: Fri, 17 Dec 2010 17:26:03 -0500 (EST) From: "Doug Cutting (JIRA)" To: dev@avro.apache.org Subject: [jira] Commented: (AVRO-715) New Java build: refactor tests to use shared method for identifying temp file location In-Reply-To: <2640616.170481292548742052.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AVRO-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972674#action_12972674 ] Doug Cutting commented on AVRO-715: ----------------------------------- I agree, target/test would be better. We could try to get Maven to create that directory or we could change the tests to create it. > New Java build: refactor tests to use shared method for identifying temp file location > -------------------------------------------------------------------------------------- > > Key: AVRO-715 > URL: https://issues.apache.org/jira/browse/AVRO-715 > Project: Avro > Issue Type: Task > Components: java > Reporter: Scott Carey > Assignee: Scott Carey > Fix For: 1.5.0 > > > Many tests individually write temp files based on relative paths, '/tmp', or reading from a system property. These need to be refactored into one utility for handling the location of temp files for unit tests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.