Can't access repository using WebDAV and Ant
--------------------------------------------

                 Key: MRM-916
                 URL: http://jira.codehaus.org/browse/MRM-916
             Project: Archiva
          Issue Type: Improvement
          Components: WebDAV interface
    Affects Versions: 1.1.1
         Environment: Windows XP
            Reporter: Kuno Baeriswyl


I've been asked to create this issue for further investigations:

I'd like to access the archiva repository from an Ant task. 

First, I've tried the Ant Task implementation from the Slide project, 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

Second, I've tried to mount an WebDAV drive in Windows. It seams that there are 
incompatibilities with the jackrabbit implementation. 

As a consequence, I'm not able to connect to archiva via WebDAV. I've installed 
also netdrive.exe, without success. Only WebDAV client, like EngInSite 
DataFreeway, is working.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to