Re: MULTI DEPLOYMENT

2006-01-12 Thread glenn opdycke-hansen
I see the changes in the following. It appears that the change is integrated. I have tried this change and it worked for me. Log of /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java Revision 278545 - (view) (download) (as text) - [select for diffs] Modified

Re: MULTI DEPLOYMENT

2006-01-12 Thread Steve Loughran
glenn opdycke-hansen wrote: Steve, I have been looking at using Ant for application deployment to multiple servers. I see there is a known problem with ant 1.6.5 where a sshexec request will close stdout. This can be patched, but this problem is pretty serious since multiple sshexec requests wou

Re: MULTI DEPLOYMENT

2006-01-11 Thread glenn opdycke-hansen
Steve, I have been looking at using Ant for application deployment to multiple servers. I see there is a known problem with ant 1.6.5 where a sshexec request will close stdout. This can be patched, but this problem is pretty serious since multiple sshexec requests would be needed. I have been look

Re: MULTI DEPLOYMENT

2006-01-04 Thread Steve Loughran
James Fuller wrote: Karthik wrote: Hi For But every targets have to be run seperately for every deployment / roll back process for 1..n servers. Hello Karthik, I think one of the problems people encounter often when designing a build/deploy system is trying to write the entire scri

Re: MULTI DEPLOYMENT

2006-01-01 Thread James Fuller
Karthik wrote: >Hi For > > > But every targets have to be run > seperately for every deployment / roll back process for 1..n servers. > > Hello Karthik, I think one of the problems people encounter often when designing a build/deploy system is trying to write the entire script in one step

RE: MULTI DEPLOYMENT

2006-01-01 Thread Karthik
Hi For But every targets have to be run seperately for every deployment / roll back process for 1..n servers. with regars KARTHIK -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 10:53 AM To: user@ant.apache.org Subject: Re: MULTI

Re: MULTI DEPLOYMENT

2006-01-01 Thread Stefan Bodewig
On Mon, 2 Jan 2006, Karthik <[EMAIL PROTECTED]> wrote: > Can this be done in another way Sure. > 1)Create destination targets fixed for 1..n servers in the > build.xml. works > 2)fire the Ant tasks in loop for deployment. loops are not really supported in Ant - and not liked by most

RE: MULTI DEPLOYMENT

2006-01-01 Thread Karthik
-Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 10:29 AM To: user@ant.apache.org Subject: Re: MULTI DEPLOYMENT On Mon, 2 Jan 2006, Karthik <[EMAIL PROTECTED]> wrote: > Please excuse me,I am raising the Form again and agian ,nee

Re: MULTI DEPLOYMENT

2006-01-01 Thread Stefan Bodewig
On Mon, 2 Jan 2006, Karthik <[EMAIL PROTECTED]> wrote: > Please excuse me,I am raising the Form again and agian ,need help in > here. It is very difficult to help you since nobody can guess what "deploy" means in your context. > I have a single application and currently 3 systems of different >

RE: MULTI DEPLOYMENT

2006-01-01 Thread Karthik
Hi form, Please excuse me,I am raising the Form again and agian ,need help in here. I have a single application and currently 3 systems of different OS's[ LINUX / UNIX / WINWOSW ], and need too use ANT [Only Once ] in to deploy the application on all the 3 systems. The systems may increase in

RE: MULTI DEPLOYMENT

2005-12-30 Thread Karthik
ve Loughran [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 5:34 AM To: Ant Users List Subject: Re: MULTI DEPLOYMENT Karthik wrote: > > Hi form, > I am a begineer in here. > > I have a single application and currently 3 systems, > and need too use ANT to deploy the appli

RE: MULTI DEPLOYMENT

2005-12-29 Thread Karthik
ve Loughran [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 5:34 AM To: Ant Users List Subject: Re: MULTI DEPLOYMENT Karthik wrote: > > Hi form, > I am a begineer in here. > > I have a single application and currently 3 systems, > and need too use ANT to deploy the appli

Re: MULTI DEPLOYMENT

2005-12-28 Thread Steve Loughran
Karthik wrote: Hi form, I am a begineer in here. I have a single application and currently 3 systems, and need too use ANT to deploy the application on all the 3 systems. The systems may increase in next quater... So have to develop the build.xml file in such a way for flexibility I

MULTI DEPLOYMENT

2005-12-28 Thread Karthik
Hi form, I am a begineer in here. I have a single application and currently 3 systems, and need too use ANT to deploy the application on all the 3 systems. The systems may increase in next quater... So have to develop the build.xml file in such a way for flexibility I have gone thru th