I have checked out from the svn.apache.org/repos/asf repository the following 
vfs 
versions: sandbox, rc1, rc2, rc3 and the current trunk. I am using eclipse with 
subclipse.

The only version of WebdavFileObject that I can successfully compile is the 
sandbox. 
This statement introduced in RC1 

            fileObject.resource.addRequestHeader("Range", "bytes="
                + filePointer + "-");

seems to be wrong because the member variable 'resource' is a 
org.apache.webdav.lib.
WebdavResource, which does not provide the addRequestHeader() method.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to