Re: build problem on 1.1 branch?

2006-05-26 Thread toby cabot
John, On Fri, May 26, 2006 at 09:51:25AM +1000, John Sisson wrote: I built Geronimo rev 409303 ok yesterday (with OpenEJB checked out at rev 2658 via maven m:fresh-checkout command) BUILD SUCCESSFUL Total time : 117 minutes 44 seconds Finished at : Friday, May 26, 2006 2:06:10 AM EDT

Re: build problem on 1.1 branch?

2006-05-25 Thread toby cabot
On Tue, May 23, 2006 at 05:49:34PM -0400, toby cabot wrote: Hi folks, I checked out a fresh copy of the 1.1 branch and tried to build. It gets as far as: Based on suggestions (thanks!) from several folks on the list I updated from subversion, blew away my .maven directory, and lept back

Re: build problem on 1.1 branch?

2006-05-25 Thread John Sisson
Hi Tony, So we can replicate the problem, are you building Geronimo and OpenEJB or just building Geronimo and downloading OpenEJB dependencies. I built Geronimo rev 409303 ok yesterday (with OpenEJB checked out at rev 2658 via maven m:fresh-checkout command) Thanks, John toby cabot

Re: build problem on 1.1 branch?

2006-05-25 Thread toby cabot
John, Thanks for your help. On Fri, May 26, 2006 at 09:51:25AM +1000, John Sisson wrote: So we can replicate the problem, are you building Geronimo and OpenEJB or just building Geronimo and downloading OpenEJB dependencies. I built Geronimo rev 409303 ok yesterday (with OpenEJB checked out

build problem on 1.1 branch?

2006-05-23 Thread toby cabot
Hi folks, I checked out a fresh copy of the 1.1 branch and tried to build. It gets as far as: + | configurations Geronimo Configuration for performing service deployments | Memory: 40M/50M + DEPRECATED: the

Re: build problem on 1.1 branch?

2006-05-23 Thread Paul McMahan
Toby, I have been hitting that problem too on debian with a fresh checkout or after running the clean target. I don't know what the underlying problem is, but compiling a second time seems to work past it (just type maven -o new4 new5 to complete the build). This problem may be related to the

Re: build problem on 1.1 branch?

2006-05-23 Thread John Sisson
Ahh, so I wasn't the only one having the problem :-) Ensure all the geronimo plugins in your local repo are deleted. That seemed to fix it for me in GERONIMO-2037. I didn't have the time to spend working out which plugin and change introduced the problem. John Paul McMahan wrote: Toby, I

Re: build problem on 1.1 branch?

2006-05-23 Thread toby cabot
Paul, Thanks for the tip. Looks like I need to do an online build, and people.apache.org has been bouncy for the past few hours, but I'll try a maven new4 new5 again tomorrow morning. Appreciate the help! Toby