Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 40382 invoked from network); 8 Sep 2005 16:31:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2005 16:31:09 -0000 Received: (qmail 39893 invoked by uid 500); 8 Sep 2005 16:30:59 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 39820 invoked by uid 500); 8 Sep 2005 16:30:57 -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 39806 invoked by uid 99); 8 Sep 2005 16:30:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2005 09:30:57 -0700 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,RCVD_IN_BL_SPAMCOP_NET,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of xiamak@hotmail.com designates 65.54.224.19 as permitted sender) Received: from [65.54.224.19] (HELO hotmail.com) (65.54.224.19) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2005 09:31:08 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 8 Sep 2005 09:30:28 -0700 Message-ID: Received: from 65.54.224.200 by by105fd.bay105.hotmail.msn.com with HTTP; Thu, 08 Sep 2005 16:30:27 GMT X-Originating-IP: [65.54.224.200] X-Originating-Email: [xiamak@hotmail.com] X-Sender: xiamak@hotmail.com From: "S I" To: user@ant.apache.org Subject: How do I get 's output back into my ant script? Date: Thu, 08 Sep 2005 09:30:27 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 08 Sep 2005 16:30:28.0016 (UTC) FILETIME=[9F439B00:01C5B492] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I'm not quiet sure how to do this? I wrote a perl script to parse out the revision number out of SVN logs. I call this perl script from my Ant build.xml by using like so I have no clue how to get the perl scripts final result back into my ant script. Am I on the right track using exec? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org