Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 64981 invoked from network); 8 Feb 2005 12:30:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Feb 2005 12:30:02 -0000 Received: (qmail 87301 invoked by uid 500); 8 Feb 2005 12:30:02 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 87278 invoked by uid 500); 8 Feb 2005 12:30:01 -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 Delivered-To: mailing list scm@geronimo.apache.org Delivered-To: moderator for scm@geronimo.apache.org Received: (qmail 82688 invoked by uid 99); 8 Feb 2005 12:25:44 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: scm@geronimo.apache.org To: scm@geronimo.apache.org Subject: =?iso-8859-1?q?=5BApache_Geronimo_Wiki=5D_Updated=3A__Building?= Date: Tue, 08 Feb 2005 12:25:41 -0000 Message-ID: <20050208122541.60197.99908@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2005-02-08T04:25:41 Editor: GeirMagnussonJr. Wiki: Apache Geronimo Wiki Page: Building URL: http://wiki.apache.org/geronimo/Building no comment Change Log: ---------------------------------------------------------------------------= --- @@ -10,6 +10,29 @@ = ---- = +=3D Temporary Pre-build Step =3D + +Currently, Geronimo has a dependency on Apache Scout for JAXR, and Scout i= sn't in the maven repository. + +To fix this - to have it installed on your local repository - do the follo= wing : + +1) download Apache Scout source = + + {{{ + svn co http://svn.apache.org/repos/asf/webservices/scout +}}} + +2) build the source + {{{ + cd scout + cd trunk + maven +}}} + +That should build scout and put the required jars in your local maven repo= sitory. + +We (well, Geir) apologizes for this inconvenience, and is working to remed= y via published snapshots from the Apache Scout project. + =3D For the impatient ... =3D = ... who wants to work on a fresh checkout of all major geronimo-related pr= ojects in one maven build environment.