Re: [Nant-users] How to accelerate nant builds?

2005-02-20 Thread Ian MacLean
Troy Laurin wrote: Owen Rogers wrote: 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 patc

Re: [Nant-users] How to accelerate nant builds?

2005-02-20 Thread Troy Laurin
Owen Rogers wrote: 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

Re: [Nant-users] I don't understand the VBC task, get system errors

2005-02-20 Thread stephan
Hi Ian, It was a case of RTFM on my side. I played with the VSCONV.XSLT which doesn't generate the imports. Then I copied the lines from the project files ... with a vb background case sensitive stuff gets me quite often off guard. With the hints from the list I figured it out. The other error: O

Re: [Nant-users] Checking fileset contents?

2005-02-20 Thread Ian MacLean
Mike Roberts wrote: On Fri, 18 Feb 2005 11:17:00 +0900, Ian MacLean <[EMAIL PROTECTED]> wrote: btw - I quite like the idea of prototyping functions/tasks in script tags before considering them for inclusion in NAnt. Maybe we should add a user-submitted scripts section on the wiki. We did he

[Nant-users] user submitted

2005-02-20 Thread Ian MacLean
http://nant.sourceforge.net/wiki/index.php/User%20submitted%20%3Cscript%3E%27s Its a little empty right now with just my fileset functions script. Please feel free to add any cool scripts you're using that could be beneficial to others. Ian ---

Re: [Nant-users] I don't understand the VBC task, get system errors

2005-02-20 Thread Ian MacLean
[EMAIL PROTECTED] wrote: Hi there, I'm trying to get VBC working with my project. I use heavily COM interop. I'm using nant-0.85-rc2. This is my vbc task: [snip] When I run the task the resources get created and then I get tons of: error BC30002: Type 'xxx' is not defined. What puzzles me if I loo

Re: [Nant-users] How to accelerate nant builds?

2005-02-20 Thread Owen Rogers
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

Re: [Nant-users] Adding Target timings to Nant

2005-02-20 Thread Owen Rogers
> I would be interested in see this added as well. Would this patch just > output to the XML file or would we see it in the console output as well? i only made the changes to the XmlLogger, but it should not be that hard to add support for this to the other loggers as well. the xml timing outpu