svn commit: r659795 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FtpFileObject.java

2008-05-24 Thread imario
Author: imario Date: Sat May 24 04:25:36 2008 New Revision: 659795 URL: http://svn.apache.org/viewvc?rev=659795&view=rev Log: VFS-210: fixed ftp filesystem to avoid lookup of parent directory on resolve Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp

svn commit: r659804 - /commons/proper/vfs/trunk/core/pom.xml

2008-05-24 Thread jcarman
Author: jcarman Date: Sat May 24 05:31:03 2008 New Revision: 659804 URL: http://svn.apache.org/viewvc?rev=659804&view=rev Log: VFS-197: Maven2 Build Fails Added a test resource for the "test-data" directory. Modified: commons/proper/vfs/trunk/core/pom.xml Modified: commons/proper/vfs/trunk/

svn commit: r659807 - /commons/proper/vfs/branches/vfs-1-trunk/core/pom.xml

2008-05-24 Thread jcarman
Author: jcarman Date: Sat May 24 05:35:46 2008 New Revision: 659807 URL: http://svn.apache.org/viewvc?rev=659807&view=rev Log: VFS-197: Maven2 Build Fails Added a test resource for the "test-data" directory. Modified: commons/proper/vfs/branches/vfs-1-trunk/core/pom.xml Modified: commons/pr

svn commit: r659810 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FtpFileObject.java

2008-05-24 Thread jcarman
Author: jcarman Date: Sat May 24 05:52:50 2008 New Revision: 659810 URL: http://svn.apache.org/viewvc?rev=659810&view=rev Log: VFS-196: FTP Provider Does Not Support Symbolic Links Correctly Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FtpFileObje

svn commit: r659811 - /commons/proper/vfs/branches/vfs-1-trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FtpFileObject.java

2008-05-24 Thread jcarman
Author: jcarman Date: Sat May 24 05:53:57 2008 New Revision: 659811 URL: http://svn.apache.org/viewvc?rev=659811&view=rev Log: VFS-196: FTP Provider Does Not Support Symbolic Links Correctly Modified: commons/proper/vfs/branches/vfs-1-trunk/core/src/main/java/org/apache/commons/vfs/provider/

svn commit: r659820 - /commons/proper/vfs/branches/vfs-1-trunk/pom.xml

2008-05-24 Thread niallp
Author: niallp Date: Sat May 24 06:29:28 2008 New Revision: 659820 URL: http://svn.apache.org/viewvc?rev=659820&view=rev Log: Port changes to vfs-1 branch Modified: commons/proper/vfs/branches/vfs-1-trunk/pom.xml Modified: commons/proper/vfs/branches/vfs-1-trunk/pom.xml URL: http://svn.apac

svn commit: r659821 - /commons/proper/vfs/branches/vfs-1-trunk/pom.xml

2008-05-24 Thread niallp
Author: niallp Date: Sat May 24 06:30:41 2008 New Revision: 659821 URL: http://svn.apache.org/viewvc?rev=659821&view=rev Log: remove blank line Modified: commons/proper/vfs/branches/vfs-1-trunk/pom.xml Modified: commons/proper/vfs/branches/vfs-1-trunk/pom.xml URL: http://svn.apache.org/view

svn commit: r659831 - in /commons/proper/proxy/trunk/src: main/java/org/apache/commons/proxy/ main/java/org/apache/commons/proxy/invoker/ test/java/org/apache/commons/proxy/invoker/

2008-05-24 Thread jcarman
Author: jcarman Date: Sat May 24 07:56:53 2008 New Revision: 659831 URL: http://svn.apache.org/viewvc?rev=659831&view=rev Log: Implemented a "chain" invoker. Also moved getDefaultValue() method to ProxyUtils to avoid code duplication. Added: commons/proper/proxy/trunk/src/main/java/org/apa

svn commit: r659839 - in /commons/proper/proxy/trunk/src: main/java/org/apache/commons/proxy/invoker/ChainInvoker.java test/java/org/apache/commons/proxy/invoker/TestChainInvoker.java

2008-05-24 Thread jcarman
Author: jcarman Date: Sat May 24 08:28:51 2008 New Revision: 659839 URL: http://svn.apache.org/viewvc?rev=659839&view=rev Log: PROXY-12: ChainInvoker Modified: commons/proper/proxy/trunk/src/main/java/org/apache/commons/proxy/invoker/ChainInvoker.java commons/proper/proxy/trunk/src/test