Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 11338 invoked from network); 12 Jul 2000 17:12:20 -0000 Received: from inet.bis.adp.com (206.4.14.2) by locus.apache.org with SMTP; 12 Jul 2000 17:12:20 -0000 Received: from hubimc02.bis.adp.com (hubimc02.bis.adp.com [206.4.14.201]) by inet.bis.adp.com (8.9.1/8.9.1) with ESMTP id NAA03996 for ; Wed, 12 Jul 2000 13:11:52 -0400 (EDT) Received: by hubimc02.bis.adp.com with Internet Mail Service (5.5.2650.21) id ; Wed, 12 Jul 2000 13:16:32 -0400 Message-ID: <2D72E549FE7CD311A26D0004AC4CFC25111C93@sisexpo01.sisinside.com> From: "Winkley, Dennis x66244" To: "'ant-dev@jakarta.apache.org'" Subject: RE: no response?? RE: building . . . Date: Wed, 12 Jul 2000 13:12:04 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" the problem I would have with that is it produces the same affect as doing a build all which is what I am trying to avoid. (this means you have to be a lot more careful with dependencies but would save me a lot of time). Dennis > -----Original Message----- > From: mpfoemme@ThoughtWorks.com [mailto:mpfoemme@ThoughtWorks.com] > Sent: Wednesday, July 12, 2000 10:47 AM > To: ant-dev@jakarta.apache.org > Subject: Re: no response?? RE: building . . . > > > > On our project, we've configured our SCM tool (starteam) to set the > timestamps of checked out files to the current time, instead > of the time of > the last checkin. This is the equivalent of touching each > file after it > gets checked out, and causes them to be rebuilt... > > > > > > "Winkley, > > Dennis To: > "'ant-dev@jakarta.apache.org'" > x66244" cc: > > response?? RE: building . . . > .adp.com> > > > > 07/12/2000 > > 11:39 AM > > Please > > respond to > > ant-dev > > > > > > > > > > why hasn't anybody said anything about this... I'd appreciate at least > hearing peoples opinion even if it's negative... > > > -----Original Message----- > > From: Winkley, Dennis x66244 [mailto:DWinkley@bis.adp.com] > > Sent: Tuesday, July 11, 2000 2:55 PM > > To: 'ant-dev@jakarta.apache.org' > > Subject: building only changed files after getting those files from > > versio n control system > > > > > > I am currently working on a project for which ant has been > > chosen as the > > build tool. I was wondering if anyone had figured out a way > > to make sure > > any 'new' files checked out from a version control system are > > built without > > completely cleaning the directory. The issue here is that I > > may have done a > > build after the time that a file was checked in (i.e. I do > a get every > > morning and may very well have done a build at say 4:00 the > > previous day but > > someone checked in a file at noon on the previous day so the > > class file date > > is still later than the source file date). > > > > If this hasn't been dealt with, I was wondering if it might > > be possible to > > make it so the javac task sets a class files date to match > > the source file > > date and then have it compile any file where the dates aren't > > exact matches. > > ?? > > > > Dennis > > > > >