Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 27420 invoked from network); 25 May 2006 11:23:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 11:23:07 -0000 Received: (qmail 39918 invoked by uid 500); 25 May 2006 11:23:04 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 39336 invoked by uid 500); 25 May 2006 11:23:02 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 39325 invoked by uid 99); 25 May 2006 11:23:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 04:23:01 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 25 May 2006 04:23:01 -0700 Received: (qmail invoked by alias); 25 May 2006 11:22:39 -0000 Received: from 207-237-199-120.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com (EHLO [192.168.11.3]) [207.237.199.120] by mail.gmx.net (mp031) with SMTP; 25 May 2006 13:22:39 +0200 X-Authenticated: #22961642 Message-ID: <44759352.30001@gmx.de> Date: Thu, 25 May 2006 07:21:54 -0400 From: Antoine Levy-Lambert User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Ant Users List Subject: Re: how to use spawn in linux for exec References: <4555318.post@talk.nabble.com> In-Reply-To: <4555318.post@talk.nabble.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, to find out which ant you are using, simply type : $ which ant in your console. To use another version of ant, for instance ant1.6.5, supposing you have installed ant1.6.5 under /opt/apache-ant-1.6.5, set the following environment variables : ANT_HOME=/opt/apache-ant-1.6.5 export ANT_HOME PATH=$ANT_HOME/bin:$PATH export PATH these 4 lines can be added at the end of your .kshrc or equivalent. If you are using csh as a login shell, the syntax is slightly different. setting ANT_HOME to the location of the ant distribution you want to use is an absolute requirement. setting PATH is a commodity. Regards, Antoine vamsee wrote: > Hi, > > I want to use spawn for exec in linux. > > I have used following code in my build.xml > > > > > > but when i ran ant in shell terminal, following msg is displayed: > > th task doesn't suppport spawn > > please provide some solution or any workaround so that i can have same > affect as i use the command "spawn" > > Also guys can you please provide information on what files i want to modify > to overwrite in built linux version with latest version of ant. > > Looking for your earliset response > > Regards, > vamsee > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org