Re: deploy by ant

2006-05-12 Thread Steve Loughran
Raghuveer wrote: I need to delpoy on OC4J and runs with LDAP SQL server. LDAP,LOG 4J,DATABASE datsource configration properties changes based on environment like TEST,DEVELOPMENT,PRODUCTION Ant can help with -the logistics of copying files from place to place -starting and stopping servers

Re: deploy by ant

2006-05-12 Thread Steve Loughran
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. "deployment" is the act of getting your program up and running on the server. It could mean 1. to get your war fi

RE: deploy by ant

2006-05-11 Thread Raghuveer
EMAIL PROTECTED]' Subject: RE: deploy by ant What application server you want to deploy to? -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: 11 May 2006 07:38 To: 'Ant Users List' Subject: deploy by ant My customer requirement is to use ANT. i.e -

Re: [SPAM-H] - Re: deploy by ant - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-11 Thread Devaraj, Geethakrishnan
dd an scp task to transfer the files. - Original Message - From: "Joe Schmetzer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "'Ant Users List'" Sent: Thursday, May 11, 2006 12:57 PM Subject: [SPAM-H] - Re: deploy by ant - Email has diff

Re: deploy by ant

2006-05-11 Thread Joe Schmetzer
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.

deploy by ant

2006-05-10 Thread Raghuveer
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. How can be done the same using ANT. - To unsubscribe, e-mail: [EMAIL P