Re: I'm trying to build maven from CVS but running into problems

2004-08-27 Thread Michael Gaffney
Thanks for the info, Brett. It looks like the JellyDoc Plug-in failed to build on my machine. The error was "Failed to download javadoc-1.3.jar". I'll look into it some more, but thanks again for the info. Mike On Fri, 27 Aug 2004 09:49:09 +091800, Brett Porter <[EMAIL PROTECTED]> wrote: > You

Re: I'm trying to build maven from CVS but running into problems

2004-08-26 Thread Brett Porter
You need to look earlier in the log. Due to a bug in the bootstrap, if a plugin fails, the bootstrap continues. So what has happenned is a plugin build failed, hence the test plugin was never built and installed. - Brett Quoting Michael Gaffney <[EMAIL PROTECTED]>: > I'm trying to build maven fr

I'm trying to build maven from CVS but running into problems

2004-08-26 Thread Michael Gaffney
I'm trying to build maven from the CVS HEAD and I'm running into problems. This is my first time building maven so if I'm doing something really stupid, please forgive me. I followed the instructions on the web site for build maven and when the build gets to the "BUILDING MAVEN WITH ITSELF..." pa