Re: Fwd: [VFS] VFS sandbox?

2014-12-04 Thread Gary Gregory
There are a couple of things you need to do like that as in VFS 2.0 those classes are not generic. line 227: if (e.getErrorCode() == SmbException.ERRbadfile) getErrorCode() and ERRbadfile are not defined in SmbException, what to do? SmbException is a jCIFS class. I think you have to look

Re: Fwd: [VFS] VFS sandbox?

2014-12-04 Thread Gary Gregory
somewhere that is tracking the status (I don't have the link handy). Ah, here is the link https://blogs.apache.org/infra/entry/subversion_master_undergoing_emergency_maintenance Gary Gary There are a couple of things you need to do like that as in VFS 2.0 those classes are not generic

Re: [VFS] VFS sandbox?

2014-12-04 Thread Bernd Eckenfels
at 2:52 PM Subject: Re: [VFS] VFS sandbox? To: Commons Developers List dev@commons.apache.org Israel, The sandbox is not released as a jar for licensing reasons IIRC. You have to check it out of SVN and build it yourself. Gary On Mon, Dec 1, 2014 at 2:53 AM, Israel Malachi isra

Re: [VFS] Release Preparations 2.1 (again)

2014-12-03 Thread Bernd Eckenfels
-vfs2-project-2.1 or commons-vfs-2.1 or vfs-2.1 depending on the outcome of the discusssion). As mentioned before, I am fine with having at least one non-final RC produced using a RC tag and the commons.rc.version=RC1 specified. But as soon as we think we can produce a result I woul run the release

Re: [VFS] VFS sandbox?

2014-12-03 Thread Israel Malachi
...@ellipsis.co.il wrote: Hello all! I'm writing a program that uses the VFS (2.0) so I could manage SFTP and samba connections. When I try to reach smb server I get FileSystemException - Badly formed uri I understand that I have to import the sandbox jar, but do I get it from

Re: [VFS] Release Preparations 2.1 (again)

2014-12-03 Thread dlmarion
@commons.apache.org Sent: Wednesday, December 3, 2014 3:29:45 AM Subject: Re: [VFS] Release Preparations 2.1 (again) Hello, I checked the release-plugin documentation and I cannot find a way to specify different tags for the usage inside the prepared POM and the Tag which should be used for actually tagging

Re: [VFS] Release Preparations 2.1 (again)

2014-12-03 Thread Ralph Goers
When VFS went from 1.0 to 2.0 the API was not compatible. This meant the package names had to change and the groupId/artifactId in the pom had to be different. If the new release is compatible with the prior release I would keep the naming conventions the same. Otherwise you run the risk

Re: [VFS] Release Preparations 2.1 (again)

2014-12-02 Thread Alex
Is there a chance to get VFS-180 in 2.1? On 03/12/14 01:51, Bernd Eckenfels wrote: Hello, ok, lets start another try to get VFS released. (and refresh my memories who is volunteering for the RM? - I would do it but I think we need a PMC at close hand). Currently are 3 open blocker bugs

[VFS-180] merging? (was: [VFS] Release Preparations 2.1 (again))

2014-12-02 Thread Bernd Eckenfels
Am Wed, 03 Dec 2014 01:55:40 +0300 schrieb Alex alex3...@zoho.com: Is there a chance to get VFS-180 in 2.1? Yes, of course. Looking through the patches I don't think it is particular complicated (but also I see some things I would do differently from 2012/04/24 14:04.) Instead

Re: [VFS] Release Preparations 2.1 (again)

2014-12-02 Thread Gary Gregory
On Tue, Dec 2, 2014 at 5:51 PM, Bernd Eckenfels e...@zusammenkunft.net wrote: Hello, ok, lets start another try to get VFS released. (and refresh my memories who is volunteering for the RM? - I would do it but I think we need a PMC at close hand). Currently are 3 open blocker bugs, for one

Re: [VFS] Release Preparations 2.1 (again)

2014-12-02 Thread Ralph Goers
/Log4j2ReleaseGuide, since I based the Log4j build and release process after VFS. Before we do this, a couple of questions: - how hard is it to delete tags from SVN and who can do that? You should not delete tags from SVN. If you can commit, you can manage tags and branches AFAIK. IMO

AW: [VFS] Release Preparations 2.1 (again)

2014-12-02 Thread Bernd Eckenfels
- Ursprüngliche Nachricht - Von: Ralph Goers ralph.go...@dslextreme.com Gesendet: ‎03.‎12.‎2014 06:52 An: Commons Developers List dev@commons.apache.org Betreff: Re: [VFS] Release Preparations 2.1 (again) Unfortunately, I don’t believe I documented the release process but it should

Re: [VFS] VFS sandbox?

2014-12-01 Thread Gary Gregory
Israel, The sandbox is not released as a jar for licensing reasons IIRC. You have to check it out of SVN and build it yourself. Gary On Mon, Dec 1, 2014 at 2:53 AM, Israel Malachi isra...@ellipsis.co.il wrote: Hello all! I'm writing a program that uses the VFS (2.0) so I could manage SFTP

Re: [VFS] VFS sandbox?

2014-12-01 Thread Dan Tran
see https://issues.apache.org/jira/browse/VFS-438 I have the changes at https://svn.codehaus.org/mojo/tags/vfs-1.0/vfs-smb for reference only, it does not get pushed to Maven Central -D On Mon, Dec 1, 2014 at 4:52 AM, Gary Gregory garydgreg...@gmail.com wrote: Israel, The sandbox

RE: [VFS] SCM cleanup, Deleting Tags and Branches

2014-11-30 Thread Gary Gregory
message /divdivFrom: Bernd Eckenfels e...@zusammenkunft.net /divdivDate:11/29/2014 22:16 (GMT-05:00) /divdivTo: dev@commons.apache.org /divdivCc: /divdivSubject: [VFS] SCM cleanup, Deleting Tags and Branches /divdiv /divHello, I was struggling a bit with a backport of fixes to 2.0

[VFS] VFS sandbox?

2014-11-30 Thread Israel Malachi
Hello all! I'm writing a program that uses the VFS (2.0) so I could manage SFTP and samba connections. When I try to reach smb server I get FileSystemException - Badly formed uri I understand that I have to import the sandbox jar, but do I get it from?

[VFS] SCM cleanup, Deleting Tags and Branches

2014-11-29 Thread Bernd Eckenfels
Hello, I was struggling a bit with a backport of fixes to 2.0. There are some tags and branches in the repo which are not self explanatory. I found out that tags/commons-vfs2-project-2.0 seems to be the 2.0 release source. It looks like branch/VFS-2.0 and branch/POMRELEASE are unused. Can we

Re: [vfs] not use AbstractVfsContainer for AbstractFileProvider

2014-11-21 Thread Jörg Schaible
Bernd Eckenfels wrote: Hello, While fixing some locking consistence issues around find/closeFileSystem I noticed that the AbstractVfsContainer#components ArrayList has quite some problems (linear search, duplicate entries). I started to fix this up but then I noticed that it is actually

[vfs] not use AbstractVfsContainer for AbstractFileProvider

2014-11-20 Thread Bernd Eckenfels
Hello, While fixing some locking consistence issues around find/closeFileSystem I noticed that the AbstractVfsContainer#components ArrayList has quite some problems (linear search, duplicate entries). I started to fix this up but then I noticed that it is actually not needed:

[VFS][ALL] SVN rollback?

2014-11-17 Thread Bernd Eckenfels
Hello, can anybody explain that? C:\ws\asf\commons-vfs2-projectsvn commit -m [VFS-142] Remove instead of null out FileContentThreadData src\changes\changes.xml core\src\main\java\org\apache\commons\vfs2\provider\DefaultFileContent.java Anmeldebereich: https://svn.apache.org:443 ASF Committers

Re: [VFS][ALL] SVN rollback?

2014-11-17 Thread Karl Heinz Marbaise
anybody explain that? C:\ws\asf\commons-vfs2-projectsvn commit -m [VFS-142] Remove instead of null out FileContentThreadData src\changes\changes.xml core\src\main\java\org\apache\commons\vfs2\provider\DefaultFileContent.java Anmeldebereich: https://svn.apache.org:443 ASF Committers Passwort

Re: [VFS][ALL] SVN rollback?

2014-11-17 Thread Bernd Eckenfels
Am Mon, 17 Nov 2014 23:19:25 +0100 schrieb Bernd Eckenfels e...@zusammenkunft.net: Hello, can anybody explain that? ... It is visible now. Not sure why (I had mailed INFRA, maybe they care) - To unsubscribe, e-mail:

Re: [VFS][ALL] SVN rollback?

2014-11-17 Thread Bernd Eckenfels
://www.apache.org/dev/version-control#out-of-sync On 11/17/14 11:19 PM, Bernd Eckenfels wrote: Hello, can anybody explain that? C:\ws\asf\commons-vfs2-projectsvn commit -m [VFS-142] Remove instead of null out FileContentThreadData src\changes\changes.xml core\src\main\java\org\apache

