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/10/11 19:20:46 UTC

[Geronimo Wiki] Update of "Building" by TobyCabot

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

The comment on the change is:
updated location of geronimo distribution zip file, merged two sections

------------------------------------------------------------------------------
  
  You should check back here occasionally as things may well change.
  
- ----
- 
  = New To Maven? =
  
  You don't build this project with Ant (directly), you build it with Maven.  Maven manages downloading all the external dependencies for you, as well as handling the large number of modules to build and then creating one consolidated Geronimo build based on that.
@@ -81, +79 @@

  
  For further reference on the available commands it may be a good idea to change into a subdirectory of `geronimo/modules` and have a look at the respective maven.xml files.
  
- ----
- 
- = Building the full server =
- 
- Simply type `maven` in the root of the Geronimo source tree.  Once the build successfully completes, the assembled server will be available in the geronimo directory of your maven repository (on unix `~/.maven/repository/geronimo/jars/geronimo-assembly-1.0-SNAPSHOT.jar`).
- 
- = Building geronimo and related projects =
+ = Building Geronimo and related projects =
  
  [http://issues.apache.org/jira/browse/GERONIMO-297 (see also GERONIMO-297)]
  
@@ -105, +97 @@

  
  To remove the local maven repository artifacts of Geronimo, OpenEJB, and TranQL, do `maven m:clean-repo` -- and build again.  
  
+ Once the build successfully completes, the assembled server will be available in the target directory of the assembly module (on unix `geronimo/modules/assembly/target/distributions/geronimo-1.0-SNAPSHOT.zip`).
  
  = Building Offline =