Re: incremental builds

2005-09-15 Thread Jeffrey E Care
Many tasks already support incremental builds: javac, copy, move, zip, native2ascii, etc. Plus you can always use dependset & uptodate to munge it for tasks that don't support it. JEC -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Man

RE: incremental builds

2005-09-15 Thread hind.lwahhabi
Nicolas, As a matter of fact i am using and with some specific compilers for non-java code. -Original Message- From: Nicolas Vervelle [mailto:[EMAIL PROTECTED] Sent: Thu 9/15/2005 10:04 AM To: Ant Users List Subject: Re: incremental builds Hi, I would say that it depends on the

Re: incremental builds

2005-09-15 Thread Nicolas Vervelle
Hi, I would say that it depends on the tasks you are using. A few examples : - for , you can use to check dependency - for , by default only newer files are copied You can always use , if/unless in and other tools to do your own up to date tests. Which tasks are you considering to use

RE: Incremental builds with VSS

2003-09-11 Thread Faist, Jeff
From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 11:50 AM To: 'Ant Users List' Subject: RE: Incremental builds with VSS use the exec task and call ss.exe directly -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: T

RE: Incremental builds with VSS

2003-09-11 Thread Ciramella, EJ
the VSS task also doesn't preserve the modified date. Try something like this: -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:50 PM To: 'Ant Users List' Subject: RE: Incremental builds wit

RE: Incremental builds with VSS

2003-09-11 Thread Ciramella, EJ
use the exec task and call ss.exe directly -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: Incremental builds with VSS My build file gets the files from VSS (Visual Source Safe) to a local dire