On Fri, 2001-12-07 at 10:40, Jayashree Gopal wrote:
> Hello,
> 
> I am very new to Ant and Turbine technology. I have
> installed ant and carried out all the instructions in
> the documentation successfully.
> 
> However, i find this exercise incomplete unless it is
> well understood wht happens in the process of
> performing these steps.
> 
> I would appreciate if somebody could explain this to
> me in detail.
> 
> Thnx,
> Jayashree.

ant is a java build system. ant has some *tasks* that perform some specific work, for 
example.

 - create a directory
 - compile a class

you can write your own tasks too.

tasks are grouped into targets and that how you invoke ant.
#host> ant <target>

for example, you could have a target top create a dir, copy some java
sources to that dir and compile then. 

you have to define your targets

see http://jakarta.apache.org/ant

> 
> =====
> Best Regards,
> Jayashree
> 
> __________________________________________________
> Do You Yahoo!?
> Send your FREE holiday greetings online!
> http://greetings.yahoo.com
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
Leandro Rodrigo Saad Cruz
IT - Inter Business Tecnologia e Servicos (IB)
http://www.ibnetwork.com.br


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to