• 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 use ant script?

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

I am a novice in JSF and have started trying out simple JSF applications after reading basic JSF materials.

I want to try out the example in http://www.exadel.com/tutorial/jsf/jsftutorial-kickstart.html

I have a Tomcat 5.0 container.
I do not know what is ant and how do I use it?

In the exadel example they say--
Compiling
An Ant build script is provided for you. To build the application run the build.xml script from the ant folder:
ant build

But I do not know how to run the ant build script.
Please help.
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a look in below urls. these will help you

http://www.roseindia.net/jboss/10_minutes_guide_to_ant.shtml
http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html
http://commons.apache.org/attributes/ant_demo.html
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic