Hello, I'd like to access Archiva 1.1 via Ant and WebDav.
I've tried the slide Ant Task implementation, like <mkcol url="http://${DAV.server}/${DAV.root}/testdir" userid="${DAV.user}" password="${DAV.password}"/> but I always get following error: org.apache.webdav.lib.WebdavException: PROPFFIND does not return resourcetype It seams that there is an incompapility with the jackrabbit WebDAV implementation used by Archiva. Do I something wrong? If not, is there an other ant implementation for jackrabbit? Thanks Kuno P.S.: Possible workaround would be to mount a WebDAV drive like in http://kb.wisc.edu/mywebspace/page.php?id=2913
