geronimo build fails

2005-06-12 Thread Stefan Schmidt
Hi, I am getting the following error when trying to build Geronimo from source (maven m:rebuild-all): BUILD FAILED File.. .maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly Element... maven:reactor21:41:15,982 WARN [HOWLLog] Received unexpected log record: [EMAIL PROTECTED]

Re: geronimo build fails

2005-06-12 Thread David Jencks
Can you try 1. make sure no geronimo servers are running in the background 2. build just the assembly module? (cd modules/assembly;maven -o) Usually for me wait-for-started problems are either from a server running in the background or too many other things going on at once. thanks david