用于 WebDAV 上传的 Ant (1.8+) 任务
我正在寻找一个为 Ant 1.8 及更高版本实现 WebDAV 任务的库。我只找到了似乎被遗弃的项目。 正确方向的简短指针将不胜感激!
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 right direction would be appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您在 Windows 上运行时,您可以尝试按照此处所述安装 webdav 驱动器 =
将 WebDAV 文件夹映射为网络驱动器号,然后使用复制任务文件传输。
Code google.com 有 antdav,但它不提供下载,仅提供带有示例的 wiki
和可浏览 srctree 中的两个类
毕竟,使用您信任的搜索引擎搜索“WebDAV java api”并通过
使用它
ant 中的 java 任务或使用它来编写自己的 ant 任务。
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.
沙丁鱼有一个蚂蚁任务。
http://sardine.googlecode.com/
Sardine has an ant task.
http://sardine.googlecode.com/