You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ramon Buckland <ra...@thebuckland.com> on 2009/02/05 05:24:57 UTC

commons-vfs 2.0 release ? is it coming ?

Hi,

Just wondering if there is a roadmap for the release of 2.0. On the maven
ibiblio.org repository the latest release is 1.0 and that is terribly old,
but it appears there has not been any release since then.

Is there stuff that needs to be sorted out ? I can certainly lend a hand.

regards
ramon

Re: commons-vfs 2.0 release ? is it coming ?

Posted by Ramon Buckland <ra...@gmail.com>.
Thanks Ralph.
I am investigating my issue at the moment. Hopefully it is one in the same
and I can submit a patch for it soon.

regards
ramon

On Thu, Feb 5, 2009 at 18:15, Ralph Goers <ra...@dslextreme.com>wrote:

> I haven't tried the ftp provider before. I just tried the unit test and am
> getting a "Folder does not exist" assertion failure. I'm not sure why and it
> is getting fairly let. I'll have to investigate some more tomorrow when I
> can.
>
> Ralph
>
>
> On Feb 4, 2009, at 11:06 PM, Ramon Buckland wrote:
>
>  On Thu, Feb 5, 2009 at 17:07, Ralph Goers
>> <ra...@dslextreme.com>wrote:users@
>> .
>>
>>  What error are you referring to? The message during the build that says
>>> webdav isn't configured or something else?
>>>
>>>
>>>
>> Sorry Ralph, nothing to worry about. I was commenting, but should have
>> been
>> clear, that switching from v1.0 to the build 2.0 i created, I noticed that
>> webdav was now a new registered provider and it was complaining that I did
>> not have the jackrabbit jar available, which I don't :-)
>> - so .. all good - :-) webdav is now in 2.0. Cool!
>>
>> The problem I am dealing with is ftp:// url hanging on the first call to
>> resolveFile(). I have posted a seperate email on this issue to users@ in
>> the
>> hope that someone has seen the problem before; and I am also trying to
>> track
>> it down.
>>
>> regards
>> ramon
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: commons-vfs 2.0 release ? is it coming ?

Posted by Ralph Goers <ra...@dslextreme.com>.
I haven't tried the ftp provider before. I just tried the unit test  
and am getting a "Folder does not exist" assertion failure. I'm not  
sure why and it is getting fairly let. I'll have to investigate some  
more tomorrow when I can.

Ralph

On Feb 4, 2009, at 11:06 PM, Ramon Buckland wrote:

> On Thu, Feb 5, 2009 at 17:07, Ralph Goers
> <ra...@dslextreme.com>wrote:users@
> .
>
>> What error are you referring to? The message during the build that  
>> says
>> webdav isn't configured or something else?
>>
>>
>
> Sorry Ralph, nothing to worry about. I was commenting, but should  
> have been
> clear, that switching from v1.0 to the build 2.0 i created, I  
> noticed that
> webdav was now a new registered provider and it was complaining that  
> I did
> not have the jackrabbit jar available, which I don't :-)
> - so .. all good - :-) webdav is now in 2.0. Cool!
>
> The problem I am dealing with is ftp:// url hanging on the first  
> call to
> resolveFile(). I have posted a seperate email on this issue to  
> users@ in the
> hope that someone has seen the problem before; and I am also trying  
> to track
> it down.
>
> regards
> ramon


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: commons-vfs 2.0 release ? is it coming ?

Posted by Ramon Buckland <ra...@gmail.com>.
On Thu, Feb 5, 2009 at 17:07, Ralph Goers
<ra...@dslextreme.com>wrote:users@
.

> What error are you referring to? The message during the build that says
> webdav isn't configured or something else?
>
>

Sorry Ralph, nothing to worry about. I was commenting, but should have been
clear, that switching from v1.0 to the build 2.0 i created, I noticed that
webdav was now a new registered provider and it was complaining that I did
not have the jackrabbit jar available, which I don't :-)
- so .. all good - :-) webdav is now in 2.0. Cool!

