M2 branch merged with trunk but has a build failure

2007-01-25 Thread Prasad Kashyap
I merged the M2 branch with the latest changes from Dain, Blevins and Jencks. I think the merge went pretty well considering I was doing it for the first time. However, the M2 build fails in the assemblies with the error shown below. I spent quite some time trying to resolve this but in vain

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread David Jencks
I've had similar problems over the last few days and AFAICT cleaning bits of my local maven repo and rebuilding, perhaps offline, have fixed them. I think we need to figure out why these problems are happening. I think its some mismatch between the maven repo and the geronimo repo: when

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread David Jencks
I checked out 2.0-M2 and built it without problems so I don't think these changes caused whatever build problems you are seeing. I used mvn -o install -Dstage=bootstrap mvn -o install thanks david jencks On Jan 25, 2007, at 12:54 AM, David Jencks wrote: I've had similar problems over the

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Prasad Kashyap
On 1/25/07, David Jencks [EMAIL PROTECTED] wrote: I checked out 2.0-M2 and built it without problems so I don't think these changes caused whatever build problems you are seeing. Hmm.. I saw the same problem on 2 separate machines. One machine had an absolutely clean setup (clean repo and

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Prasad Kashyap
I'm afraid I can't claim the same result. Even after very many attempts, it fails at the very same spot. So I checked out revision 499677 (one before the merge) and built it. It builds successfully. Either the merge didn't go well or something in the merge is making it to fail. Cheers Prasad

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Kevan Miller
On Jan 25, 2007, at 2:44 PM, Prasad Kashyap wrote: I'm afraid I can't claim the same result. Even after very many attempts, it fails at the very same spot. So I checked out revision 499677 (one before the merge) and built it. It builds successfully. Either the merge didn't go well or

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Paul McMahan
I just checked out the M2 branch and built successfully. I did not delete my local repo and used mvn install to build. Paul On 1/25/07, Kevan Miller [EMAIL PROTECTED] wrote: On Jan 25, 2007, at 2:44 PM, Prasad Kashyap wrote: I'm afraid I can't claim the same result. Even after very many

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Prasad Kashyap
Paul, Can you please make your tomcat binaries available for download ? Meanwhile, since I was able to build with r499677, I'm wondering if someone is willing to try out the following for me: 1) merge all of Dain's, Blevin's and Jenck's changes in trunk since the branch with r499677 of 2.0-M2

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Paul McMahan
Available at people.apache.org/~pmcmahan/geronimo-tomcat6-jee5-2.0-M2-SNAPSHOT-bin.zip Do you need the tgz too? Paul On 1/25/07, Prasad Kashyap [EMAIL PROTECTED] wrote: Paul, Can you please make your tomcat binaries available for download ? Meanwhile, since I was able to build with r499677,