[Nant-users] solution task: printing out the postbuildevent

2005-11-13 Thread Steve Burkett
Hello, easy question:   How do I get the solution task to print out what exact post build event failed?    [solution] Starting solution build.  [solution] Building 'Workflow.Provider' [release]...  [solution] PostBuildEvent failed with exit code = 1  [solution] Build failed.   Verb

[Nant-users] Nant

2005-10-19 Thread Steve Burkett
Hello,   We have a nant build script that has a to give locations of non-standard project locations.   Here’s what we have:   mainline source is D:\foo\mainline branch source is d:\foo\branch1 urls are currently pointing to “d:\foo\branch1” (they would need to be pointing to d:\f

[Nant-users] statics are getting initialized in my test fixture class automagically

2004-12-06 Thread Steve Burkett
Hello everyone,   Has anyone seen a problem like this?   (this is a contrived example of the problem)   For some strange reason, when I stop the debugger at BP #1, for the first time, table_ is **already initialized to a Hashtable, count = 0 (when it should be null, and thus step into

[Nant-users] mkiisdir 0x80005006 error on Windows XP

2004-11-21 Thread Steve Burkett
Hello Nant users,   We have a script made of mkiisdir that we run to set up IIS.  This as worked just fine on Win2000.  However, running it on XP gives the error at the bottom. Anyone seen this problem?             verbo

[Nant-users] gac task

2004-09-02 Thread Steve Burkett
Hello, I have recent builds of nant and nantcontrib. NAnt.Core.dll 0.85.1706.0 NAnt.Contrib.Tasks.dll 0.85.1692.0 Does anyone know why I would be getting the below error? C:\data\projects\IDS 4.0\Server 4\Source\default.build(109,14): Specify either an "assembly" attribute

[Nant-users] version stamping thru the solution task

2004-08-24 Thread Steve Burkett
Hello, Does anyone know a good way to (generically) handle version stamping in assemblies thru Nant? Ideally, one would pass in a "version number", and the solution task would insert this into the assemblyinfo.cs (AssemblyVersionAttribute) of each project. Maybe there was s

[Nant-users] solution task and "used by another process"

2004-08-17 Thread Steve Burkett
Hello, I'm getting several of these as I'm building using NANT (NAnt 0.85 (Build 0.85.1665.0) and the task (the solution builds fine in Visual Studio. Then, I close VS, and run nant on the same solution) ... [solution] Building 'XXX..X' [debug]... The process cannot access t

RE: [Nant-users] trying to build nantcontrib

2004-08-04 Thread Steve Burkett
thanks Gert, I need to not download files in the middle of the night anymore. current source builds fine :) -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 11:41 PM To: Steve Burkett; [EMAIL PROTECTED] Subject: Re: [Nant-users] trying to

[Nant-users] unable to build nantcontrib

2004-07-28 Thread Steve Burkett
Hello,   I built nant last week, and this week downloaded nantcontrib.  I’m unable to build nantcontrib.  Anyone seen this problem?         nant -D:nant.dir=C:\NAnt\build\net-1.1.win32\nant-0.85-debug -f:NAntContrib.build > build.log       NAnt 0.85 (Build 0.85.1665.0; net-1.1.w

[Nant-users] console, log4net and NANT

2004-07-23 Thread Steve Burkett
Hello,   I’m a bit confused with how logging works with NANT:    how nant command lines params (like –v+) affect log4net logging   how log4net affects stdout logging   Is the answer that standard build logging is stdout (not using log4net) with a verbose mode,   and log4net is res