[
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.