Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 847 invoked from network); 12 Aug 2002 21:49:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Aug 2002 21:49:19 -0000 Received: (qmail 19981 invoked by uid 97); 12 Aug 2002 21:49:40 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 19924 invoked by uid 97); 12 Aug 2002 21:49:40 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 19891 invoked by uid 98); 12 Aug 2002 21:49:39 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <20020812214913.37662.qmail@web14604.mail.yahoo.com> Date: Mon, 12 Aug 2002 14:49:13 -0700 (PDT) From: Bwana McCall Subject: trouble with CvsChangeLog task To: ant-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I am trying to use the CvsChangeLog task within Ant and am having trouble. I am doing a simple test by making changes to bogus files within CVS and trying to create a changelog. My situation is this: I am specifying a date range of yesterday to tomorrow to get a file to show up that I committed today: My resulting report shows nothing. I have tried adjusting my $yesterday and $tomorrow variables by adding hours to match CVS's GMT timestamps, but still nothing. My report does work when I specify daysinpast="10", but not with daysinpast="1". I have tried the equivalent cvs command and got my desired output: cvs log -N -d "11 Aug 2002 17:15<13 Aug 2002 17:15" path\to\module output>> RCS file: /path/to/test/blah.sql,v Working file: test/blah.sql head: 1.8 branch: locks: strict access list: keyword substitution: kv total revisions: 8; selected revisions: 3 description: ---------------------------- revision 1.8 date: 2002/08/12 21:31:17; author: bmccall; state: Exp; lines: +6 -21 another change for the masses ---------------------------- revision 1.7 date: 2002/08/12 21:18:40; author: bmccall; state: Exp; lines: +13 -2 another change for the masses ---------------------------- revision 1.6 date: 2002/08/12 19:08:23; author: bmccall; state: Exp; lines: +14 -0 blahlahdlkfjasldfjlkas yes baby yes ============================================================================= My ultimate goal is to get the last day's changes in a changelog, but this simple test doesn't seem to work. Any suggestions? __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- To unsubscribe, e-mail: For additional commands, e-mail: