[compress] Do we want 7z Archive*Stream-like classes

2013-09-28 Thread Stefan Bodewig
Hi all, over this weekend I added 7z support to the compress antlib which I also like to use as a second testbed for Commons Compress - I even found a bug for archives that only contain empty directories. The antlib is based on the interface provided by Archive*Stream even when it is not using an

How to use toBeanList() of BasicRowProcessor?

2013-09-28 Thread Daniel Guo
Hi: I encounter a problem in using dbutils: I try to use toBeanList() to convert resultSet to bean, my code is: *BasicRowProcessor basicRowProcessor = new BasicRowProcessor(new PropertyColumnMapper()); * *objectList = basicRowProcessor.toBeanList(resultSet, clazz);* In PropertyColumnMapper(), I

Re: [VFS] code comment cleanups (GitHub Pull#1)

2013-09-28 Thread James Carman
Git patches work fine. Just attach the file to a jira. On Saturday, September 28, 2013, Bernd Eckenfels wrote: > Hello, > > Thanks for the answer - i was hoping to get a confirmation that this > change is actually wanted before I put more time in it. I will file a Jira > for it. > > BTW: die you

Re: [VFS] code comment cleanups (GitHub Pull#1)

2013-09-28 Thread Bernd Eckenfels
Hello, Thanks for the answer - i was hoping to get a confirmation that this change is actually wanted before I put more time in it. I will file a Jira for it. BTW: die you know you can add .patch to a Guthub Pull request to get a patch? I dont want to Mesa with SVN, so this is how I create the

Re: [VFS] code comment cleanups (GitHub Pull#1)

2013-09-28 Thread Gary Gregory
Hello Bernd, I am sorry for the delay in replying to you. The best input to any Commons project is to create a Jira and attach a patch in diff file format. As for our process, Github is fun but we only use it as a mirror and it just makes it harder to merge changes back in SVN. So I am not sure