Hi, After OpenEJB jars have been published and added two deps to configs/client/project.xml, I could build Geronimo on a clean environment with Maven *1*, just-checked-out sources and ~/.maven removed.
The steps are as follows: $ rm -rf ~/.maven $ rm -rf geronimo $ svn co https://svn.apache.org/repos/asf/geronimo/trunk geronimo $ cd geronimo $ maven -Dmaven.test.skip=true The fix is to add dependencies - axion and backport-concurrent-util - to configs/client/project.xml. I'll commit the fix (no need for RTC) once Geronimo has been built cleanly again. Doing it now... $ maven -Dmaven.test.skip=true -Dmaven.itest.skip=true ... BUILD SUCCESSFUL Total time : 15 minutes 34 seconds Finished at : Saturday, July 1, 2006 7:25:18 PM CEST On building Geronimo while praying iBiblio will not slow down and respond on time... Jacek -- Jacek Laskowski http://www.laskowski.net.pl
