On 2009-02-19, meher03 wrote:
> Qs: Will Ant 1.7.1 binary downloaded from the Apache ant website work on
> linux box.
as a blanket question, the blanket answer is YES.
Ant is way more dependent on the Java VM that is executing it than the
operation system and there are many JVMs available for L
Ant is actually a Java application and will run on ANY system that runs Java.
The "ant" command itself is a shell script that runs the Ant java
program under your Java interpreter. A ant.bat script does the same
thing for Windows.
The output of the command you show is the output of the "java
-ver