Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 36569 invoked from network); 22 Dec 2006 23:41:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2006 23:41:50 -0000 Received: (qmail 12875 invoked by uid 500); 22 Dec 2006 23:41:50 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 12757 invoked by uid 500); 22 Dec 2006 23:41:50 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 12746 invoked by uid 99); 22 Dec 2006 23:41:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Dec 2006 15:41:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Dec 2006 15:41:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2ACF57142A1 for ; Fri, 22 Dec 2006 15:41:21 -0800 (PST) Message-ID: <15126417.1166830881172.JavaMail.jira@brutus> Date: Fri, 22 Dec 2006 15:41:21 -0800 (PST) From: "Ross Gardler (JIRA)" To: dev@forrest.apache.org Subject: [jira] Created: (FOR-952) Plugin loading mechanism MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Plugin loading mechanism ------------------------ Key: FOR-952 URL: http://issues.apache.org/jira/browse/FOR-952 Project: Forrest Issue Type: New Feature Components: Forrest2 Reporter: Ross Gardler Priority: Minor Forrest 2 uses Ivy for dependency management. We now need to leverage Ivy for plugin dependencies as well. It should work something like this: - create an plugin - publish the plugin to the ivy repository - create a content object - add a bean definiton to the content objects forrestContext.xml file - running "ant site" or similar in the content object directory will result in the following execution cycle: - create an ivy.xml file by inspecting the plugin definitions in the forrestContext.xml file - resolve all dependencies using Ivy - build any java bundled in the content object - build the site (or whatever the target in the original ant command does) -- 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