After some work, I managed to get the project built. Here is the build message: BUILD SUCCESSFUL Total time: 9 minutes 26 seconds Finished at: Tue Sep 07 01:48:52 PDT 2004 I downloaded from cvs around 0:30 (Pacific Time). Things that I did: ++++ created under console-web the project.properties to tell where to get the specs. ++++ changed incubator-geronimo/modules/console-web/project.xml adding http, site directory, etc... ++++ fixed incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/kernel/jmx/MBeanProxyFactory.java so tests in security (and beyond) would pass. < import javax.management.MBeanServerConnection; --- > import javax.management.MBeanServer; 43c43 < public static Object getProxy(Class type, MBeanServerConnection server, ObjectName objectName) { --- > public static Object getProxy(Class type, MBeanServer server, ObjectName objectName) { ++++ fixed incubator-geronimo/modules/maven-plugin/src/java/org/apache/geronimo/deployment/mavenplugin/StopRemoteServer.java so maven-plugin will compile : < kernel = (KernelMBean) MBeanProxyFactory.getProxy(KernelMBean.class, mbServerConnection, Kernel.KERNEL); --- > kernel = (KernelMBean) MBeanProxyFactory.getProxy(KernelMBean.class, (MBeanServer)mbServerConnection, Kernel.KERNEL); ++++ same as above for modules/maven-plugin/src/java/org/apache/geronimo/deployment/mavenplugin/WaitForStarted.java Hope that helps, -luiza --- "Alan D. Cabrera" wrote: > As happens when ever we embark on a project re-org, > the build is broken. > I'd like to suggest some of the following steps to > be performed before > certifying that what has been done will not break > the build: > > > > * Remove the geronimo, ews, axis, and openejb > repositories before > doing a full rebuild. > * Build on a windoze box where your maven repository > is in a path > that has spaces in it. > * Build OpenEJB > > > > Doing these three simple steps will cover about 95% > of the problems that > I encounter whenever a project re-org takes place. > > > > > > Thanks, > > Alan > > > > > > _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush