[jira] Updated: (VFS-39) [VFS] read/write XML support

2006-10-14 Thread Benoit Callebaut (JIRA)
[ http://issues.apache.org/jira/browse/VFS-39?page=all ] Benoit Callebaut updated VFS-39: Attachment: vfs.patch This patch against the head SVN is not tested. Previous was tested so I don't expect any problem. Implementation notes: Added

[jira] Commented: (VFS-39) [VFS] read/write XML support

2006-05-27 Thread Benoit Callebaut (JIRA)
[ http://issues.apache.org/jira/browse/VFS-39?page=comments#action_12413575 ] Benoit Callebaut commented on VFS-39: - I have noted that if you use DOM4J 1.6.1, you can run into trouble. Moving back to version 1.5.1 solved the problem. > [VFS] r

[jira] Commented: (VFS-39) [VFS] read/write XML support

2006-05-27 Thread Benoit Callebaut (JIRA)
[ http://issues.apache.org/jira/browse/VFS-39?page=comments#action_12413574 ] Benoit Callebaut commented on VFS-39: - I don't understand why you think so. An XML File is not a filesystem by itself like an Tar file but itsstructure is the same as

[VFS] new provider read/write XML support

2006-05-16 Thread Benoit Callebaut
I have written an XML provider. It provides read/write support and XML attributes through a not (yet) standard attribute interface based on the Property class. I opened a bug report for it but I did it on bugzilla instead of JIRA. I didn't see that VFS is on JIRA before posting. Must I open an iss

[VFS][PATCH] XML support

2006-05-07 Thread Benoit Callebaut
FileObject. Benoit Callebaut Index: vfs/src/test/org/apache/commons/vfs/RunTest.java === --- vfs/src/test/org/apache/commons/vfs/RunTest.java (revision 404758) +++ vfs/src/test/org/apache/commons/vfs/RunTest.java (working copy

[vfs][compress] TAR Filesystem creation && temp dir

2006-03-28 Thread Benoit Callebaut
Hello, I am running the VFS test suite. I have problems, so I do manual tests. In one of them, I try to parse the following URI (the file does exist) uri = "tar:gz://Z:\\programming\\apache\\jakarta\\commons\\vfs\\target\ \test-data\\nested.tar.gz!/nested.tar/file1.txt"; byy calling manager.resolve

Re: [vfs] hard coded stuff in properties file

2005-12-24 Thread Benoit Callebaut
Hello Mario, Paul Libbrecht from the Jelly team asked me to write complete unit tests to for my changes. He suggested to write tests for every protocol. To do that, I need to reproduce the test environment on my system at home. I have a dedicated personal server that is not yet fully configured an

[vfs] hard coded stuff in properties file

2005-12-23 Thread Benoit Callebaut
Hi, I am integrating VFS and the FileTag of Jelly. I am actually writing test case for this. In the main VFS properties file, there are hard-coded things like IP address and test account. It is not portable across systems. I have to change them on my system. I have no real idea to change this (je

RE: [PATCH][Jelly] new features : properties & VFS integration

2005-12-23 Thread Benoit Callebaut
ble across systems. Le dim 18/12/2005 à 23:40, [EMAIL PROTECTED] a écrit : > Hi Benoit, > > I'm new to the commons-dev list, forgive me if my comments are not > posted to the right place. > > > -Original Message- > > From: Benoit Callebaut [mailto:[EMAIL P

[PATCH][Jelly] new features : properties & VFS integration

2005-12-15 Thread Benoit Callebaut
he.commons.jelly.XMLOutput; @@ -35,8 +39,12 @@ /** * A tag that pipes its body to a file denoted by the name attribute or to an in memory String * which is then output to a variable denoted by the var variable. + * + * It support apache VFS library. So you can write to other target than t