Ant (1.8+) Task for WebDAV Uploads
I'm looking for a library that implements WebDAV tasks for Ant 1.8 and later. I only found projects that seem abandoned. A short pointer in the ri开发者_开发知识库ght direction would be appreciated!
When you run on windows you can try to mount the webdav drive as described here =
Mapping WebDAV folder as a network drive letter and then use the copy task for filetransfer.
Code google.com has antdav but it provides no downloads, only a wiki with example
and two classes in the browsable srctree
After all search for 'WebDAV java api' with your search engine of trust and use it via
java task in ant or use it to write your own ant task.
Sardine has an ant task.
http://sardine.googlecode.com/
精彩评论