On Thu, 11 May, 2006 7:38 am, Raghuveer wrote: > My customer requirement is to use ANT. > i.e > - Application must use ANT to build and deploy > > I have written build.xml for build. > > What does "deploy" means.
Deploy means to make your software available for use by end users. See http://en.wikipedia.org/wiki/Software_deployment for some hints. > How can be done the same using ANT. 1. Work out all the activities and tasks that need to be done to deploy your software. 2. Automate these activities, using an Ant script, or other suitable tools. Good luck! -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
