Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 71764 invoked from network); 21 Jun 2005 12:36:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2005 12:36:17 -0000 Received: (qmail 50137 invoked by uid 500); 21 Jun 2005 12:36:16 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 50088 invoked by uid 500); 21 Jun 2005 12:36:13 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 50075 invoked by uid 99); 21 Jun 2005 12:36:12 -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, 21 Jun 2005 05:36:12 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A38B412 for ; Tue, 21 Jun 2005 14:36:11 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: scm@geronimo.apache.org Date: Tue, 21 Jun 2005 12:36:11 -0000 Message-ID: <20050621123611.13609.64708@ajax.apache.org> Subject: [Geronimo Wiki] Trivial Update of "Building an Installer" by AaronMulder X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification. The following page has been changed by AaronMulder: http://wiki.apache.org/geronimo/Building_an_Installer ------------------------------------------------------------------------------ * It individually deploys each of the up to 17 possible configurations (using the slow one-off deployer), which takes a pretty long time -- compare to the assembly module which starts the server after 3 or 4 steps, does everything else against the running server, then shuts it down. == Building == - * Use the IzPack compile tool to build the installer: {{{compile geronimo-izpack.xml -o geronimo-installar.jar}}} from the `assembly/target/installer` directory. + * Use the IzPack compile tool to build the installer: {{{compile geronimo-izpack.xml -o geronimo-installer.jar}}} from the `assembly/target/installer` directory.