Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 64988 invoked from network); 30 May 2009 12:24:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 May 2009 12:24:00 -0000 Received: (qmail 46285 invoked by uid 500); 30 May 2009 12:24:12 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 46199 invoked by uid 500); 30 May 2009 12:24:12 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 46190 invoked by uid 99); 30 May 2009 12:24:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 May 2009 12:24:12 +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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 May 2009 12:24:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BC51D2388868; Sat, 30 May 2009 12:23:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r780253 - in /hadoop/core/branches/HADOOP-4687/hdfs/src: contrib/build-contrib.xml contrib/build.xml test/hdfs/ test/hdfs/org/ test/hdfs/org/apache/ test/hdfs/org/apache/hadoop/fs/ftp/TestFTPFileSystem.java test/org/ Date: Sat, 30 May 2009 12:23:43 -0000 To: core-commits@hadoop.apache.org From: gkesavan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090530122343.BC51D2388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gkesavan Date: Sat May 30 12:23:43 2009 New Revision: 780253 URL: http://svn.apache.org/viewvc?rev=780253&view=rev Log: Fix hdfs ant targets Added: hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build-contrib.xml hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build.xml hadoop/core/branches/HADOOP-4687/hdfs/src/test/hdfs/ hadoop/core/branches/HADOOP-4687/hdfs/src/test/hdfs/org/ - copied from r779846, hadoop/core/branches/HADOOP-4687/hdfs/src/test/org/ hadoop/core/branches/HADOOP-4687/hdfs/src/test/hdfs/org/apache/ - copied from r780252, hadoop/core/branches/HADOOP-4687/hdfs/src/test/org/apache/ Removed: hadoop/core/branches/HADOOP-4687/hdfs/src/test/org/ Modified: hadoop/core/branches/HADOOP-4687/hdfs/src/test/hdfs/org/apache/hadoop/fs/ftp/TestFTPFileSystem.java Added: hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build-contrib.xml URL: http://svn.apache.org/viewvc/hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build-contrib.xml?rev=780253&view=auto ============================================================================== --- hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build-contrib.xml (added) +++ hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build-contrib.xml Sat May 30 12:23:43 2009 @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tests failed! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You need Apache Ivy 2.0 or later from http://ant.apache.org/ + It could not be loaded from ${ivy_repo_url} + + + + + + + + + + + + + + + + Added: hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build.xml URL: http://svn.apache.org/viewvc/hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build.xml?rev=780253&view=auto ============================================================================== --- hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build.xml (added) +++ hadoop/core/branches/HADOOP-4687/hdfs/src/contrib/build.xml Sat May 30 12:23:43 2009 @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: hadoop/core/branches/HADOOP-4687/hdfs/src/test/hdfs/org/apache/hadoop/fs/ftp/TestFTPFileSystem.java URL: http://svn.apache.org/viewvc/hadoop/core/branches/HADOOP-4687/hdfs/src/test/hdfs/org/apache/hadoop/fs/ftp/TestFTPFileSystem.java?rev=780253&r1=780252&r2=780253&view=diff ============================================================================== --- hadoop/core/branches/HADOOP-4687/hdfs/src/test/hdfs/org/apache/hadoop/fs/ftp/TestFTPFileSystem.java (original) +++ hadoop/core/branches/HADOOP-4687/hdfs/src/test/hdfs/org/apache/hadoop/fs/ftp/TestFTPFileSystem.java Sat May 30 12:23:43 2009 @@ -24,7 +24,7 @@ import org.apache.ftpserver.FtpServer; import org.apache.ftpserver.ftplet.Authority; import org.apache.ftpserver.ftplet.UserManager; -import org.apache.ftpserver.listener.mina.MinaListener; +import org.apache.ftpserver.listener.nio.NioListener; import org.apache.ftpserver.usermanager.BaseUser; import org.apache.ftpserver.usermanager.WritePermission; import org.apache.hadoop.conf.Configuration; @@ -54,7 +54,7 @@ private void startServer() { try { DefaultFtpServerContext context = new DefaultFtpServerContext(false); - MinaListener listener = new MinaListener(); + NioListener listener = new NioListener(); // Set port to 0 for OS to give a free port listener.setPort(0); context.setListener("default", listener); @@ -93,7 +93,7 @@ defaultConf = new Configuration(); localFs = FileSystem.getLocal(defaultConf); ftpServerConfig = new Path(localFs.getWorkingDirectory(), "res"); - MinaListener listener = (MinaListener) server.getServerContext() + NioListener listener = (NioListener) server.getServerContext() .getListener("default"); int serverPort = listener.getPort(); ftpFs = FileSystem.get(URI.create("ftp://admin:admin@localhost:"