• 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

How to Implement Ant in a Project

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want to use Ant in the development of my application
Could somebody tell me what are thr pre-requisites and what configurations I need to do once I start using it?

Thanks,
Deepak
 
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
Ehmm... well you need a JRE, which I assume you will have for your project anyway. And you need to set up your environment as per the Ant docs. And thats all.
 
Ranch Hand
Posts: 139
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
See if the following URL is a help with your needs.
Download ant from "http://ant.apache.org/; play little and start using it. It is very nice tool. Post your question here. Lot of good people out here to help. HTH -siva


http://ant.apache.org/manual/index.html
http://ant.apache.org/
http://blog.ideoplex.com/software/java/
#good example
http://www.cfdev.com/code_samples/code.cfm/CodeID/83/Java/Simple_Ant_build_xml_Build_Task
http://www.fawcette.com/javapro/2004_05/online/kjones_05_12_04/
http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html
http://java.sun.com/webservices/docs/1.0/tutorial/index.html
http://www.ehatchersolutions.com/JavaDevWithAnt/
http://java.sun.com/webservices/docs/1.0/tutorial/doc/GettingStarted5.html
http://ant.apache.org/resources.html
http://www.mode-x.com/index.php?menu_id=5&id=46&PHPSESSID=22da1a5ef7532176bb54a5fc173c381b
http://www.mode-x.com/index.php?id=47
http://codefeed.com/tutorial/ant_config.html
http://www.onjava.com/pub/a/onjava/2003/12/17/ant_bestpractices.html
http://www.ajug.org/archive/ajug-members/10302/msg00008.html
http://www.iseran.com/Java/ant/tutorial/ant_tutorial.html

http://java.sun.com/webservices/docs/1.2/tutorial/doc/GettingStarted3.html
http://java.sun.com/webservices/docs/1.0/tutorial/doc/GettingStarted5.html
very good site:
http://www.churchillobjects.com/c/11320.html
http://www-itg.lbl.gov/~ksb/Scratch/ant.html
http://www.oracle.com/technology/oramag/oracle/02-nov/o62odev_ant.html
http://www.catalysoft.com/articles/TopAntTips.html
http://www.spiderlogic.com/news_threads/SpiderLogic/anttips.html
http://www.developer.com/java/other/print.php/994991
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"dnewco",

We're pleased to have you here with us on the Ranch, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
Forum Bartender
 
reply
    Bookmark Topic Watch Topic
  • New Topic