Re: [Nant-users] 0.8.3 final

2003-09-07 Thread Francis Norton
Hi, Sascha Andres wrote: * sql would really enhance NAnt and would make the possibilities outstanding. The features I think that should come in 1.1 are: * Input tasks (personally I think thzat in corporate use this has low priority. I would tend to use an sql task to make decisions. It wou

[Nant-users] gac task?

2003-02-13 Thread Francis Norton
Hi, I'd like to use gacutil to install an assembly but NAnt can't find the path when I "exec" it (although I'm running NAnt from inside a .Net DOS box), and I can't find a gac task in NAntContrib though I see a reference to one in the changelog. I'm using NAnt version 0.8.0, and any upgrade wo

Re: [Nant-users] Advantages of NAnt

2003-02-06 Thread Francis Norton
Hi Gordon, Gordon Weakliem wrote: What I did is to make the master build implement the same targets as the individual project builds, but the master simply delegates to each project using the task. Which ends up being a lot of cut and paste, so the master's a bit ugly, but I don't have to l

Re: [Nant-users] Advantages of NAnt

2003-02-06 Thread Francis Norton
Gordon Weakliem has written a csproj transform - follow the link from his blog about it at http://radio.weblogs.com/0106046/stories/2002/08/10/supportingVsnetAndNant.html Francis. Richards,Tom wrote: I am in charge of building a fairly large application containing about 250+ (grows daily) proj

[Nant-users] design review?

2002-11-15 Thread Francis Norton
I'm writing a build system for some reasonably large applications, I wonder if anyone could volunteer the time to comment on whether I'm going about it a sensible way? Thanks - Francis. -- "Never mind manoeuvre, go straight at 'em." - Admiral Horatio Nelson

[Nant-users] conditional property setting

2002-11-13 Thread Francis Norton
Hi, I'm using NAnt verison 0.8.0 for an environment where we have multiple solutions each using a mix of separate and common projects. I'm using the nant task at the solution level to call nant tasks at the project level, but I have a problem overwriting the value of properties which are also

Re: [Nant-users] NAnt with NUnit v. 2?

2002-10-11 Thread Francis Norton
Hi Ian, Ian MacLean wrote: > Yes this work is in progress although it hasn't yet been checked in. > It should be in soon. The sourcecode for NUnitCore.dll is available > from the NUnit site at > http://sourceforge.net/project/showfiles.php?group_id=10749&release_id=76941. Thank you - this

[Nant-users] NAnt with NUnit v. 2?

2002-10-11 Thread Francis Norton
We have a bundle of NUnit 2 test cases and I'd like to run them via the NAnt NUnit task, but this seems to expect them to be written inheritence style, rather than attribute style. Is there any plan to go over to NUnit 2? Alternatively, is the source code for NUnitCore.dll available somewhere,

[Nant-users] CVS task?

2002-09-26 Thread Francis Norton
Hello again - I have another task, which is to integrate to CVS. So far I can see two approaches, one being to use Autonomy, the other to build a task round the sharpdevelop CVS library (http://www.icsharpcode.net/OpenSource/SharpCvsLib/). Have I overlooked anything obvious, and can anyone rec

Re: [Nant-users] missing taskdef class?

2002-09-25 Thread Francis Norton
Thanks - I couldn't find a binary so just downloaded TaskDefTask.cs, compiled it and copied it as you advised. Had to update my NAnt for the compile to work, too. Francis. Tomas Restrepo wrote: >Francis, > >Taskdef was moved to NAntContrib, so you'll need to pick that up, build it, >and copy

[Nant-users] missing taskdef class?

2002-09-25 Thread Francis Norton
Hi, I'm trying to use John Lam's VersionTask with the latest stable release or NAnt, 0.7.9.0, and get an error: BUILD FAILED C:\DotNet Products\Utils\NAnt\examples\UserTask\default.build(17,3): Unknown task Try 'nant -help' for more information on this or (as above) on the UserTa