Return-Path: X-Original-To: apmail-incubator-ace-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ace-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D86469818 for ; Wed, 5 Oct 2011 08:37:14 +0000 (UTC) Received: (qmail 76890 invoked by uid 500); 5 Oct 2011 08:37:14 -0000 Delivered-To: apmail-incubator-ace-dev-archive@incubator.apache.org Received: (qmail 76861 invoked by uid 500); 5 Oct 2011 08:37:14 -0000 Mailing-List: contact ace-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ace-dev@incubator.apache.org Delivered-To: mailing list ace-dev@incubator.apache.org Received: (qmail 76853 invoked by uid 99); 5 Oct 2011 08:37:14 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 08:37:14 +0000 Received: from localhost (HELO mail-gy0-f175.google.com) (127.0.0.1) (smtp-auth username bdelacretaz, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 08:37:14 +0000 Received: by gyg8 with SMTP id 8so1355797gyg.6 for ; Wed, 05 Oct 2011 01:37:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.165.17 with SMTP id n17mr1982354ybe.257.1317803833583; Wed, 05 Oct 2011 01:37:13 -0700 (PDT) Received: by 10.150.206.20 with HTTP; Wed, 5 Oct 2011 01:37:13 -0700 (PDT) In-Reply-To: <20111005091404.0A62.60BA733C@jeremias-maerki.ch> References: <20111004182622.2169.60BA733C@jeremias-maerki.ch> <20111005091404.0A62.60BA733C@jeremias-maerki.ch> Date: Wed, 5 Oct 2011 10:37:13 +0200 Message-ID: Subject: Re: Client :: AutoDeploy From: Bertrand Delacretaz To: ace-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Hi Jeremias, On Wed, Oct 5, 2011 at 9:14 AM, Jeremias Maerki wrote: > ...Thanks for the pointer. But I'm not installing bundles (and other > artifacts) in a framework. I'm putting them in an artifact repository. I > see how I could add additional tasks that would put bundles in the > repository rather than in the framework. But I'd have to find out how to > make sure the framework installer task is not run for a bundle. The > Sling installer seems to be quite a rather complicated beast. Much more > complicated that what I need here. FileInstall's scanner does all I need > to handle changes in the directory... Ok, I see, thanks for the clarification! Just wanted to mention the Sling stuff as it has some similarities. -Bertrand