Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 94015 invoked from network); 20 Mar 2008 16:57:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2008 16:57:17 -0000 Received: (qmail 83370 invoked by uid 500); 20 Mar 2008 16:57:15 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 83344 invoked by uid 500); 20 Mar 2008 16:57:15 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 83335 invoked by uid 99); 20 Mar 2008 16:57:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 09:57:14 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 16:56:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 92A49234C0AD for ; Thu, 20 Mar 2008 09:55:24 -0700 (PDT) Message-ID: <244407266.1206032124599.JavaMail.jira@brutus> Date: Thu, 20 Mar 2008 09:55:24 -0700 (PDT) From: "David Seymore (JIRA)" To: notifications@ant.apache.org Subject: [jira] Issue Comment Edited: (IVY-643) Ship ivy with commons-vfs-sandbox.jar, because it provides the webdav support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580840#action_12580840 ] davidseymore edited comment on IVY-643 at 3/20/08 9:54 AM: ------------------------------------------------------------ I kind of feel like webdav alone is an important enough aspect for future ivy users that it would be good to have a resolver specifically for it, Jackrabbit (http://jackrabbit.apache.org/) is the probably the implementation we should use until vfs moves over to using it. I guess the question is, is the feature important enough for Ivy to be a complete tool that Ivy writes it's own impl for webdav, or wait for commons-vfs to have it. I'd vote that webdav support as a feature of the tool overrides waiting for library support. was (Author: davidseymore): I kind of fell like webdav alone is an important enough aspect for future ivy users that it would be good to have a resolver specifically for it, Jackrabbit (http://jackrabbit.apache.org/) is the probably the implementation we should use until vfs moves over to using it. I guess the question is, is the feature important enough for Ivy to be a complete tool that Ivy writes it's own impl for webdav, or wait for commons-vfs to have it. I'd vote that webdav support as a feature of the tool overrides waiting for library support. > Ship ivy with commons-vfs-sandbox.jar, because it provides the webdav support > ----------------------------------------------------------------------------- > > Key: IVY-643 > URL: https://issues.apache.org/jira/browse/IVY-643 > Project: Ivy > Issue Type: Improvement > Components: Core > Affects Versions: 2.0.0-alpha-2 > Reporter: Ivan "Rambius" Ivanov > > The commons-vsf project has been split into commons-vfs.jar and commons-vfs-sandbox.jar. The webdav support is provided by commons-vfs-sandbox.jar, see http://commons.apache.org/vfs/index.html : "Due to some technical reasons we had to move the webdav and jcifs (smb) filesystem to the sandbox. So if you need one of these filesystems you have to build VFS manually." > Ivy does not come with commons-vfs-sandbox.jar and I believe it should in order to prevent its users from the hassle of building commons-vfs themselves. I myself built it from commons-vfs 1.0 source. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.