From scm-return-8923-apmail-geronimo-scm-archive=geronimo.apache.org@geronimo.apache.org Mon Dec 05 23:56:19 2005 Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 66669 invoked from network); 5 Dec 2005 23:56:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Dec 2005 23:56:19 -0000 Received: (qmail 99386 invoked by uid 500); 5 Dec 2005 23:56:18 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 98928 invoked by uid 500); 5 Dec 2005 23:56:17 -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 98909 invoked by uid 99); 5 Dec 2005 23:56:16 -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; Mon, 05 Dec 2005 15:56:14 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 57A35E1 for ; Tue, 6 Dec 2005 00:55:53 +0100 (CET) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Apache Wiki To: scm@geronimo.apache.org Date: Mon, 05 Dec 2005 23:55:53 -0000 Message-ID: <20051205235553.5567.41085@ajax.apache.org> Subject: [Geronimo Wiki] Update of "AdventureBuilder" by JacekLaskowski X-Virus-Checked: Checked by ClamAV on apache.org 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 JacekLaskowski: http://wiki.apache.org/geronimo/AdventureBuilder The comment on the change is: Upgrade to The Java™ Adventure Builder Reference 1.0.3 ------------------------------------------------------------------------------ = Deployment = - The page is about Java Adventure Builder Reference 1.0.1 application deployment onto Apache Geronimo. The application is part of [http://java.sun.com/j2ee//1.4/download.html#samples J2EE 1.4 SDK Samples 2005Q2 UR2] in the {{{samples\blueprints\adventure1.0.1}}} directory. + The page is about Java Adventure Builder Reference 1.0.3 application deployment onto Apache Geronimo. The home page of the application is http://adventurebuilder.dev.java.net. + + {{{NOTE:}}} + The previous version of the application - 1.0.1 - is part of [http://java.sun.com/j2ee//1.4/download.html#samples J2EE 1.4 SDK Samples 2005Q2 UR2] in the ''samples\blueprints\adventure1.0.1'' directory. It is quite possible yet highly discouraged to attempt to deploy that older version, instead. The home directory of the Geronimo-specific configuration files of Java Adventure Builder Reference application in Geronimo source tree is {{{sandbox/adventurebuilder}}}. == Prerequisites == - * Apache Geronimo r344940 or later + * Apache Geronimo r354231 or later - * [http://java.sun.com/j2ee//1.4/download.html#samples J2EE 1.4 SDK Samples 2005Q2 UR2] + * [http://adventurebuilder.dev.java.net The Java™ Adventure Builder Reference application] + * Java 5 (or the EARs will have to be rebuilt) + - * [http://java.sun.com/webservices/downloads/webservicespack.html Java Web Services Developer Pack 1.6] + * optional: [http://java.sun.com/webservices/downloads/webservicespack.html Java Web Services Developer Pack 1.6] == Deployment == @@ -20, +25 @@ 1. Go to {{{sandbox/adventurebuilder}}} directory - 1. Copy {{{samples/blueprints/adventure1.0.1}}} to {{{sandbox/adventurebuilder}}} directory + 1. Install Adventure Builder to {{{sandbox/adventurebuilder/adventure1.0.3}}} directory - 1. Distribute the Java Adventure Builder Reference 1.0.1 application {{{maven -o}}} + 1. Distribute Adventure Builder with {{{maven -o}}} Once distributed, the Adventure Builder application can be started and stopped with {{{maven -o ab:start}}} and {{{maven -o ab:stop}}}, respectively.