The problem I am dealing with is ftp:// url hanging on the first call to
resolveFile(). I have posted a seperate email on this issue to users@ in the
hope that someone has seen the problem before; and I am also trying to track
it down.

regards
ramon

Re: commons-vfs 2.0 release ? is it coming ?

Posted by Ralph Goers <ra...@dslextreme.com>.
What error are you referring to? The message during the build that  
says webdav isn't configured or something else?

Ralph

On Feb 4, 2009, at 9:13 PM, Ramon Buckland wrote:

> Thanks Ralph,
>
> I have grabbed the V2.0 src and built it. (from v1.0 ) (I noticed  
> the new
> webdav error saying I did not have jack rabbit come up).
>
> I'll perform a site and review later this evening and see what i see.
>
> thanks.
>
> On Thu, Feb 5, 2009 at 15:54, Ralph Goers  
> <ra...@dslextreme.com>wrote:
>
>> Well, I still have some enhancements I need to make to the WebDAV  
>> support
>> which I would prefer to do before the release.  I need to support  
>> webdav
>> versioning for my application. I should have this done within a week.
>>
>> In the meantime, you could certainly build trunk yourself and test  
>> it as
>> much as possible and do a mvn site and review the resulting site  
>> for any
>> errors that should be corrected.
>>
>> Ralph
>>
>>
>> On Feb 4, 2009, at 8:24 PM, Ramon Buckland wrote:
>>
>> Hi,
>>>
>>> Just wondering if there is a roadmap for the release of 2.0. On  
>>> the maven
>>> ibiblio.org repository the latest release is 1.0 and that is  
>>> terribly
>>> old,
>>> but it appears there has not been any release since then.
>>>
>>> Is there stuff that needs to be sorted out ? I can certainly lend  
>>> a hand.
>>>
>>> regards
>>> ramon
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: commons-vfs 2.0 release ? is it coming ?

Posted by Ramon Buckland <ra...@gmail.com>.
Thanks Ralph,

I have grabbed the V2.0 src and built it. (from v1.0 ) (I noticed the new
webdav error saying I did not have jack rabbit come up).

I'll perform a site and review later this evening and see what i see.

thanks.

On Thu, Feb 5, 2009 at 15:54, Ralph Goers <ra...@dslextreme.com>wrote:

> Well, I still have some enhancements I need to make to the WebDAV support
> which I would prefer to do before the release.  I need to support webdav
> versioning for my application. I should have this done within a week.
>
> In the meantime, you could certainly build trunk yourself and test it as
> much as possible and do a mvn site and review the resulting site for any
> errors that should be corrected.
>
> Ralph
>
>
> On Feb 4, 2009, at 8:24 PM, Ramon Buckland wrote:
>
>  Hi,
>>
>> Just wondering if there is a roadmap for the release of 2.0. On the maven
>> ibiblio.org repository the latest release is 1.0 and that is terribly
>> old,
>> but it appears there has not been any release since then.
>>
>> Is there stuff that needs to be sorted out ? I can certainly lend a hand.
>>
>> regards
>> ramon
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: commons-vfs 2.0 release ? is it coming ?

Posted by Ralph Goers <ra...@dslextreme.com>.
Well, I still have some enhancements I need to make to the WebDAV  
support which I would prefer to do before the release.  I need to  
support webdav versioning for my application. I should have this done  
within a week.

In the meantime, you could certainly build trunk yourself and test it  
as much as possible and do a mvn site and review the resulting site  
for any errors that should be corrected.

Ralph

On Feb 4, 2009, at 8:24 PM, Ramon Buckland wrote:

> Hi,
>
> Just wondering if there is a roadmap for the release of 2.0. On the  
> maven
> ibiblio.org repository the latest release is 1.0 and that is  
> terribly old,
> but it appears there has not been any release since then.
>
> Is there stuff that needs to be sorted out ? I can certainly lend a  
> hand.
>
> regards
> ramon


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org