Return-Path: Delivered-To: apmail-incubator-ace-dev-archive@minotaur.apache.org Received: (qmail 95290 invoked from network); 2 Jul 2009 23:01:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 23:01:59 -0000 Received: (qmail 93164 invoked by uid 500); 2 Jul 2009 23:02:10 -0000 Delivered-To: apmail-incubator-ace-dev-archive@incubator.apache.org Received: (qmail 93140 invoked by uid 500); 2 Jul 2009 23:02:10 -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 93129 invoked by uid 99); 2 Jul 2009 23:02:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 23:02:09 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [194.109.24.30] (HELO smtp-vbr10.xs4all.nl) (194.109.24.30) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 23:01:59 +0000 Received: from Marrs.lan (planetmarrs.xs4all.nl [82.95.193.148]) (authenticated bits=0) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id n62N1ZLP036232 for ; Fri, 3 Jul 2009 01:01:36 +0200 (CEST) (envelope-from marcel.offermans@luminis.nl) Message-Id: From: Marcel Offermans To: ace-dev@incubator.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Building and running ACE... Date: Fri, 3 Jul 2009 01:01:35 +0200 X-Mailer: Apple Mail (2.935.3) X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked by ClamAV on apache.org I just finished working on finishing ACE-19, renaming all packages from net.luminis.liq.* to org.apache.ace.* and related references. Now that everything builds and passes the tests again (running "ant release") the next step will be to actually try and create something that can be used. I would like to propose we work towards a useable version (and then a release) in two steps: 1) Create a version of the server that works a bit like the Apache Felix file installer, but on a server: you can create folders for each target you want to deploy to, with subfolders for every version holding files (bundles, etc.) for that version. As long as you only have a few targets, versions and bundles, it's still possible to manage deployments like this. 2) Create a UI for the client (probably a web based UI is a good choice) and create a version of the server that can be managed with that client. The UI handles all situations where you have a lot of targets, versions and/or bundles. WDYT? Greetings, Marcel