I'll try the branch. The interop and itest modules should be commented out.
Thanks, Aaron On 12/9/05, John Sisson <[EMAIL PROTECTED]> wrote: > Aaron Mulder wrote: > > >I believe the builds should be working now, though I've only had time > >to run HEAD all the way through (not the 1.0 branch). I'd recommend > >the following (with Maven 1.1-beta-2): > > > >maven m:co > >rm -rf ~/.maven/plugins ~/.maven/cache/geronimo* > >~/.maven/repository/geronimo/plugins > >maven m:clean m:clean-repo new > > > >Aaron > > > > > > > JS> On the 1.0 branch the build does not work following your > instructions above. This is what I got (search for JS> for comments) > > <SNIP> > > Starting the reactor... > Our processing order: > OpenEJB :: Core > OpenEJB :: PK Generation :: Builder > OpenEJB :: Builder > +---------------------------------------- > | openejb OpenEJB :: Core > | Memory: 44M/54M > +---------------------------------------- > DEPRECATED: the default goal should be specified in the <build> section > of project.xml instead of maven.xml > DEPRECATED: the default goal should be specified in the <build> section > of project.xml instead of maven.xml > new2: > Attempting to download geronimo-interop-1.0.jar. > WARNING: Failed to download geronimo-interop-1.0.jar. > > BUILD FAILED > File...... C:\OpenSourceJava\geronimo\branches\1.0\maven.xml > Element... maven:reactor > Line...... 48 > Column.... -1 > The build cannot continue because of the following unsatisfied dependency: > > geronimo-interop-1.0.jar > > Total time : 3 minutes 22 seconds > Finished at : Saturday, 10 December 2005 14:54:33 > > C:\OpenSourceJava\geronimo\branches\1.0> > > JS> I then build the interop module and ran maven new again, then after > a while got another error: > > +---------------------------------------- > | Executing default OpenEJB :: Integration Tests > | Memory: 56M/75M > +---------------------------------------- > DEPRECATED: the default goal should be specified in the <build> section > of project.xml instead of maven.xml > DEPRECATED: the default goal should be specified in the <build> section > of project.xml instead of maven.xml > > build:end: > > Attempting to download geronimo-jetty-j2ee-1.0.zip. > WARNING: Failed to download geronimo-jetty-j2ee-1.0.zip. > > BUILD FAILED > File...... C:\Documents and > Settings\sissonj\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly > Element... maven:reactor > Line...... 218 > Column.... -1 > The build cannot continue because of the following unsatisfied dependency: > > geronimo-jetty-j2ee-1.0.zip > > Total time : 3 minutes 29 seconds > Finished at : Saturday, 10 December 2005 15:03:56 > > C:\OpenSourceJava\geronimo\branches\1.0> > > JS> Building assemblies\j2ee-jetty-server at this point also fails due > to the car files not yet being built. > > >