Re: [Nant-users] nant package stuck in loop on 'in cahinable read .'
John Cole wrote: It builds properly without the package target, but then NAntContrib fails to build :-) I ran it with the package target again and it is still looping on "in chainable read" John, My apologies for the late response to this. The "chainable read" is entirely my fault - due to my
[Nant-users] A please for a defaultDirectory attribute on all compile & link tasks
Hi; I can’t use nant to do a , , , etc. because it looks for the public key file in a directory above the project root. Being able to set the default dir would solve this. Thanks - dave
[Nant-users] won't build
Hi; I have a solution (for a Word add-in written in C#) that won’t build. My task is: The error is: compile_all: [solution] Starting solution build. [solution] Only C#, VB.NET and C
[Nant-users] A suggested task
Hi; It would be real nice if there was a signcode task (for authenticode signing). And… if it used chktrust to determine if the file needed to be signed. I would do it but I don’t understand all the signcode options well enough to do it right. Thanks - dave
RE: [Nant-users] throws assembly mis-match exception
Dumb error on my part. I installed the new nant over the release version of nant. Once I deleted everything and then unzipped it all worked fine (on this issue). Thanks - dave -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Saturday, August 28, 2004 3:21 PM To: Dav
Re: [Nant-users] throws assembly mis-match exception
- Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, August 28, 2004 11:19 PM Subject: RE: [Nant-users] throws assembly mis-match exception Yes I do have the older one in both locations. But what do
RE: [Nant-users] throws assembly mis-match exception
Yes I do have the older one in both locations. But what do I do in this case? Thanks - dave -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Saturday, August 28, 2004 3:13 PM To: David Thielen; [EMAIL PROTECTED] Subject: Re: [Nant-users] throws assembly mis-match e
Re: [Nant-users] throws assembly mis-match exception
- Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> To: "David Thielen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, August 28, 2004 11:13 PM Subject: Re: [Nant-users] throws assembly mis-match exception David, Check if you don't have an older version of NDoc.Core
Re: [Nant-users] throws assembly mis-match exception
David, Check if you don't have an older version of NDoc.Core in C:\Program Files\nant\bin. You should unless have an NDoc.Core assembly in \bin\lib\\, eg. C:\Program Files\nant\bin\lib\net\1.1. Gert - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>
Re: [Nant-users] nunit2 failing - no message, several other problems
David, Please provide a repro for these issues, although I'm not sure these are all NAnt issues ... About your question on how to specify the location of an assembly reference : there's no way to do this right now, does the NUnit GUI or NUnit console support this ? (don't have time to check thi
Re: [Nant-users] How does convert::to-boolean() work?
David, You actually need to enclose the expression in brackets, eg. unless="${convert::to-boolean(signed) = 0}". Note : we might remove the convert::to-xxx method soon in favor of xxx::parse or xxx::from-yyy ... but this has not been decided yet ... - Original Message - From: "David Th
[Nant-users] throws assembly mis-match exception
Hi; I have the latest build of nant and I have ndoc 1.3.1549.0 (the latest release). Help please. Thanks – dave I get this: BUILD FAILED - 1 non-fatal error(s), 2 warning(s) INTERNAL ERROR System.IO.FileLoadException: The located assembly's manifest definition with n
[Nant-users] ndoc task questions
Hi; This is with the latest build: There is no documentation for the tag. Is there a documentor for the VS .NET documentor? Thanks - dave
[Nant-users] nunit2 failing - no message, several other problems
Hi; I’m running the latest build and have nunit 2.2 installed. When I try the following task: I get: C:\src\netClient>nant test NAnt 0.85 (Build 0.85.1693.0; net-1.0.win32; nightly; 8/20/2004
[Nant-users] How does convert::to-boolean() work?
I have the attribute: unless='convert::to-boolean("${signed} = 0")' and tried (just to see how it works): unless='convert::to-boolean("true()")' Where ${signed} is a ‘1’ I have tried everything to get this to work and keep getting: C:\src\netClient\netClient.bu
Re: [Nant-users] nant 0.84 string::replace
Felice Vittoria wrote: Hello all, I was wondering if there's a way I could use the script task to implement nant 0.85's string::replace function. Is it possible to do this in nant 0.84? If so, how? possible yes but not very pretty. Heres one way to do it:
Re: [Nant-users] Properties DescriptionsMerrill Cornish wrote: Jim, How would this differ from using XML comments in the build files? Clumsiness, or lack thereof. XML comments are verbose and stand on a level with the elements they are supposed to be commenting on. Therefore, it's not always clear who they apply to. Personally, there's