Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 62611 invoked from network); 12 May 2003 16:01:00 -0000 Received: from relay1.tiscali.de (HELO webmail.tiscali.de) (62.27.55.1) by daedalus.apache.org with SMTP; 12 May 2003 16:01:00 -0000 Received: from DJ0X820J (80.128.228.130) by webmail.tiscali.de (6.7.008) id 3EBF469A0003D928 for user@ant.apache.org; Mon, 12 May 2003 17:49:46 +0200 Message-ID: <048701c3189f$c3727230$030200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Users List" References: <20030512131555.49220.qmail@web40613.mail.yahoo.com> Subject: Re: How can i take environnement variable to an other computer Date: Mon, 12 May 2003 18:01:35 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Have a look at the manual page of ant for the property task. reads the complete environment variables ant is running with and creates properties beginning all with env. such as env.PATH, env.LOGNAME, env.xyz, .... To take your variables to a different computer, ant includes different tasks to execute remote scripts. You can download the latest version of ant (nightly builds) and try your luck with the new ssh (Secure Shell) tasks. Otherwise ant includes ftp, telnet, ... Antoine ----- Original Message ----- From: "Remi Gubry" To: Sent: Monday, May 12, 2003 3:15 PM Subject: How can i take environnement variable to an other computer > Hello, > Do you know if i can take environnement variable to an > other computer on the same network with ant? (I need > it to call a .bat to another PC which contains its own > variables) > tanks > repagu > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! > Yahoo! Mail : http://fr.mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >