Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 53163 invoked from network); 22 Nov 2005 22:06:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Nov 2005 22:06:10 -0000 Received: (qmail 40599 invoked by uid 500); 22 Nov 2005 22:06:06 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 40494 invoked by uid 500); 22 Nov 2005 22:06:06 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 40473 invoked by uid 99); 22 Nov 2005 22:06:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2005 14:06:03 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 7FEF1594 for ; Tue, 22 Nov 2005 23:05:42 +0100 (CET) Message-ID: <327400923.1132697142522.JavaMail.jira@ajax.apache.org> Date: Tue, 22 Nov 2005 23:05:42 +0100 (CET) From: "Pier Fumagalli (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Created: (COCOON-1696) A humongous number of blocks is required to support the "webdav:" source Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N A humongous number of blocks is required to support the "webdav:" source ------------------------------------------------------------------------ Key: COCOON-1696 URL: http://issues.apache.org/jira/browse/COCOON-1696 Project: Cocoon Type: Improvement Components: Blocks: WebDAV Versions: 2.1.8 Reporter: Pier Fumagalli As far as I can see, the "webdav:" source factory (org.apache.cocoon.components.source.impl.WebDAVSourceFActory) only relies on a handful of classes: - org.apache.cocoon.components.source.InspectableSource - org.apache.cocoon.components.source.helpers.SourceProperty - org.apache.cocoon.components.source.impl.WebDAVSource This compiles and works. That said, if I were to include the "webdav" block, I would have to include through dependancies the following blocks: webdav | +-> repository | +-> databases | | | +-> xsp | +-> eventcache | +-> jms | +-> cron | +-> databases | | | +-> xsp | +-> hsqldb Don't you think this is a little bit excessive for including 4 classes? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira