Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 10283 invoked from network); 16 Oct 2006 20:06:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2006 20:06:17 -0000 Received: (qmail 58653 invoked by uid 500); 16 Oct 2006 20:06:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 58616 invoked by uid 500); 16 Oct 2006 20:06:12 -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 58602 invoked by uid 99); 16 Oct 2006 20:06:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 13:06:12 -0700 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE,HTML_SHORT_LENGTH,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of celoserpa@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 13:06:10 -0700 Received: by ug-out-1314.google.com with SMTP id z38so896418ugc for ; Mon, 16 Oct 2006 13:05:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=mBTBAt0Q4H/AnXuKSV/EVUGg2ogyOWd9/wAL5pV+y9CC5I4NLXJjNqo5VfVsJ+V6ht8kjF1VJPS+K62qiLQQ3iMjSb+fgjeBfEqYp17gES2OiMXSLg12OVqrn7WXFp8JkC8m0fBchNZtSF56BHHIFRPOb+YkI/q22K+YYycytH0= Received: by 10.78.185.7 with SMTP id i7mr8151367huf; Mon, 16 Oct 2006 13:05:48 -0700 (PDT) Received: by 10.78.162.12 with HTTP; Mon, 16 Oct 2006 13:05:48 -0700 (PDT) Message-ID: <1e5bcefd0610161305w2654f3a3v838629f3d59acb02@mail.gmail.com> Date: Mon, 16 Oct 2006 18:05:48 -0200 From: "Marcelo de Moraes Serpa" To: "Ant Users List" Subject: Set enviroment variable with ant MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_47412_17823161.1161029148786" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_47412_17823161.1161029148786 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I need to set the PGPASSWORD enviroment variable in a ant project, however I don't know how could I do it... should I use the exec task? ------=_Part_47412_17823161.1161029148786--