You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sc...@geronimo.apache.org on 2005/02/08 13:25:41 UTC

[Apache Geronimo Wiki] Updated: Building

   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 @@
 
 ----
 
+= Temporary Pre-build Step =
+
+Currently, Geronimo has a dependency on Apache Scout for JAXR, and Scout isn't in the maven repository.
+
+To fix this - to have it installed on your local repository - do the following :
+
+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 repository.
+
+We (well, Geir) apologizes for this inconvenience, and is working to remedy via published snapshots from the Apache Scout project.
+
 = For the impatient ... =
 
 ... who wants to work on a fresh checkout of all major geronimo-related projects in one maven build environment.