[continuum] BUILD FAILURE: Apache Commons VFS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-11-15 Thread Apache Continuum
: Changed: ecki @ Sun 16 Nov 2014 06:58:24 + Comment: [VFS-545] Remove and avoid FileSystems in cache. Add/fix Javadoc, added Unittests. Files changed: /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/AbstractFilesCache.java

[VFS] DefaultFileManager state after close() (also please look at VFS-544)

2014-11-13 Thread Bernd Eckenfels
the VFS-544 (VirtualFileSystem leak) on top of the trunk commit. I uploaded the patch to Jira, would be good to have a second eye ball. BTW: the warning I added does fire when the patch is not applied because vfsProvider hangs around unclosed in components. So the warning is really helpfull. https

(VFS) underlying usage of Jsch Sessions/Channels

2014-11-11 Thread Israel Malachi
Hello all Please consider the following code: FileSystemManager fsManager = VFS.getManager(); FileObject sftpDir = fsManager.resolveFile(sftp://username:password@host/pub/downloads/;); FileObject child1 = sftpDir.getChild(child1.data); FileObject child2 =

[VFS] Re: underlying usage of Jsch Sessions/Channels

2014-11-11 Thread Bernd Eckenfels
a existing session only (so no parallel tcp seems to be used): https://github.com/apache/commons-vfs/blob/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java#L111 Gruss Bernd Am Tue, 11 Nov 2014 16:24:48 +0200 schrieb Israel Malachi isra...@ellipsis.co.il: Hello all

[VFS] Broken site builds after checkstyle update

2014-11-02 Thread Bernd Eckenfels
(apologies if I sent this twice, I thought I had mailed it, but looks like it is not in my archives) Hello, currently the site builds of [VFS] trunk fail, but not only on Java 8, but also 6-9. It looks like it is caused by some of the dependency updates done in the last few weeks (Gregory?). I

Re: [VFS] Broken site builds after checkstyle update

2014-11-02 Thread Gary Gregory
) Hello, currently the site builds of [VFS] trunk fail, but not only on Java 8, but also 6-9. It looks like it is caused by some of the dependency updates done in the last few weeks (Gregory?). I tried to fix it, there is one obvious fix (removing the no longer supported module name

[VFS] CustomRamProviderTest failure

2014-10-19 Thread Schalk Cronjé
When building from the Git repo of VFS I get the below error. I am sure this was a previous issue that has been fixed. Is the Git repo in sync with the SVN repo? Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.018 sec FAILURE! - in org.apache.commons.vfs2

Re: [VFS] CustomRamProviderTest failure

2014-10-19 Thread Bernd Eckenfels
Hello, https://issues.apache.org/jira/browse/VFS-521 I think I did not yet commit it, cause I was hoping it gets fixed in the JDK, but it does not look like: https://bugs.openjdk.java.net/browse/JDK-8042377 Gruss Bernd Am Sun, 19 Oct 2014 19:35:39 -0600 schrieb Schalk Cronjé ysb

Re: [VFS] CustomRamProviderTest failure

2014-10-19 Thread Schalk Cronjé
Ah yes, I now remember where I've seen it :) I think it should just be committed. It is time we get VFS-2.1 released. On 19/10/2014 20:36, Bernd Eckenfels wrote: Hello, https://issues.apache.org/jira/browse/VFS-521 I think I did not yet commit it, cause I was hoping it gets fixed in the JDK

Re: [VFS][Site] Broken VFS Site

2014-07-28 Thread sebb
On 27 July 2014 20:22, Bernd Eckenfels e...@zusammenkunft.net wrote: Hello, the links on VFS to the sub-projets are still broken. Should I file a JIRA or who can fix this? I suggest you file a JIRA anyway so the problem is not forgotten. Thanks. Gruss Bernd Am Mon, 19 May 2014 00:11:16

Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2014-07-28 Thread Bernd Eckenfels
Hello, yes by default VFS offers a Input/OutputStream based interface to the FileContent and a RandomAccess interface (which is specific to VFS). I think the current HDFS provider (VFS2.1) does support only those two (ReadOnly for the Random Access). I am not sure if you can wrap one of the two

Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2014-07-28 Thread dlmarion
The HDFS file system implementation for VFS 2.1 is read-only. I did not implement any of the write methods because I didn't need them at the time and there are some differences in writing to Hadoop and a Filesystem as you pointed out. If you want to use released HDFS VFS FileObject's, then you

[VFS] Implementing custom hdfs file system using commons-vfs 2.0

2014-07-27 Thread Richards Peter
Hi, I am evaluating commons-vfs 2.0 for one of my use cases. I read that commons--vfs 2.1 has a file system implementation for HDFS. Since commons-vfs 2.1 is still in development and commons-vfs 2.1 does not have all capabilities that we require for hdfs, I would like to implement a custom file

Re: [VFS][Site] Broken VFS Site

2014-07-27 Thread Bernd Eckenfels
Hello, the links on VFS to the sub-projets are still broken. Should I file a JIRA or who can fix this? Gruss Bernd Am Mon, 19 May 2014 00:11:16 +0200 schrieb Bernd Eckenfels e...@zusammenkunft.net: Hello, has anybody an idea where the component sites of commons-vfs2 went to? I am quite

Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2014-07-27 Thread Bernd Eckenfels
. After you have implemented the new Filesystem, it will be available for addProvider() or you can add it as a new provider to the xml configuration of StandardFileSystemManager like described here: http://commons.apache.org/proper/commons-vfs/api.html Greetings Bernd Am Sun, 27 Jul 2014 15:24:57

[VFS] Tentative release date for commons-vfs 2.1

2014-07-25 Thread Richards Peter
Hi, First of all, thanks for open souring such a good project - commons-vfs. I came to know, from your mailing list archive, that you are working on a release: http://mail-archives.apache.org/mod_mbox/commons-dev/201406.mbox/%3C20140610154729.5cc1.ecki%40zusammenkunft.net%3E Could you

Re: [VFS] Tentative release date for commons-vfs 2.1

2014-07-25 Thread Gary Gregory
project - commons-vfs. I came to know, from your mailing list archive, that you are working on a release: http://mail-archives.apache.org/mod_mbox/commons-dev/201406.mbox/%3C20140610154729.5cc1.ecki%40zusammenkunft.net%3E Could you please tell me the tentative release date for commons-vfs 2.1

Re: [VFS] HDFS failures on Windows

2014-06-30 Thread Bernd Eckenfels
VFS-529 and I am on it. I wanted to reproduce your problem, but had problems with the line numbers in the stack trace. Can you check why you have different ones? When I check it on my system the line numbers match the 1.2.1 sourcde. That was actually caused by a local

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Gary Gregory
The build still breaks on Windows. Can you fix it please? Gary On Mon, Jun 16, 2014 at 8:23 PM, Bernd Eckenfels e...@zusammenkunft.net wrote: Hello Gary, I wanted to reproduce your problem, but had problems with the line numbers in the stack trace. Can you check why you have different

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread dlmarion
Gary,    Can you apply vfs-530 and see if that makes a difference? Dave div Original message /divdivFrom: Gary Gregory garydgreg...@gmail.com /divdivDate:06/17/2014 8:26 PM (GMT-05:00) /divdivTo: Commons Developers List dev@commons.apache.org /divdivSubject: Re: [VFS

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Bernd Eckenfels
Am Tue, 17 Jun 2014 20:26:11 -0400 schrieb Gary Gregory garydgreg...@gmail.com: The build still breaks on Windows. Can you fix it please? Sure I am working on it, it is tracked under VFS-529. I wanted to reproduce your problem, but had problems with the line numbers in the stack trace

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Bernd Eckenfels
Am Tue, 17 Jun 2014 20:26:11 -0400 schrieb Gary Gregory garydgreg...@gmail.com: The build still breaks on Windows. Can you fix it please? Sure, it is tracked under VFS-529 and I am on it. I wanted to reproduce your problem, but had problems with the line numbers in the stack trace. Can

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Gary Gregory
On Tue, Jun 17, 2014 at 9:27 PM, Bernd Eckenfels e...@zusammenkunft.net wrote: Am Tue, 17 Jun 2014 20:26:11 -0400 schrieb Gary Gregory garydgreg...@gmail.com: The build still breaks on Windows. Can you fix it please? Sure, it is tracked under VFS-529 and I am on it. I wanted

Re: [VFS] HDFS failures on Windows

2014-06-16 Thread Bernd Eckenfels
Hello Gary, I wanted to reproduce your problem, but had problems with the line numbers in the stack trace. Can you check why you have different ones? When I check it on my system the line numbers match the 1.2.1 sourcde. And if I actually disable stack-trace-trimming(commited) in surefire, it

Re: [VFS] HDFS failures on Windows

2014-06-10 Thread Bernd Eckenfels
Hello, they do work for me, hm. Windows 7 x64 de. I will try some other environments. Maybe it picks up some cygwin stuff or something on my system? Gruss Bernd Am Mon, 9 Jun 2014 18:05:18 -0400 schrieb Gary Gregory garydgreg...@gmail.com: Ecki enabled the HDFS tests on Windows but they sure

Re: [VFS] Release 2.1

2014-06-10 Thread Bernd Eckenfels
: I would like to discuss a release plan for VFS 2.1. It's been a long time since the last release and there have been several enhancements and bug fixes[1]. Additionally, there is only one ticket marked as a blocker[2] which until yesterday has not been touched since late 2012. I'm asking

Re: [VFS] HDFS failures on Windows

2014-06-10 Thread Gary Gregory
woa... cygwin? I have that installed but it does not help. How about this: can please you turn off HDFS testing on Windows like it was before. I'll be happy to test patches for you on my set up, Windows 7 Professional 64-bit Service Pack 1. My understanding is that the HDFS jars we use do not

[VFS] Release 2.1

2014-06-09 Thread dlmarion
I would like to discuss a release plan for VFS 2.1. It's been a long time since the last release and there have been several enhancements and bug fixes[1]. Additionally, there is only one ticket marked as a blocker[2] which until yesterday has not been touched since late 2012. I'm asking

[VFS] HDFS failures on Windows

2014-06-09 Thread Gary Gregory
Ecki enabled the HDFS tests on Windows but they sure fail for me, see below. Do they work for anyone else on Windows? Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 3.681 sec FAILURE! - in org.apache.commons.vfs2.provider.hdfs.test.HdfsFileProviderTest

Re: [vfs] support JCIFS

2014-05-27 Thread Schalk Cronjé
Would it be a better solution to rather create a CIFS provider outside of apache-commons (and outside of ASF), which then needs to be downloaded separately? The VFS website can have a list of known external providers. This will remove the onus from commons developers to maintain the CIFS

Re: [vfs] support JCIFS

2014-05-27 Thread Dan Tran
that is what I did for vfs-smb at codehaus mojo. But the MOJO dev does not like this idea since commons-vfs should take care of this :-) Now if commons-vfs completely remove its smb provider, than I have a good reason to release at codehaus -D On Tue, May 27, 2014 at 6:32 AM, Schalk Cronj é

Fwd: Re: [vfs] support JCIFS

2014-05-23 Thread Gary Gregory
Moving this thread to the dev list. Thoughts?  Gary div Original message /divdivFrom: sebb seb...@gmail.com /divdivDate:05/23/2014 10:27 (GMT-05:00) /divdivTo: Commons Users List u...@commons.apache.org /divdivSubject: Re: [vfs] support JCIFS /divdiv /divOn 23 May 2014 15

Re: [VFS] canRenameTo

2014-05-18 Thread Schalk Cronjé
implementations in VFS2, the AbstractFileObject one which does just check if the file is on the same VFS filesystem instance and HdfsFileObject which overwrites this with UnsupportedOperation. For the HdfsFileObject I think it is best to remove this special version [VFS-523], as no other file system

Re: [VFS] canRenameTo

2014-05-18 Thread Bernd Eckenfels
in VFS2, the AbstractFileObject one which does just check if the file is on the same VFS filesystem instance and HdfsFileObject which overwrites this with UnsupportedOperation. For the HdfsFileObject I think it is best to remove this special version [VFS-523], as no other file system

[VFS][Site] Broken VFS Site

2014-05-18 Thread Bernd Eckenfels
Hello, has anybody an idea where the component sites of commons-vfs2 went to? I am quite sure I visited the pages a few days ago, but now the Link to Core, Examples and Sandbox lead to 404: http://commons.apache.org/proper/commons-vfs/ (core) - http://commons.apache.org/proper/commons-vfs

Re: [jira] [Commented] (VFS-526) No Hdfs testing on Windows

2014-05-18 Thread Bernd Eckenfels
Hello, currently this would be: [INFO] Building Commons VFS Examples 2.1-SNAPSHOT [INFO] [INFO] org.apache.hadoop:hadoop-core

[VFS] canRenameTo

2014-05-17 Thread Bernd Eckenfels
Hello, today there are only two canRenameTo implementations in VFS2, the AbstractFileObject one which does just check if the file is on the same VFS filesystem instance and HdfsFileObject which overwrites this with UnsupportedOperation. For the HdfsFileObject I think it is best to remove

[VFS] How to run unit test ProviderRenameTests?

2014-05-06 Thread Woonsan Ko
Hi, I'm trying to reproduce VFS-298 with the unit test (in trunk) because I met a similar exception in my application, but I can't execute the unit test, ProviderRenameTests. When I run `mvn clean install' in the root folder, I can't find 'core/target/surefire-reports/*ProviderRenameTests*.txt

[VFS] Running unit test: ProviderRenameTests

2014-05-05 Thread Woonsan Ko
Hi, I'm trying to reproduce VFS-298 with the unit test (in trunk) because I met a similar exception in my application, but I can't execute the unit test, ProviderRenameTests. When I run `mvn clean install' in the root folder, I can't find 'core/target/surefire-reports/*ProviderRenameTests*.txt

[VFS] VFS 2.1 Compress

2014-05-03 Thread Schalk Cronjé
With 2.0 tar is supported out of the box, with 2.1 it is not. It depends on commons-compress which is listed as an optional dependency. Is this intentional? If so the documentation (http://commons.apache.org/proper/commons-vfs/download.html) needs to be updated prior to release. -- Schalk W

Re: [VFS] VFS 2.1 Compress

2014-05-03 Thread Bernd Eckenfels
(http://commons.apache.org/proper/commons-vfs/download.html) needs to be updated prior to release. - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[VFS] JDK 8 2.1-SNAPSHOT

2014-05-02 Thread Schalk Cronjé
Does anyone else have failures building VFS 2.1 with JDK8 (SVN rev 1591869)? I am seeing this test failure building on Mac. --- Test set: org.apache.commons.vfs2.provider.ram.test.CustomRamProviderTest

Re: [VFS] release preparation: clirr report

2014-05-02 Thread Gary Gregory
://people.apache.org/~ecki/commons-vfs/commons-vfs2/clirr-report.html Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org -- E-Mail

Re: [VFS] JDK 8 2.1-SNAPSHOT

2014-05-02 Thread Bernd Eckenfels
Yes, I see the same problem. (And besides that it seems PMD and findbugs make problems for Java8, too.) bernd Am 02.05.2014 um 13:27 schrieb Schalk Cronjé ysb...@gmail.com: Does anyone else have failures building VFS 2.1 with JDK8 (SVN rev 1591869)? I am seeing this test failure

Re: [VFS] JDK 8 2.1-SNAPSHOT

2014-05-02 Thread Bernd Eckenfels
Hello, I opened VFS-521 for this, and it looks like the problem is in try-with-resource in Java8 FilterOutputStream. The test in question is expected to fail with an IOException. Gruss Bernd Am Fri, 02 May 2014 12:27:01 +0100 schrieb Schalk Cronjé ysb...@gmail.com: Does anyone else have

[VFS] release preparation: clirr report

2014-05-01 Thread Bernd Eckenfels
/~ecki/commons-vfs/commons-vfs2/clirr-report.html Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[VFS][VFS-520] Re: svn commit: r1591517 - /commons/proper/vfs/trunk/src/changes/changes.xml

2014-04-30 Thread Bernd Eckenfels
repo was older). However I asume the commit was was fine, as the changes show up on SVN and github. So this mail is just a pointer to my (larger) JavaDoc refresh commit, in case you want to review it: http://svn.apache.org/viewvc?view=revisionrevision=1591516 https://github.com/apache/commons-vfs

Re: [VFS] Next release date

2014-04-23 Thread Bernd Eckenfels
...@enovea.net wrote: Hi, all I browse the VFS JIRa release page and no release date is planned. Have you planned any release soon ? I'm interested by some corrected issues. Kind regards, -- Edouard Lemaistre * Technical project manager * Enovea / CrystalStream * 2 ter, rue

Re: [VFS] Next release date

2014-04-23 Thread Gary Gregory
the VFS JIRa release page and no release date is planned. Have you planned any release soon ? I'm interested by some corrected issues. Kind regards, -- Edouard Lemaistre * Technical project manager * Enovea / CrystalStream * 2 ter, rue Georges Charpak * 76130 Mont Saint

Re: Apache Commons ApacheCon Europe 2014 ... [VFS]

2014-04-17 Thread Bernd Eckenfels
(unfortunatelly its not the best time of the year to make holiday, but hey...). So my current planning is to attend, and I can also think about presenting something or leading a BOF, however I dont want to steal attention. I would be able to speak a bit in VFS, but there is not much news (and I dont

Re: Apache Commons ApacheCon Europe 2014 ... [VFS]

2014-04-17 Thread Mark Fortner
I'm in the process of creating a file browser-like tool in JavaFX, and my original intent was to use VFS as the underlying file system abstraction. After looking at a lot of the features in Java 7 and 8 (like DirectoryStreams, parallelStreams, and lambdas) I'm now having second thoughts. So I'd

Re: Apache Commons ApacheCon Europe 2014 ... [VFS]

2014-04-17 Thread Bernd Eckenfels
Hello, there are some bits and pieces here in the archive and the wiki. But my idea why I brought up the topic of VFS-future birds of feather was actually to present the current state (whats in VFS whats in Java) and then discuss what can be done (and that hopefully sparks some enthusiams

Re: Apache Commons ApacheCon Europe 2014 ... [VFS]

2014-04-17 Thread Gary Gregory
On Thu, Apr 17, 2014 at 4:39 PM, Mark Fortner phidia...@gmail.com wrote: I'm in the process of creating a file browser-like tool in JavaFX, and my original intent was to use VFS as the underlying file system abstraction. After looking at a lot of the features in Java 7 and 8 (like

Re: Apache Commons ApacheCon Europe 2014 ... [VFS]

2014-04-17 Thread Schalk Cronjé
On 17/04/2014 22:38, Bernd Eckenfels wrote: snip/ But theoretically both is possible: consume FileSystems as a provider or implement an adapter which makes a VFS filesystem(manager) to provide the FileSystem SPI. I have been playing with that and it looks possible, but it is far from trivial

Re: Apache Commons ApacheCon Europe 2014 ... [VFS]

2014-04-17 Thread Mark Fortner
FileSystems as a provider or implement an adapter which makes a VFS filesystem(manager) to provide the FileSystem SPI. I have been playing with that and it looks possible, but it is far from trivial. The meagre documentation or even lack of published success in writing NIO2 providers shows

Re: Apache Commons ApacheCon Europe 2014 ... [VFS]

2014-04-17 Thread Schalk Cronjé
On 17/04/2014 23:45, Mark Fortner wrote: Schalk, It's my understanding that new providers in NIO2 are simply added using the ServiceLoader. Cheers, Mark Hi Mark, Maybe I should have explained better, In Apache VFS one can either add custom providers via a META-INF/vfs-providers.xml file

[vfs]

2014-03-20 Thread murali krishnan
Hi Team, I have a question regarding the commons-net-3.3.jar. The below code snippet is from FTPClient.java (available in commons-net-3.3-sources.jar). I am calling the method retrieveFile to download a file from a FTP server. I just want to know whether this stores the entire file content in

Re: [vfs]

2014-03-20 Thread sebb
On 20 March 2014 13:15, murali krishnan murali.1...@gmail.com wrote: Hi Team, Is this about VFS? or about NET? In any case, this is off-topic for the developer list. Please subscribe to the user list and re-post there. Please also use a subject that starts with the [name] of the component

[VFS] What is the roadmap to 2.1?

2014-03-18 Thread Petar Tahchiev
Hi guys, I'm in need of the FileObject.isFolder() method, which is expected to come in 2.1 version: http://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons /vfs2/FileObject.html#isFolder() So my question is: when is the release date expected? And also, until that date, how can I

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Bernd
...@gmail.com: Hi guys, I'm in need of the FileObject.isFolder() method, which is expected to come in 2.1 version: http://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons /vfs2/FileObject.html#isFolder() So my question is: when is the release date expected? And also, until

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Gary Gregory
and follow it up with other releases for fixes. Gary On Tue, Mar 18, 2014 at 4:58 AM, Petar Tahchiev paranoia...@gmail.comwrote: Hi guys, I'm in need of the FileObject.isFolder() method, which is expected to come in 2.1 version: http://commons.apache.org/proper/commons-vfs/apidocs/org

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Dan Tran
, Petar Tahchiev paranoia...@gmail.com wrote: Hi guys, I'm in need of the FileObject.isFolder() method, which is expected to come in 2.1 version: http://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons /vfs2/FileObject.html#isFolder() So my question is: when

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Gary Gregory
, 2014 at 4:58 AM, Petar Tahchiev paranoia...@gmail.com wrote: Hi guys, I'm in need of the FileObject.isFolder() method, which is expected to come in 2.1 version: http://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons /vfs2/FileObject.html#isFolder() So

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Dan Tran
since JCIFS is used as optional dependency, isn't it sufficient? here is the jira https://issues.apache.org/jira/browse/VFS-438 On Tue, Mar 18, 2014 at 12:34 PM, Gary Gregory garydgreg...@gmail.comwrote: On Tue, Mar 18, 2014 at 2:22 PM, Dan Tran dant...@gmail.com wrote: Please promote smb

Re: svn commit: r1568538 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java

2014-02-15 Thread Benedikt Ritter
HI Bernd, 2014-02-14 23:44 GMT+01:00 e...@apache.org: Author: ecki Date: Fri Feb 14 22:44:04 2014 New Revision: 1568538 URL: http://svn.apache.org/r1568538 Log: [VFS-500][tests] use a non-delegating parent class loader to fix continuum CI test failure due to found system resource

Re: svn commit: r1568538 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java

2014-02-15 Thread sebb
On 15 February 2014 09:52, Benedikt Ritter brit...@apache.org wrote: HI Bernd, 2014-02-14 23:44 GMT+01:00 e...@apache.org: Author: ecki Date: Fri Feb 14 22:44:04 2014 New Revision: 1568538 URL: http://svn.apache.org/r1568538 Log: [VFS-500][tests] use a non-delegating parent class

Re: svn commit: r1568538 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java

2014-02-15 Thread Benedikt Ritter
Log: [VFS-500][tests] use a non-delegating parent class loader to fix continuum CI test failure due to found system resource. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java Modified: commons/proper/vfs/trunk/core

Re: svn commit: r1568538 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java

2014-02-15 Thread sebb
2014 New Revision: 1568538 URL: http://svn.apache.org/r1568538 Log: [VFS-500][tests] use a non-delegating parent class loader to fix continuum CI test failure due to found system resource. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test

Re: svn commit: r1568538 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java

2014-02-15 Thread Bernd
Log: [VFS-500][tests] use a non-delegating parent class loader to fix continuum CI test failure due to found system resource. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java Modified: commons/proper

Re: svn commit: r1568538 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java

2014-02-15 Thread Benedikt Ritter
...@apache.org: Author: ecki Date: Fri Feb 14 22:44:04 2014 New Revision: 1568538 URL: http://svn.apache.org/r1568538 Log: [VFS-500][tests] use a non-delegating parent class loader to fix continuum CI test failure due to found system resource. Modified

Re: [VFS] $ID$ and $Date$ Variables (git vs. svn)

2014-02-15 Thread Benedikt Ritter
. Ironically there is also a rule about not using $Date$ in checkstyle.xml which is expanded. The later is a bug (as the rule does not work), but for consistency I also propose to remove the other IDs. What do people think? --- vfs/checkstyle.xml 2014-02-08 08:20:50.0 +

Re: svn commit: r1568538 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java

2014-02-15 Thread Gary Gregory
February 2014 09:52, Benedikt Ritter brit...@apache.org wrote: HI Bernd, 2014-02-14 23:44 GMT+01:00 e...@apache.org: Author: ecki Date: Fri Feb 14 22:44:04 2014 New Revision: 1568538 URL: http://svn.apache.org/r1568538 Log: [VFS-500][tests] use a non

[VFS] trailing space cleanup (was: svn commit: r1568471 - /commons/proper/vfs/trunk/pom.xml)

2014-02-14 Thread Bernd Eckenfels
2014 New Revision: 1568471 URL: http://svn.apache.org/r1568471 Log: Add ecki to the developers list. First commit! Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1568471r1

Re: [VFS] trailing space cleanup (was: svn commit: r1568471 - /commons/proper/vfs/trunk/pom.xml)

2014-02-14 Thread Gary Gregory
...@apache.org: Author: ecki Date: Fri Feb 14 19:03:12 2014 New Revision: 1568471 URL: http://svn.apache.org/r1568471 Log: Add ecki to the developers list. First commit! Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http

Re: [VFS] trailing space cleanup (was: svn commit: r1568471 - /commons/proper/vfs/trunk/pom.xml)

2014-02-14 Thread Paul Benedict
commit! Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1568471r1=1568470r2=1568471view=diff

[continuum] BUILD FAILURE: Apache Commons VFS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-02-14 Thread Apache Continuum
: Changed: ecki @ Fri 14 Feb 2014 19:03:12 + Comment: Add ecki to the developers list. First commit! Files changed: /commons/proper/vfs/trunk/pom.xml ( 1568471 ) Dependencies

[continuum] BUILD FAILURE: Apache Commons VFS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-02-14 Thread Apache Continuum
: Changed: ecki @ Fri 14 Feb 2014 19:28:16 + Comment: Tab police and cleanup of trailing whitespace. No content changes. Files changed: /commons/proper/vfs/trunk/pom.xml ( 1568496

<    4   5   6   7   8   9   10   11   12   13   >