You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/07/02 07:10:56 UTC

svn commit: r208822 - /geronimo/trunk/BUILDING.txt

Author: ammulder
Date: Fri Jul  1 22:10:55 2005
New Revision: 208822

URL: http://svn.apache.org/viewcvs?rev=208822&view=rev
Log:
Update required Maven version, and put in a note about using the
  uberbuild in cases when binaries are out of date.

Modified:
    geronimo/trunk/BUILDING.txt

Modified: geronimo/trunk/BUILDING.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/BUILDING.txt?rev=208822&r1=208821&r2=208822&view=diff
==============================================================================
--- geronimo/trunk/BUILDING.txt (original)
+++ geronimo/trunk/BUILDING.txt Fri Jul  1 22:10:55 2005
@@ -1,7 +1,7 @@
 Welcome to Geronimo
 ===================
 
-To build me please install Maven from here - version b10 or later.
+To build me please install Maven from here - version 1.0.2 or later.
 
 	http://maven.apache.org/
 
@@ -18,6 +18,19 @@
 tree:
 
         $> maven
+
+That command will compile Geronimo, using recent binary builds of
+OpenEJB and TranQL.  In some cases synchronized changes are made
+to several of the projects at once, and you may have trouble
+building the HEAD code of Geronimo against the older binaries of
+OpenEJB of TranQL.  In that case, you can run:
+
+	$> maven m:co
+	$> maven m:rebuild-all
+
+The first command checks out the latest OpenEJB and TranQL code,
+while the second cleans and previous build output and rebuilds
+Geronimo, OpenEJB, and TranQL from scratch.
 
 To build and run the server, change into the assembly directory and
 type: