Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

About ant

  Asked By: Kevin    Date: May 18    Category: Java    Views: 352
  

now i'm start to learn ant to help me,i know nothing about it,could
someone give me some advise?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Clay Cook     Answered On: May 18

Ant (another new tool) is the tool for building the
application.It basically uses the XML file format.We
have to specify all the info needed for it as an
attribute.Ant provided some specification for that.
Stricktly speaking it is an auto build mechanism tool.
For example it is integrated with weblogic and
websphere as a building tool.

 
Answer #2    Answered By: Josephine Gomez     Answered On: May 18

I would read the manual from apache on it. It isn't too bad to pick up.

There are some great tutorials on how to build a simple file, after that it
is just experimentation.

 
Didn't find what you were looking for? Find more on About ant Or get search suggestion and latest updates.




Tagged: