The lib directory is created in the get-deps target which doesn't seem to be running when gump runs the build. Obviously gump wants to build net using the dependencies that it generated. It looks like, in the init target, that build.sysclasspath=only. The noget property is set and the get-deps target is skipped. Where are the dependant jars when gump builds a project ( oro and junit in this case )? On the sysclasspath? I've patched Maven to produce an ant build which will create the lib directory in the init target and regen'd and committed a new ant build for commons-net. Can you test the gump build of commons-net again?
Thanks a bunch for the help and information. ================================================================= Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED] http://www.qg.com > -----Original Message----- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 07, 2002 1:32 AM > To: [EMAIL PROTECTED] > Subject: Re: [NET] GUMP Build is broken > > > On Sun, 6 Oct 2002, Jeff Brekke <[EMAIL PROTECTED]> wrote: > > > I believe it must be a problem in the gump descriptor or something. > > If someone interested in working with gump would like to fix it to > > work with the generated ant build I'm +1, > > I'm more than willing to help 8-) > > The reason why it fails right now is that you have a fileset in your > <classpath> for the <junit> task that expects a directory lib to exist > under the commons-sandbox/net directory. > > On the boxes running Gump, there is no such directory and Ant fails - > maybe there is an empty one in CVS? No, not according to WebCVS. If > this build-file works on your machine, you must have a lib directory > that is not in CVS, I guess. > > Either drop that part of the classpath completely or ensure the > directory exists. > > Stefan > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
