RE: ssh advice

2005-09-20 Thread Anderson, Rob (Global Trade)
ilto:[EMAIL PROTECTED] > Sent: Friday, September 16, 2005 4:19 AM > To: Ant Users List > Subject: ssh advice > > Hi, I am working on a project to automate a build system, and > the flow is somewhat like this: > > 1. ssh into a unix machine. > 2. Sync the repository &

Re: ssh advice

2005-09-18 Thread duvelbier-tsmets
There is an SSH task ... Mor einformation, here : http://www.jcraft.com/jsch/ \T, --- Ramnish Kalsi <[EMAIL PROTECTED]> wrote: > Hi, I am working on a project to automate a build system, and the flow is > somewhat like this: > > 1. ssh into a unix machine. > 2. Sync the repositor

ssh advice

2005-09-16 Thread Ramnish Kalsi
Hi, I am working on a project to automate a build system, and the flow is somewhat like this: 1. ssh into a unix machine. 2. Sync the repository 3. dist the projects. 4. ssh into application-specific unix boxes and deploy appropriate apps to appropriate boxes. How can i gather the output of ss