Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 90406 invoked from network); 25 Aug 2008 18:54:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Aug 2008 18:54:11 -0000 Received: (qmail 10219 invoked by uid 500); 25 Aug 2008 18:54:08 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 10176 invoked by uid 500); 25 Aug 2008 18:54:08 -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 10162 invoked by uid 99); 25 Aug 2008 18:54:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 11:54:08 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 18:53:10 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KXhC7-0004Cg-St for dev@ant.apache.org; Mon, 25 Aug 2008 11:53:39 -0700 Message-ID: <19149514.post@talk.nabble.com> Date: Mon, 25 Aug 2008 11:53:39 -0700 (PDT) From: Sangal_ak04 To: dev@ant.apache.org Subject: cvstagdiff -- rdiff with -kk option in ANT MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: arun.sangal@galileo.com X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I want to generate differences between two given tags (i.e. a start tag and end tag). Currently I'm using the following code in build.xml: .... some code here ...... ...... some code here .... I'm getting an error mesg while running "ant" using this build.xml. It's saying... unknown "-k" option. Can't I use these lines: with "cvstagdiff" ??? NOTE: 1) -kk option is used with rdiff command to ignore CVS's own variable while comparing files with two diff versions i.e. it just checks changes if there are any in the actual code body (instead of any CVS variable's expanded value within the code's comment area). 2) Value for start.tag and end.tag are coming from a property file i.e. build.properties 3) When I'm removing the above 3 lines, diff reports are generating good but showing files has changes even if the changes are just due to CVS's own variable expansion. 4) I have tried the same with --kk option too. Any help will be appreciated. thanks- Brgds, Arun Sangal 303 397 6059 ----- Brgds, Arun Sangal SCM | 1-(303) 397 6059 arun.sangal@galileo.com -- View this message in context: http://www.nabble.com/cvstagdiff----rdiff-with--kk-option-in-ANT-tp19149514p19149514.html Sent from the Ant - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org