That sounds strange. Could it be that you are having two different versions of the Slide client libs in your classpath? It's also possible that the problem is in the nightly build itself. I guess this was generated by Maven, but I don't know what it can do wrong.
If you want to build the client yourself, grab Slide from CVS, copy build.properties.sample to build.properties and modify this file to reflect the location of certain required libraries on your system. Actually all libraries needed for the client are included in Slide, so you should be able to get along with dummy files if you don't have some of the other jars. Then do an "ant webdav-client-dist" to build the client (of course you need Ant for this). Regards, Ingo > 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 =3D "http://someurl.com/example"; > WebdavResource resource =3D 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]
