Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 63631 invoked from network); 15 Oct 2010 05:27:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Oct 2010 05:27:04 -0000 Received: (qmail 95118 invoked by uid 500); 15 Oct 2010 05:27:04 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 94984 invoked by uid 500); 15 Oct 2010 05:27:03 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 94971 invoked by uid 500); 15 Oct 2010 05:27:02 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 94968 invoked by uid 99); 15 Oct 2010 05:27:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Oct 2010 05:27:02 +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, 15 Oct 2010 05:27:01 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9F5QeFD024034 for ; Fri, 15 Oct 2010 05:26:41 GMT Message-ID: <19369610.57821287120400431.JavaMail.jira@thor> Date: Fri, 15 Oct 2010 01:26:40 -0400 (EDT) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-3232) camel-ftp tests with java 1.5 In-Reply-To: <29524685.57121287076600370.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62604#action_62604 ] Willem Jiang commented on CAMEL-3232: ------------------------------------- @Hadrain, Which version of JDK 5 are you using? Did you have change to use the latest JDK 1.5.0-24 to run the test? Claus said it's OK for him to run with it {code} Works fine for me davsclaus:(svn)camel[trunk:1021991]/components/camel-ftp$ mvn -version Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.5.0_24 Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home Default locale: en_US, platform encoding: MacRoman OS name: "mac os x" version: "10.6.4" arch: "i386" Family: "unix" davsclaus:(svn)camel[trunk:1021991]/components/camel-ftp$ mvn clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Camel :: FTP [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ ... [INFO] Installing org/apache/camel/camel-ftp/2.5-SNAPSHOT/camel-ftp-2.5-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 minutes 54 seconds [INFO] Finished at: Wed Oct 13 06:37:32 CEST 2010 [INFO] Final Memory: 31M/86M [INFO] ------------------------------------------------------------------------ davsclaus:(svn)camel[trunk:1021991]/components/camel-ftp$ {code} > camel-ftp tests with java 1.5 > ----------------------------- > > Key: CAMEL-3232 > URL: https://issues.apache.org/activemq/browse/CAMEL-3232 > Project: Apache Camel > Issue Type: Test > Components: camel-ftp > Affects Versions: 2.5.0 > Environment: osx 10.5, java 1.5 > Reporter: Hadrian Zbarcea > Fix For: 2.5.0 > > > Running camel-ftp tests fails with java 1.5 with a few of the previous versions of ftpserver, but it passes with java 6. > This is only a blocker for the 2.5.0 release. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.