Date: 2004-01-18T11:18:42
Editor: 65.96.13.174 <>
Wiki: Apache Geronimo Wiki
Page: OpenEJBNova
URL: http://wiki.apache.org/geronimo/OpenEJBNova
no comment
Change Log:
------------------------------------------------------------------------------
@@ -6,9 +6,14 @@
* {{{Before building Nova Geronimo has to be built.}}} See
[wiki:BuildingAndRunning BuildingAndRunning]
* Get the sources of Nova from OpenEJB's nova branch
-
+ {{{
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/openejb co -r nova -d nova openejb
-
+ }}}
+ If you are having proxy/firewall problems then you can try the following
+ {{{
+ cvs -d:pserver:[EMAIL PROTECTED]:80/cvsroot/openejb login
+ cvs -d:pserver:[EMAIL PROTECTED]:80/cvsroot/openejb co -r nova -d nova
openejb
+ }}}
* Go to nova/nova directory and run maven build
= Running =