> "ant is a java based build tool (a kind of make).
> http://jakarta.apache.org/ant/index.html
> "

All varietes of UNIX have a "make" command, which reads instructions/setup from 
"Makefile" and builds the requested target of that project. "ant" does the same, only 
it is Java based and uses "build.xml" file, which is far more understandable than 
"Makefile".

Nix.


Reply via email to