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 &
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
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