Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 33377 invoked from network); 14 Sep 2006 17:07:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2006 17:07:28 -0000 Received: (qmail 16485 invoked by uid 500); 14 Sep 2006 17:07:23 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 16463 invoked by uid 500); 14 Sep 2006 17:07:23 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 16274 invoked by uid 99); 14 Sep 2006 17:07:23 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Sep 2006 10:07:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([209.237.227.198:53654] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id FA/00-06457-1BB89054 for ; Thu, 14 Sep 2006 10:06:04 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 66532714347 for ; Thu, 14 Sep 2006 17:01:22 +0000 (GMT) Message-ID: <16243591.1158253282416.JavaMail.jira@brutus> Date: Thu, 14 Sep 2006 10:01:22 -0700 (PDT) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-533) TestDFSShellGenericOptions creates a sub-directory in conf/ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N TestDFSShellGenericOptions creates a sub-directory in conf/ ----------------------------------------------------------- Key: HADOOP-533 URL: http://issues.apache.org/jira/browse/HADOOP-533 Project: Hadoop Issue Type: Bug Components: dfs Affects Versions: 0.6.1, 0.6.0, 0.5.0 Reporter: Doug Cutting Priority: Minor TestDFSShellGenericOptions creates a subdirectory of conf/. This is not removed. Generally, the build & test process should not create or modify files outside of the build/ directory. So the best fix would be to create this directory somewhere under build/, perhaps build/test. Then it will be naturally removed by 'ant clean', will not show up in 'svn stat', etc. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira