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/12/29 23:01:21 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:
a few tweaks for the new build process, recommend people surf to '/'

------------------------------------------------------------------------------
  
   * J2SE SDK (http://java.sun.com/j2se/1.4.2/)
   * Apache Maven 1.0.2 or later (http://maven.apache.org/). It's recently been [http://mail-archives.apache.org/mod_mbox/geronimo-dev/200509.mbox/%3c1221B3F6-B4A3-4F58-A6DB-2B0ABE575F1F@iq80.com%3e reported] that the 1.1-b2 works.
-  * Subversion 1.2.0 (http://subversion.tigris.org/) - no troubles with other versions have been reported so any should work well.
+  * Subversion 1.2.0 (http://subversion.tigris.org/) - any version greater than 1.0 should work well.
   * CVS. UNIX/Linux users typically have CVS. Windows users can get WinCVS from http://www.wincvs.org site.
  
  = For the impatient ... =
@@ -63, +63 @@

  }}}
  (Please also check http://wiki.apache.org/geronimo/Running)
  
- Connect to the debug console:
+ Connect to the default root page:
  
- [http://localhost:8080/debug-tool/]
+ [http://localhost:8080/]
  
  You should check back here occasionally as things may well change.
  
@@ -193, +193 @@

  
  To clean your workspace, type `maven clean`.
  
- = Testing Build =
+ = Testing the Build =
  
- Start the server with the JmxDebuggingTool configuration:
+ Start the server:
      {{{
- $ java -jar target/geronimo-1.0-SNAPSHOT/bin/server.jar org/apache/geronimo/DebugConsole
+ $ java -jar target/geronimo-1.0/bin/server.jar
  }}}
  
- Connect to the debug console:
+ Connect to the default root application:
  
- [http://localhost:8080/debug-tool/]
+ [http://localhost:8080/]
  
  To stop the server use ctrl-C or an equivalent; a proper shutdown command will be made available when the deployment includes the remoting framework.