i would recommend treating the task of accelerating your build in the
same way that you would treat any performance improvement task: start
by profiling your build.  determine which targets/tasks take the most
time and start by optimising them.  the recent patch that i submitted
(http://sourceforge.net/tracker/index.php?func=detail&aid=1122583&group_id=31650&atid=402870)
extends the xml logger to do just that.
cheers,
owen. 

On Fri, 18 Feb 2005 13:59:48 -0500, Claudio Pacciarini
<[EMAIL PROTECTED]> wrote:
> Hi guys!
> I wonder: how could I accelerate my NAnt builds? Any trick will be
> appreciated.
> 
> Currently, I'm building 28 projects. If I do "nant clean build", it takes
> 99.7 seconds to finish, which is ok (it takes time to compile, it's not
> NAnt's fault). No problem here.
> 
> But then, right after building everything, if I attempt to build everything
> again running "nant buid" (not cleaning), it still takes a considerable
> amount of time to finish (16 seconds).
> 
> Is there any way to accelerate NAnt when everything is already built?
> Thanks!
> 
> Claudio Pacciarini
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 


-- 
Owen Rogers | http://dotnetjunkies.com/weblog/exortech |
CruiseControl.NET - http://ccnet.thoughtworks.com


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to