Hi Tanguy,
Thanks for your reply. Actually I am using WSAD to develop web projects
in java .but I am interested to work in a tool which uses system calls
directly I mean I want to get the low level ideas. Can I use ant while
using WSAD I mean can I get some benefit from ant or I don't need it
now.  

Thanks and regards
Manas Ranjan Das


-----Original Message-----
From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 24, 2006 7:54 PM
To: Ant Users List
Subject: RE: regarding Ant

Hello Manas,

Ant is mainly used to automate processes related to developing java
software - so things like compiling, testing, deploying, etc. Think
about all of the things you do that do related to "development" (i.e.
not meetings - ant can't go to meetings for you yet) but don't involve
typing java code in your IDE. Some of these things are multi-step
processes that are tedious and error prone (the perfect example being
deploying your code to an application server: all that mindless
clicking!). Ant can be used to automate many of these things.

Look at the example build file in the outstanding ant docco (Using Ant
-> Writing a Simple Buildfile -> Example Buildfile) to see a really
simple example. 

/t

>-----Original Message-----
>From: Manas_Das [mailto:[EMAIL PROTECTED] 
>Sent: Friday, March 24, 2006 2:40 PM
>To: Ant Users List
>Subject: regarding Ant
>
>Dear all,
>       I got the idea that ant should be used whenever we want to
>automate some processes and more over it is a building tool in which we
>can specify several tasks but still I am getting confused with ant
>.could someone explain me about ant I mean what are the scenarios in
>which we should apply ant with some examples. Please someone explain me
>.
>
>Thanks and regards
>Manas Ranjan Das

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




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.


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

Reply via email to