Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 49697 invoked from network); 3 Aug 2006 00:44:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2006 00:44:24 -0000 Received: (qmail 23718 invoked by uid 500); 3 Aug 2006 00:44:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 22685 invoked by uid 500); 3 Aug 2006 00:44:20 -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 22671 invoked by uid 99); 3 Aug 2006 00:44:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 17:44:20 -0700 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=RCVD_IN_NJABL_PROXY,RCVD_IN_SORBS_SOCKS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.120.237.254] (HELO relay2.hrnoc.net) (216.120.237.254) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 17:44:19 -0700 Received: from smtp-1.hrnoc.net ([216.120.225.37]) by relay2.hrnoc.net with esmtp (Exim 4.32; FreeBSD) id 1G8RJk-000EWt-34 for user@ant.apache.org; Wed, 02 Aug 2006 20:44:04 -0400 Received: (qmail 10361 invoked by uid 509); 3 Aug 2006 00:43:56 -0000 Received: from josep.rio@uworks.net by smtp-1.hrnoc.net by uid 89 with qmail-scanner-1.20st (spamassassin: 2.63. Clear:RC:1(62.57.129.40):. Processed in 0.024917 secs); 03 Aug 2006 00:43:56 -0000 X-Qmail-Scanner-Mail-From: josep.rio@uworks.net via smtp-1.hrnoc.net X-Qmail-Scanner: 1.20st (Clear:RC:1(62.57.129.40):. Processed in 0.024917 secs) Received: from 40.red-62-57-129.user.auna.net (HELO ?192.168.1.180?) (josep.rio@uworks.net@62.57.129.40) by smtp-1.hrnoc.net with AES256-SHA encrypted SMTP; 3 Aug 2006 00:43:56 -0000 Message-ID: <44D146C5.5010203@uworks.net> Date: Thu, 03 Aug 2006 02:43:49 +0200 From: =?ISO-8859-1?Q?Josep_del_R=EDo?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Ant Users List Subject: New preprocessing task for Ant References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HR-Scan-Signature: 20663fcbfdf0952d918a34a82386ed95 X-HR-SA-Score: () X-HR-Status: HR_AVScanned-(josep.rio@uworks.net/216.120.225.37) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I needed some special pre-processing task for a project, and since I think it may interest other people, I decided to include it in my set of Ant tasks. The main difference to other available pre-processing tasks is that it's oriented to keep the files logically intact, so they can be compiled or used. It's directives are placed inside comments, and pieces of code can be commented or uncommented while processing it. Also, some other nice features are the capability of nesting of logical conditions, powerful expression evaluation and the configurability of the comment type and escape sequence. The documentation for this task can be found at: http://andariel.uworks.net/api/net/uworks/andariel/Process.html This new task is included in Andariel 1.2. To download it, visit http://andariel.uworks.net For any questions or comments, feel free to contact me by email. Regards, Josep del Rio --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org