You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/08/19 06:29:44 UTC

[jira] Created: (FTPSERVER-164) System out in FTPServer

System out in FTPServer
-----------------------

                 Key: FTPSERVER-164
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-164
             Project: FtpServer
          Issue Type: Bug
          Components: Server
    Affects Versions: 1.0-M2
            Reporter: Claus Ibsen
            Priority: Trivial


Hi

We use FTPServer 1.0M2 as an embedded FTPServer for unit testing Apache Camel FTP component. Great work BTW:

Example:

Running org.apache.camel.component.file.remote.FromFtpMoveFileTest
######org.apache.ftpserver.filesystem.NativeFileSystemView@11e67ac
######org.apache.ftpserver.filesystem.NativeFileSystemView@11e67ac
######org.apache.ftpserver.filesystem.NativeFileSystemView@11e67ac
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec

We setup the FTPServer as:
        ftpServer = new FtpServer();
        ftpServer.getListener("default").setPort(getPort());
        ftpServer.start();


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FTPSERVER-164) System out in FTPServer

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-164.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-M3
         Assignee: Niklas Gustavsson

Fixed (forgot to close issue)

> System out in FTPServer
> -----------------------
>
>                 Key: FTPSERVER-164
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-164
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.0-M2
>            Reporter: Claus Ibsen
>            Assignee: Niklas Gustavsson
>            Priority: Trivial
>             Fix For: 1.0-M3
>
>
> Hi
> We use FTPServer 1.0M2 as an embedded FTPServer for unit testing Apache Camel FTP component. Great work BTW:
> Example:
> Running org.apache.camel.component.file.remote.FromFtpMoveFileTest
> ######org.apache.ftpserver.filesystem.NativeFileSystemView@11e67ac
> ######org.apache.ftpserver.filesystem.NativeFileSystemView@11e67ac
> ######org.apache.ftpserver.filesystem.NativeFileSystemView@11e67ac
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec
> We setup the FTPServer as:
>         ftpServer = new FtpServer();
>         ftpServer.getListener("default").setPort(getPort());
>         ftpServer.start();

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.