[BeanUtils] Possible bug or strange behavior

2008-07-02 Thread Seba
Hi This is the first time I'm writing to a list, so I'm not sure whether this should be sent to DevList or UserList. Sorry if I'm sending this to the wrong list. I'm using 1.7.0 version of commons-beanutils. The possible bug (or issue) I've found is in lines 416 to 418 of class MethodUtils when I'm

VFS SMB and Ant Updates

2008-07-02 Thread Carlos Sonderegger
Is there a VFS Developer reading this ? I noticed you updates on VFS Trunk for SmbFileObject.java * @author mailto:[EMAIL PROTECTED]">Adam Murdoch * @version $Revision: 659785 $ $Date: 2008-05-24 12:32:41 +0200 (Sat, 24 May 2008) $ The problematic code change is protected InputStream doGe

Re: [vfs] Nightly builds

2008-07-02 Thread Niall Pemberton
On Wed, Jul 2, 2008 at 1:30 PM, <[EMAIL PROTECTED]> wrote: > > On http://commons.apache.org/vfs/download.html it says: > > To obtain the Commons VFS source ... Download a nightly source snapshot from > > http://people.apache.org/builds/commons/nightly/commons-vfs/ > > But there's nothing in the li

[vfs] Deadlock

2008-07-02 Thread richard
Hi, I'm in the middle of righting a highly multi-threaded app which uses VFS to write output to a configurable list of FTP servers and local file systems String url = baseUrl + fname; OutputStream ftpOut = null; PrintStream docOut = null; try { log.debug("Uploading to '"

[vfs] Nightly builds

2008-07-02 Thread richard
On http://commons.apache.org/vfs/download.html it says: To obtain the Commons VFS source ... Download a nightly source snapshot from http://people.apache.org/builds/commons/nightly/commons-vfs/ But there's nothing in the list more recent than July 2007. Why? Richard -