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