Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 196 invoked from network); 15 Sep 2005 19:58:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2005 19:58:07 -0000 Received: (qmail 20435 invoked by uid 500); 15 Sep 2005 19:58:06 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 20418 invoked by uid 500); 15 Sep 2005 19:58:06 -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 20405 invoked by uid 99); 15 Sep 2005 19:58:06 -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; Thu, 15 Sep 2005 12:58:04 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 4AB78138 for ; Thu, 15 Sep 2005 21:58:03 +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: Thu, 15 Sep 2005 19:58:03 -0000 Message-ID: <20050915195803.1731.73339@ajax.apache.org> Subject: [Geronimo Wiki] Update of "Eclipse Tools" by Sachin Patel 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 Sachin Patel: http://wiki.apache.org/geronimo/Eclipse_Tools ------------------------------------------------------------------------------ * [http://java.sun.com J2SE 1.4.2] * [http://www.eclipse.org/webtools/ Eclipse Web Tools Platform] - These are the prerequisites to install the Web Tools Platform. They must be downloaded and installed before the WTP can be installed. See the WTP download page for the correct driver versions needed for Eclipse, EMF, GEF, and the Java EMF Model Runtime. + These are the prerequisites to install the Web Tools Platform. They must be downloaded and installed before WTP can be installed. See the WTP download page for the correct driver versions needed for Eclipse, EMF, GEF, and the Java EMF Model Runtime. Extract all of the download zips into the same root location. ---- @@ -30, +30 @@ ---- == Step 3 - Building == - To build all the source and create a binary image from the ''geronimo-eclipse-tools'' folder invoke: + To build all the source and create the distribution zip, from the ''geronimo-eclipse-tools'' folder invoke: {{{ maven -Declipse.home=/home/user/eclipse }}} - The ''Declipse.home'' property points to the location of your eclipse and web tools install. This location is used to build the source against the required plugins. + The ''-Declipse.home'' property points to the your install location of the Eclipse and WTP. This location is used to build the source against the required plugins. - By default the plugins will currently generate an image for use on Geronimo M4. To specify an image for the latest snapshot, specify the following property as well. + By default, the plugins will currently generate an image for use on Geronimo M4. To specify an image for the latest snapshot, specify the following property as well. {{{ maven -Dgeronimo_runtime_version=1.0-SNAPSHOT }}} - It is important that you build agaist the same runtime version you plan to deploy against. So you build against the 1.0-SNAPSHOT you should also rebuild the + It is important that you build agaist the same runtime version you plan to deploy against. So if you build against the 1.0-SNAPSHOT you should also rebuild the - server itself. + server as well. ---- == Step 4 - Installing == - The binary zip image will be located in ''../geronimo-eclipse-tools/assembly/target/geronimo-server-adapter.zip''. This zip file should then be extracted inside ''${eclipse.home}''. + The binary zip image will be located in ''../geronimo-eclipse-tools/assembly/target/geronimo-eclipse-plugin-1.0.0.zip''. This zip file should then be extracted inside ''${eclipse.home}''. - If you have extracted this zip into ''${eclipse.home}'' before, remember to launch eclipse with the ''-clean'' parameter, otherwise the new image will not be picked up. + If you have extracted this zip into ''${eclipse.home}'' before, remember to launch eclipse with the ''-clean'' parameter, otherwise the new version will not be picked up. ----