Re: [Nant-users] How to avoid recompilation of code.

2005-07-20 Thread Troy Laurin
> Hello Friends, > > In my NAnt script, I am calling one child Nant script which generate one > dll(lets say abc.dll) now I don't want to create/recompile it every time. > > Shall i go with > 1. file::get-last-access-time > 2. file::up-to-date > > or is there any otherway to solve th

[Nant-users] How to avoid recompilation of code.

2005-07-20 Thread Sachin Shriram Gedam
  Hello Friends, In my NAnt script, I am calling one child Nant script which generate one dll(lets say abc.dll) now I don't want to create/recompile it every time. Shall i go with 1. file::get-last-access-time 2. file::up-to-date or is there any otherway to solve this problem ? help me for