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

2009-09-15 Thread Leszek Ciesielski
lsgaard.com] >> Sent: Monday, September 14, 2009 7:20 PM >> To: Lokhande, Manjusha (ARCHITECTURE&FRAMEWORK) >> Cc: nant-developers@lists.sourceforge.net >> Subject: Re: [nant-dev] How to perform Incremental builds >> >> >> >> Hi Manjusha, >> >&

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

2009-09-14 Thread Rasmus Jelsgaard
lto:ras...@jelsgaard.com] > *Sent:* Monday, September 14, 2009 7:20 PM > *To:* Lokhande, Manjusha (ARCHITECTURE&FRAMEWORK) > *Cc:* nant-developers@lists.sourceforge.net > *Subject:* Re: [nant-dev] How to perform Incremental builds > > > > Hi Manjusha, > > > > I th

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 > Hi

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

2009-09-14 Thread Lokhande, Manjusha
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 a newer than the destination .exe or .dll. Regards Rasmus Jelsgaard 20

[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 receiv