Re: Build errors on trunk

2006-01-14 Thread Jan Bartel
David, I'm ecstatic! Those dependency changes have solved my problems and I finally have a build. Thanks heaps! Jan David Jencks wrote: There were definitely some missing dependencies that explain the possibility of the first problem you encountered. I'm still confused by the second one.

Re: Build errors on trunk

2006-01-13 Thread David Jencks
There were definitely some missing dependencies that explain the possibility of the first problem you encountered. I'm still confused by the second one. I've fixed the dependency problems I know about. Can you update and try again? You should be able to just do: rm -rf ~/.maven/repositor

Re: Build errors on trunk

2006-01-13 Thread Matt Hogstrom
Hi Jan, Is it possible to checkout the trunk from scratch and try that? If it fails we'll know its not something residual in your build environment. Jan Bartel wrote: I still can't build HEAD. I am using maven 1.0.2 on Ubuntu Linux with jdk 1.4.2 and svn revision 368935. I've done: + dele

Re: Build errors on trunk

2006-01-13 Thread Jan Bartel
I still can't build HEAD. I am using maven 1.0.2 on Ubuntu Linux with jdk 1.4.2 and svn revision 368935. I've done: + deleted geronimo from my local repo + deleted the plugins from my local repo + deleted configs/*/target + maven m:fresh-checkout + maven m:clean + maven new The build complains

Re: Build errors on trunk

2006-01-12 Thread Aaron Mulder
I was able to build HEAD successfully. I did: maven m:update maven -o m:clean m:clean-repo maven new I used Maven 1.1-beta2 and the last (online) step took 51m. Aaron On 1/12/06, Jan Bartel <[EMAIL PROTECTED]> wrote: > Anita, > > I must admit that I've been trying to build most of it > offline

Re: Build errors on trunk

2006-01-12 Thread Jan Bartel
Anita, I must admit that I've been trying to build most of it offline as it takes me about 8hrs to do a full build online (problem with using a laptop). I have bitten the bullet and am now about 2hrs thru a full build, so I will let you know what happens when I get up to the openejb portion of

Re: Build errors on trunk

2006-01-12 Thread anita kulshreshtha
Jan, Did you delete openejb/core? Build openejb online without it. I could not get the core to build. thanks Anita --- Jan Bartel <[EMAIL PROTECTED]> wrote: > Anita, > > Thanks for the suggestion, but it must be something > else > going on, as I already seem to have the > org.apache.ger

Re: Build errors on trunk

2006-01-12 Thread Jan Bartel
Anita, Thanks for the suggestion, but it must be something else going on, as I already seem to have the org.apache.geronimo.specs.geronimo-corba_2.3_spec-1.0.jar in my local repo. I'm starting to feel like I may never have a working copy again! :-( cheers Jan anita kulshreshtha wrote:

Re: Build errors on trunk

2006-01-12 Thread anita kulshreshtha
I have had the same luck! After 2 days I was able to build the server. This is related to G-1449. The missing geronimo-corba_2.3_spec-1.0.jar should be put in maven repo at org.apache.geronimo.specs manually. I hope this helps. Thanks Anita --- Jan Bartel <[EMAIL PROTECTED]> wrote: >

Build errors on trunk

2006-01-12 Thread Jan Bartel
I've been trying to build geronimo trunk for 2 days and I'm going crazy! I've tried every combination of online and offline, m:clean, m:fresh-checkout, I've even deleted configs/*/target, and I still get this error every time I try and build the configs (this example is from the j2ee-server mod