I am a Java (and Ant) newbie, so be gentle.
1. The Ant documentation says, "All the main Java IDEs ship with Ant,
products such as Eclipse, NetBeans and IntelliJ IDEA. If you install
Ant this way you usually get the most recent release of Ant at the
time the IDE was released."
If I have already got an installation of IntelliJ IDEA, do I still
need to setup Ant separately?
2. Even if the answer to question 1 above is a no, even then, only for
the sake of curiosity, if I had to install Ant separately, which
directory out of the two should I point to ANT_HOME:
a) the Ant root directory that includes lib, bin, etc, docs etc.; or
b) the Ant bin directory?
Daniel Dyer - 12 Feb 2007 12:39 GMT
> I am a Java (and Ant) newbie, so be gentle.
>
[quoted text clipped - 5 lines]
> If I have already got an installation of IntelliJ IDEA, do I still
> need to setup Ant separately?
No.
> 2. Even if the answer to question 1 above is a no, even then, only for
> the sake of curiosity, if I had to install Ant separately, which
> directory out of the two should I point to ANT_HOME:
>
> a) the Ant root directory that includes lib, bin, etc, docs etc.; or
> b) the Ant bin directory?
a.
Dan.

Signature
Daniel Dyer
http://www.uncommons.org
Sathyaish - 12 Feb 2007 13:51 GMT
> > I am a Java (and Ant) newbie, so be gentle.
>
[quoted text clipped - 21 lines]
> --
> Daniel Dyerhttp://www.uncommons.org
Thanks very much, Dan.