Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 56703 invoked by uid 500); 3 Oct 2001 19:17:38 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 56686 invoked from network); 3 Oct 2001 19:17:37 -0000 Message-ID: <8DE9A17333ACD411A52B00508B5B0CE486A5DE@mail.synchrony.net> From: "Robinson, Andrew" To: "'ant-user@jakarta.apache.org'" Subject: RE: Executing remote processes through Ant Date: Wed, 3 Oct 2001 15:15:25 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N There is no conventional way to do this. If you are on WinNT or 2000, then you can setup a service on the remote computer. Services can be remotely started and stopped from the command-line. The below point was that ANT doesn't make it any different from doing it by hand. First get it working by hand (from a prompt for example), then incorporate the logic into ANT. -Andrew -----Original Message----- From: hari ramasubbu [mailto:koolhari@yahoo.com] Sent: Wednesday, October 03, 2001 1:13 PM To: ant-user@jakarta.apache.org Subject: RE: Executing remote processes through Ant i have ant installed on my local machine and want to run this ant which does the binary execution in the remote machine .. --- SimonRichardson2@halifax.co.uk wrote: > How would you run them from your local machine - > that is, if you weren't > using ant? >