From hdfs-dev-return-1623-apmail-hadoop-hdfs-dev-archive=hadoop.apache.org@hadoop.apache.org Thu Oct 07 21:55:53 2010 Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 89578 invoked from network); 7 Oct 2010 21:55:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 21:55:53 -0000 Received: (qmail 4549 invoked by uid 500); 7 Oct 2010 21:55:53 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 4340 invoked by uid 500); 7 Oct 2010 21:55:52 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 4332 invoked by uid 99); 7 Oct 2010 21:55:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 21:55:52 +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; Thu, 07 Oct 2010 21:55:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o97LtVEk007089 for ; Thu, 7 Oct 2010 21:55:31 GMT Message-ID: <20101274.32091286488531803.JavaMail.jira@thor> Date: Thu, 7 Oct 2010 17:55:31 -0400 (EDT) From: "Konstantin Boudnik (JIRA)" To: hdfs-dev@hadoop.apache.org Subject: [jira] Created: (HDFS-1444) Test related code of build.xml is error-prone and needs to be re-aligned. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Test related code of build.xml is error-prone and needs to be re-aligned. ------------------------------------------------------------------------- Key: HDFS-1444 URL: https://issues.apache.org/jira/browse/HDFS-1444 Project: Hadoop HDFS Issue Type: Bug Components: build Affects Versions: 0.21.1 Reporter: Konstantin Boudnik Assignee: Konstantin Boudnik Priority: Minor Test related parts of build.xml introduce at least two places (effectively different) for test classes destination compilation. Then some extra logic is applied at say test-jar creation step where the content of one is copied over to another. Etc. This seems to be overcomplicated and is better be fixed to prevent possible issues with future build modificaitons. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.