Date: 2004-10-28T09:34:17
   Editor: TobyCabot <[EMAIL PROTECTED]>
   Wiki: Apache Geronimo Wiki
   Page: Building
   URL: http://wiki.apache.org/geronimo/Building

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -26,17 +26,16 @@
   [ Same as m:clean m:clean-repo m:default 
     and it includes geronimo-spec modules
   ]
-
 }}}
 
 Build next time with: 
     {{{
 $ maven m:update
-$ maven -p dependencies.xml 
 $ maven m:rebuild -o
-
 }}}
 
+The "m:update" gets new code from cvs/svn, and the "m:rebuild" rebuilds.  The 
"-o" flag tells Maven to build offline, which is much faster than the default 
online process.  Occasionally, though, the offline build might fail if some 
dependency goes out of date; in that case you'll want to run `maven m:rebuild` 
without the "-o" flag.
+
 Run server with the debug console web application:  
     {{{
 $ java -jar modules/assembly/target/geronimo-1.0-SNAPSHOT/bin/server.jar 
org/apache/geronimo/DebugConsole
@@ -158,14 +157,14 @@
  == Assembly Fails ==
 
  It has been noticed that the deployment of the 
{{{org/apache/geronimo/System}}} plan will not succeed during the assembly 
phase if it is being done with JVM version: 
-     {{{
+  {{{
 java version "1.4.2_04"
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
 Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
 }}}
 
  The error message that will be seen during the build is:
-     {{{
+  {{{
    [java] Deployed org/apache/geronimo/System
    [java] Deployed org/apache/geronimo/System
    [echo] Building server configuration

Reply via email to