Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 15335 invoked from network); 27 Jul 2007 15:42:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 15:42:03 -0000 Received: (qmail 39934 invoked by uid 500); 27 Jul 2007 15:42:03 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 39896 invoked by uid 500); 27 Jul 2007 15:42:03 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 39885 invoked by uid 99); 27 Jul 2007 15:42:03 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 08:42:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eanna.butler@gmail.com designates 209.85.198.184 as permitted sender) Received: from [209.85.198.184] (HELO rv-out-0910.google.com) (209.85.198.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 15:41:58 +0000 Received: by rv-out-0910.google.com with SMTP id g11so106483rvb for ; Fri, 27 Jul 2007 08:41:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UmJznnHEbZyyHASBaSG7mJusl5nbWi3PT8m/MC4DNqU7N0AgVrCbPjh9cgjt6qkWhhLZpFHHPzMP1vCPDXSSZLDVSY2bmr4wJKUg6Rn6kA7eZvS+LQsnobyerfOO6JZBezx/n5IoTKWQI61z5u8NJvJVH9KVydRpvem351YEll8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bLlg9X7InWw2Pl9yjSN6cyLVoGieSxwhTT1D37EFEUZkN61ZlG8Koirqgz37x51cyy14ABnjzDfRAkYeC1bF0ffthm8D3eGzBW+NBnDMxNVxtn7LhSJSnEajTJr6IZh3ZpZuQslrtZmIzSE3br9uRuuNcfReTX7CfJI526DeRAA= Received: by 10.141.185.3 with SMTP id m3mr965627rvp.1185550898213; Fri, 27 Jul 2007 08:41:38 -0700 (PDT) Received: by 10.141.34.10 with HTTP; Fri, 27 Jul 2007 08:41:38 -0700 (PDT) Message-ID: <2c4d76320707270841s4f82bce0rc64f70fb7234790@mail.gmail.com> Date: Fri, 27 Jul 2007 16:41:38 +0100 From: "Eanna Butler" To: dev@ant.apache.org Subject: Scripting Reality - Request for Ant Usage Questionnaire MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, For those on the Ant Mailing List, I'd be very interested if you could arrange a 'questionnaire' on Ant usage. Something along the lines of How do you use scripting features in Ant? - I don't use any procedural features in my Ant scripts - I use AntContrib (or other similar third-party Ant-based task library) - I've written my own tasks that implement scripting features - I call out to scripts from Ant - I call Ant from scripts - I embed scripts using the