• 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

Help on using Ant in eclipse IDE

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Iam a newbie to using ant. IAm using eclipse v3.0.1 trying to develop a strusts application. How do I make use of the ant to run the application?
i.e How do i configure and start using it?
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Deepthi,
there are two ways to use ant along with Eclipse.
Either u should already have a "build.xml" which can be loaded into your application or you can create a "build.xml" in Eclipse.

Jyothi.
 
Deepthi Mudidani
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jyothi,Thanks for the response. I have a build file that comes by deafult with struts-blank.war file but it doesnot have any targets that deploy the application into the container except for compiling.
Can u suggest some resources where i can acheive that?
reply
    Bookmark Topic Watch Topic
  • New Topic