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 JacekLaskowski:
http://wiki.apache.org/geronimo/Building
The comment on the change is:
A note about Java 5 and OpenEJB's reliance on sun.com.* classes of Java 1.4
------------------------------------------------------------------------------
= For the impatient ... =
... who wants to work on a fresh checkout of all major geronimo-related projects in one
maven build environment.
+
+ {{{
+ NOTE: OpenEJB's CORBA layer uses some classes that belong to sun.com.* package of Java 1.4.
Because of this it's not yet possible to build OpenEJB and thus use the steps described in
this section with Java 5.
+ }}}
Assuming you have Maven 1.0 installed, build the first time with:
{{{
|