You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2005/05/05 03:44:01 UTC

[Geronimo Wiki] Update of "Building" by JohnSisson

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 JohnSisson:
http://wiki.apache.org/geronimo/Building

The comment on the change is:
Remove Temporary Pre-build Step for Scout

------------------------------------------------------------------------------
  
  
  ----
- 
- = 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 ... =