[omniNotify] Getting the latest omniNotify and omniORB source

Robert E. Gruber gruber at research.att.com
Wed Aug 6 12:36:48 BST 2003


This email describes how to get the latest omniORB and omniNotify sources from
sourceforge.  The latest omniNotify source is effectively the release candidate of the
upcoming omniNotify 2.0 release.

A new omniORB 4 release will happen soon, and this will be followed by the long-awaited
omniNotify 2.0 official release (it depends on the upcoming omniORB release, at least for
the Windows port).  Those of you not wanting to use anonymous cvs checkout from
sourceforge will need to wait for these releases.

Snapshots

http://omniorb.sourceforge.net/snapshots/omniORB-4.0-latest.tar.gz
http://omniorb.sourceforge.net/snapshots/omniNotify-2-latest.tar.gz


Anonymous CVS Access

(1) Do a cvs login to omniorb cvsroot:

  > cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/omniorb login 

  When prompted for a password for anonymous, simply press the Enter key.

(2) Get the latest omniORB source:
 
  > cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/omniorb co -r
omni4_0_develop omni 

(3) Change into <top>/src/services directory

  > cd omni/src/services

(4) Do a cvs login to omniNotify cvsroot:

  > cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/omninotify login 

  When prompted for a password for anonymous, simply press the Enter key.

(5) Get the latest omniNotify source:

  > cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/omninotify co -r
omniNotify2_alpha omniNotify


Now you have the sources.  See the appropriate README files for build instructions.

-- Bob





More information about the omninotify-list mailing list