Hey all, I'm new to the group, so forgive me if this has been addressed recently (although I did search the archive digest)... Is there a semi-stable nightly build, or something like a milestone build available? The most recent nightly build on the web site seems to be from 09-09-2003, and I've had issues with creating a WebdavResource with that build. (My end goal is to use the setRequestBody method of HttpRequestBodyMethod, which is not in 1.0.16, and therefore I'm looking for a more recent stable build)
I'm getting the following error when I try to create a new WebdavResouce: java.lang.VerifyError: (class: org/apache/webdav/lib/WebdavResource, method: aclReportMethod signature: (Ljava/lang/String;Ljava/util/Collection;I)Ljava/util/Enumeration;) Incompatible object argument for function call My Code: String myurl = "http://someurl.com/example"; WebdavResource resource = new WebdavResource( myurl ); So if anyone has a resolution to that issue, or knows of a stable nightly build that would be much appreciated. Thanks! Jimmy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
