Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 82003 invoked from network); 30 May 2008 10:54:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2008 10:54:10 -0000 Received: (qmail 27074 invoked by uid 500); 30 May 2008 10:54:09 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 26833 invoked by uid 500); 30 May 2008 10:54:08 -0000 Mailing-List: contact core-dev-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-dev@hadoop.apache.org Received: (qmail 26810 invoked by uid 99); 30 May 2008 10:54:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 03:54:08 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 10:53:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1A3ED234C12D for ; Fri, 30 May 2008 03:53:45 -0700 (PDT) Message-ID: <412846290.1212144825106.JavaMail.jira@brutus> Date: Fri, 30 May 2008 03:53:45 -0700 (PDT) From: "Ankur (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3468) Compile error: FTPFileSystem.java:26: cannot access org.apache.commons.net.ftp.FTP In-Reply-To: <1278258644.1212101385114.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankur updated HADOOP-3468: -------------------------- Release Note: Mina Jars compiled under Java 1.5 Status: Patch Available (was: Open) > Compile error: FTPFileSystem.java:26: cannot access org.apache.commons.net.ftp.FTP > ---------------------------------------------------------------------------------- > > Key: HADOOP-3468 > URL: https://issues.apache.org/jira/browse/HADOOP-3468 > Project: Hadoop Core > Issue Type: Bug > Components: fs > Reporter: Tsz Wo (Nicholas), SZE > Priority: Blocker > Attachments: FTPJars.tar.gz > > > [javac] Compiling 496 source files to d:\@sze\hadoop\latest\build\classes > [javac] d:\@sze\hadoop\latest\src\java\org\apache\hadoop\fs\ftp\FTPFileSystem.java:26: cannot access org.apache.commons.net.ftp.FTP > [javac] bad class file: d:\@sze\hadoop\latest\lib\commons-net-1.4.1.jar(org/apache/commons/net/ftp/FTP.class) > [javac] class file has wrong version 50.0, should be 49.0 > [javac] Please remove or make sure it appears in the correct subdirectory of the classpath. > [javac] import org.apache.commons.net.ftp.FTP; > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 1 error -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.