> -----Original Message-----
> From: Raj Kumar [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 12:31 AM
> To: [EMAIL PROTECTED]
> Subject: Compilation error
>
>
>
> hi,
> I am getting the following error when compiling slide.
> Can any body suggest a fix for this.
>
> Compiling 40 source files to C:\n3\slide\build\client\classes
> C:\n3\slide\src\webdav\client\src\org\apache\webdav\lib\Webdav
> Resource.java:
> 208: org.apache.webdav.lib.WebdavResource should be declared
> abstract; it
> does not define recievedResponse() in
> org.apache.webdav.lib.WebdavSession
> public class WebdavResource extends WebdavSession {
> ^
>
> thanks,
> rajkumar
This is a version problem, you should use the httpclient that is inside the
slide cvs, not the one from commons.
Dirk