• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

what is ant

 
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,can plz someone tells me what is an ant
coz i have the JBuilderX and there is an ant wizard and
other stuffs , thx for any help
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ANT is Another Neat Tool. It is a Java (as in written in, not necessaily for) build tool for applications - the common comparison is with the UNIX MAKE command. It allows the configuration of the common tasks in a project build process in a way that anyone involved in a project can quickly and simply build and deploy the application.


(I resisted the strong urge to not reply to a post written in IM/AOL speak here - in future omar bili you might want to stick to English)
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Omar,
We actually have an Ant forum one below this one, so I'm moving this there.

If you have a question about the ant/jbuilder integration, it would belong in IDEs, but questions about ant in general would go in the Ant forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic