Re: Ant to collect 3rd party libraries

2003-08-29 Thread Charlie Cano
ven, http://maven.apache.org/ > > > >Maven builds on top of Ant and one of its features is it handles that > >gathering of 3rd party libraries automaticly for you. > > > >Charlie Cano wrote: > > > >>I would like to use Ant to automate the &

Re: Ant to collect 3rd party libraries

2003-08-29 Thread Charlie Cano
13:51, Erik Husby wrote: > You might want to take a look at Maven, http://maven.apache.org/ > > Maven builds on top of Ant and one of its features is it handles that > gathering of 3rd party libraries automaticly for you. > > Charlie Cano wrote: > > >I would like

dependencies shared between projects

2003-08-14 Thread Charlie Cano
Hello all, Following the advice of the Manning book "Java Development with Ant," I'm creating a master build file and several "sub-projects," each with their own stand-alone build file. My directory structure looks like this: /project/ /sub1/ /src /dist /etc /sub