Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 46023 invoked from network); 15 Sep 2005 18:51:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2005 18:51:54 -0000 Received: (qmail 88855 invoked by uid 500); 15 Sep 2005 18:51:53 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 88834 invoked by uid 500); 15 Sep 2005 18:51:53 -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 88821 invoked by uid 99); 15 Sep 2005 18:51:52 -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 11:51:52 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9A521138 for ; Thu, 15 Sep 2005 20:51:51 +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 18:51:51 -0000 Message-ID: <20050915185151.21572.6698@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 ------------------------------------------------------------------------------ The above article refers to ongoing development of this plugin as part of Eclipse's Web Tools project. However as of recent, this is no longer, and it has been removed from WTP drivers. Instead, it is now being developed as a subproject under Apache Geronimo. ---- + == Step 1 - Software Prerequisites == + * [http://maven.apache.org Maven] + * [http://subversion.tigris.org/ SubVersion] + * [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. + + Extract all of the download zips into the same root location. + ---- + == Step 2 - Download Source == + + The next step is to download the source using subversion. + + {{{ + svn co https://svn.apache.org/repos/asf/geronimo/devtools/trunk/modules/eclipse-plugin/ geronimo-eclipse-tools + }}} + + ---- + == Step 3 - Building == + + To build all the source and create a binary image 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. + + 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 + }}} + ---- +