Re: [nant-dev] How to perform Incremental builds

2009-09-15 Thread Leszek Ciesielski
: nant-developers@lists.sourceforge.net Subject: Re: [nant-dev] How to perform Incremental builds Hi Manjusha, I think you could probably achieve the desired effect by combining the uptodate task with the csc task. Then you could skip the csc task entirely unless one or more source files

[nant-dev] How to perform Incremental builds

2009-09-14 Thread Lokhande, Manjusha
Hi, Is there any way to perform Incremental builds? i.e. compile only those files which are modified since last build and produce the product (exe or dll). Can I achieve this with NAnt? Thanks, Manjusha -- NOTICE: If

Re: [nant-dev] How to perform Incremental builds

2009-09-14 Thread Lokhande, Manjusha
Thanks Rasmus! I will try this. Regards, Manjusha From: Rasmus Jelsgaard [mailto:ras...@jelsgaard.com] Sent: Monday, September 14, 2009 7:20 PM To: Lokhande, Manjusha (ARCHITECTUREFRAMEWORK) Cc: nant-developers@lists.sourceforge.net Subject: Re: [nant-dev] How

Re: [nant-dev] How to perform Incremental builds

2009-09-14 Thread Rasmus Jelsgaard
Hi Manjusha, I think you could probably achieve the desired effect by combining the uptodate task with the csc task. Then you could skip the csc task entirely unless one or more source files a newer than the destination .exe or .dll. Regards Rasmus Jelsgaard 2009/9/14 Lokhande, Manjusha

Re: [nant-dev] How to perform Incremental builds

2009-09-14 Thread Rasmus Jelsgaard
] *Sent:* Monday, September 14, 2009 7:20 PM *To:* Lokhande, Manjusha (ARCHITECTUREFRAMEWORK) *Cc:* nant-developers@lists.sourceforge.net *Subject:* Re: [nant-dev] How to perform Incremental builds Hi Manjusha, I think you could probably achieve the desired effect by combining