Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 87319 invoked from network); 17 Sep 2005 19:36:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Sep 2005 19:36:15 -0000 Received: (qmail 35113 invoked by uid 500); 17 Sep 2005 19:36:14 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 34963 invoked by uid 500); 17 Sep 2005 19: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 34949 invoked by uid 99); 17 Sep 2005 19:36:13 -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; Sat, 17 Sep 2005 12:36:11 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id DA91619F for ; Sat, 17 Sep 2005 21:36:09 +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: Sat, 17 Sep 2005 19:36:09 -0000 Message-ID: <20050917193609.9237.54595@ajax.apache.org> Subject: [Geronimo Wiki] Update of "Building" 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/Building The comment on the change is: A note about Maven 1.1-b2 ------------------------------------------------------------------------------ ---- = Pre-requisites = - == Windows == - These are the pre-requisites for a build on windows 2000 SP4 - - J2SE SDK - I used sun jdk 1.4.2_04 - [http://java.sun.com/j2se/1.4.2/] + * J2SE SDK (http://java.sun.com/j2se/1.4.2/) + * Apache Maven 1.0.2 or later (http://maven.apache.org/). It's recently been [http://mail-archives.apache.org/mod_mbox/geronimo-dev/200509.mbox/%3c1221B3F6-B4A3-4F58-A6DB-2B0ABE575F1F@iq80.com%3e reported] that the 1.1-b2 works. + * Subversion 1.2.0 (http://subversion.tigris.org/) - no troubles with other versions have been reported so any should work well. - Apache Maven - maven-1.0.2. Previous versions have a bug that breaks the Geronimo build. The builds currently fails with Maven 1.1-beta-1. - [http://maven.apache.org/] - subversion - svn-1.2.0 [http://subversion.tigris.org/] - CVS - wincvs120 [http://www.wincvs.org/] - - The executables maven.exe, cvs.exe and svn.exe needs to be in the system PATH. = For the impatient ... = @@ -38, +26 @@ NOTE: OpenEJB's CORBA layer uses some classes that belong to sun.com.* package of Java 1.4. Because of this it's not yet possible to build OpenEJB and thus use the steps described in this section with Java 5. }}} - Assuming you have Maven 1.0.2 installed, build the first time with: + Assuming you have Apache Maven 1.0.2+ installed, build the first time with: {{{ $ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk geronimo $ cd geronimo