Oh, I meant there is a couple of WebDAV methods missing in our implementation at present (MRM-828), but I don't think this is one of them.
Please file an issue to investigate this one. Thanks, Brett 2008/8/19 Baeriswyl Kuno - Extern (IT-BA-MV) <[EMAIL PROTECTED]>: > Hello! > > there isn't just one method missing. It seams that it isn't working at all.. > Unfortunately, maven-ant-task don't supoort to upload a couple of artifacts > at time without pom. > > THanks > > Kuno > > -----Ursprüngliche Nachricht----- > Von: Brett Porter [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 19. August 2008 10:56 > An: [email protected] > Betreff: Re: Ant Task for WebDAV > > > there are still a couple of webdav methods missing that might be needed. > > However, if you can't get it working, there are two other alternatives: > * use the Maven ant tasks (http://maven.apache.org/ant-tasks.html) > * use regular HTTP PUT, if there is such a task available (there isn't one in > the core). > > Cheers, > Brett > > 2008/8/19 Baeriswyl Kuno - Extern (IT-BA-MV) <[EMAIL PROTECTED]>: >> 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 >> >> >> > > > > -- > Brett Porter > Blog: http://blogs.exist.com/bporter/ > -- Brett Porter Blog: http://blogs.exist.com/bporter/
