SFTSubsystem new feature request

2010-09-16 Thread machhindra nale
Hello Dev, I am working on a project which requires FTP service. I used Mina-FTPServer and FTPLET apis to handle the FTP client request and customize the behavior. e.g - public FtpletResult beforeCommand(FtpSession session, FtpRequest request) public FtpletResult onConnect(FtpSession

Re: SFTSubsystem new feature request

2010-09-16 Thread Guillaume Nodet
I don't think it's currently possible as we don't have the necessary callbacks. For SFTP v4, v5, I've no clear idea where we stand here, I think we mostly support v3. That said, you'd be more than welcome to provide patches to add the features you need to perform your authentication checks or to

Hudson build is back to stable : vysper-trunk-jdk1.5-ib m-ubuntu » Apache Vysper XEP-0124 and XEP-0206 BOSH #295

2010-09-16 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/vysper-trunk-jdk1.5-ibm-ubuntu/org.apache.vysper.extensions$xep0124-xep0206-bosh/295/

Hudson build is back to stable : vysper-trunk-jdk1.5-ibm-ubuntu #295

2010-09-16 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/vysper-trunk-jdk1.5-ibm-ubuntu/295/changes

[jira] Created: (FTPSERVER-388) org.apache.ftpserver:ftpserver-parent:1.0.4 pom is invalid

2010-09-16 Thread Stevo Slavic (JIRA)
org.apache.ftpserver:ftpserver-parent:1.0.4 pom is invalid -- Key: FTPSERVER-388 URL: https://issues.apache.org/jira/browse/FTPSERVER-388 Project: FtpServer Issue Type: Bug Affects

[jira] Created: (FTPSERVER-389) Enable wiki renderer for FTPSERVER

2010-09-16 Thread Stevo Slavic (JIRA)
Enable wiki renderer for FTPSERVER -- Key: FTPSERVER-389 URL: https://issues.apache.org/jira/browse/FTPSERVER-389 Project: FtpServer Issue Type: Wish Affects Versions: 1.0.4 Reporter: Stevo

[jira] Closed: (FTPSERVER-388) org.apache.ftpserver:ftpserver-parent:1.0.4 pom is invalid

2010-09-16 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-388. --- Fix Version/s: 1.0.5 Resolution: Duplicate

[jira] Closed: (FTPSERVER-389) Enable wiki renderer for FTPSERVER

2010-09-16 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-389. --- Assignee: Niklas Gustavsson Resolution: Won't Fix The setting in ASF wide,

[jira] Commented: (FTPSERVER-356) Incorrect pom.xml on trunk

2010-09-16 Thread Stevo Slavic (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12910155#action_12910155 ] Stevo Slavic commented on FTPSERVER-356: Can some maintener please create a

[jira] Issue Comment Edited: (FTPSERVER-356) Incorrect pom.xml on trunk

2010-09-16 Thread Stevo Slavic (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12910155#action_12910155 ] Stevo Slavic edited comment on FTPSERVER-356 at 9/16/10 12:20 PM:

A step forward for the release

2010-09-16 Thread Emmanuel Lecharny
Hi, the release will probably be ready for a vote tomorrow, as all the packages (bin and src) are now correctly produced, with the javadocs injected in both packages. I just have a couple of things to figure out : - first, if you read my previous mail about the 'serial' profile, you have to

Re: A silly question about the -Pserial profile

2010-09-16 Thread Niklas Gustavsson
On Thu, Sep 16, 2010 at 6:27 PM, Emmanuel Lecharny elecha...@gmail.com wrote: As far as we don't package MINA with the rxtx.jar lib, we should be safe, legally speaking. And it's as simple as defining the rxtx dependency as provided, AFAIK. I thought the idea was that the user should be made

Re: A silly question about the -Pserial profile

2010-09-16 Thread Emmanuel Lécharny
On 9/16/10 8:23 PM, Niklas Gustavsson wrote: On Thu, Sep 16, 2010 at 6:27 PM, Emmanuel Lecharnyelecha...@gmail.com wrote: As far as we don't package MINA with the rxtx.jar lib, we should be safe, legally speaking. And it's as simple as defining the rxtx dependency as provided, AFAIK. I

Hudson build is back to stable : MINA-trunk-jdk1.6-windows #49

2010-09-16 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/MINA-trunk-jdk1.6-windows/49/changes

Re: A silly question about the -Pserial profile

2010-09-16 Thread Niklas Gustavsson
On Thu, Sep 16, 2010 at 8:56 PM, Emmanuel Lécharny elecha...@apache.org wrote: so here is what we will have in the release, to clarify the mess, and to be sure I'm not forgetting anything : - we will use the -Pserial profile to build the transport-serial module - when building the

Re: A silly question about the -Pserial profile

2010-09-16 Thread Emmanuel Lécharny
On 9/16/10 9:47 PM, Niklas Gustavsson wrote: FYI, if you want to test the new distribution process, you can run : mvn clean install -Papache-release -Dmaven.test.skip Why are maven.test.skip needed? Just to speed up the execution. But if you have 10 minutes to lose, feel free to run