[Nant-users] only builds the first 3 projects

2005-06-03 Thread David Thielen
Hi;   I have 6 projects in a solution, 3 C++ and 3 C# ones. It builds the first C++ one, the first C# one, the second C++ one, and then quits. Building from withing Visual Studio does build all 6.   Any ideas?   Thanks – dave   C:\src\AutoTagBuild>nant compile NAnt 0.85 (Build 0.85

RE: [Nant-users] Last attempt: Trying again to report a nant bug

2004-09-10 Thread David Thielen
September 10, 2004 9:08 AM To: David Thielen; [EMAIL PROTECTED] Subject: Re: [Nant-users] Last attempt: Trying again to report a nant bug David, If you would've payed better attention, you would've noticed that I did reply to your email saying that I did not have time straight away, b

[Nant-users] Last attempt: Trying again to report a nant bug

2004-09-10 Thread David Thielen
me and let me know.   Thanks – dave   Ps – I don’t mean to sound pissy but I spent an hour creating the smallest possible solution that causes these two bugs and I’ve posted it 7 times before to no avail.   From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08

[Nant-users] Trying again to report a nant bug

2004-09-08 Thread David Thielen
Hi;   I’m trying once again to report a nant bug. A very simple solution that reproduces it is at http://www.thielen.com/nant-bug.zip. Could someone in the nant dev group grab it and let me know you got it? (I spent almost an hour creating a very simple example just for this purpose.)  

[Nant-users] A please for a defaultDirectory attribute on all compile & link tasks

2004-08-28 Thread David Thielen
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

2004-08-28 Thread David Thielen
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

2004-08-28 Thread David Thielen
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

2004-08-28 Thread David Thielen
: David Thielen; [EMAIL PROTECTED] Subject: Re: [Nant-users] throws assembly mis-match exception - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, A

RE: [Nant-users] throws assembly mis-match exception

2004-08-28 Thread David Thielen
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

[Nant-users] throws assembly mis-match exception

2004-08-28 Thread David Thielen
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

2004-08-28 Thread David Thielen
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

2004-08-28 Thread David Thielen
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?

2004-08-28 Thread David Thielen
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

[Nant-users] doesn't do anything

2004-08-26 Thread David Thielen
Hi;   I have the following:             And it does nothing. It even says 0 assemblies signed. This is with the latest release version.   Any ideas?   Thanks - dave

RE: [Nant-users] How to set default dir for

2004-08-25 Thread David Thielen
lto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 12:14 AM To: David Thielen; [EMAIL PROTECTED] Subject: Re: [Nant-users] How to set default dir for David, I know the csc looks for the key file relative to the current directory and the output directory. I'm not sure if the MS vjc compil

[Nant-users] is there a signcode task

2004-08-24 Thread David Thielen
Hi;   Is there a task that does an authenticode signing?   Thanks - dave

[Nant-users] How to set default dir for

2004-08-24 Thread David Thielen
Hi;   In my AssemblyInfo.jsl I have @assembly AssemblyKeyFile("..\\public.snk")   The relative path to public.snk works fine when I build in Visual Studio. However, when I build using nant it can’t find the file. I need to be able to build with both.   Is there a way I can set the def

RE: [Nant-users] nunit assembly not found

2004-08-19 Thread David Thielen
et it working on my system at work - but not my system at home. Thanks - dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Thursday, August 19, 2004 1:42 AM To: David Thielen; [EMAIL PROTECTED] Subject: Re: [Nant-users] nunit assembl

[Nant-users] Not sign unless rebuilt

2004-08-18 Thread David Thielen
Hi;   For my compile task I do a and then an to sign (authenticode) the code. How can I set it to not sign it unless it is recompiled?   Thanks - dave

[Nant-users] nunit assembly not found

2004-08-18 Thread David Thielen
Hi;   I added                     To Nant.exe.config.   I have nunit 2.2 (actually 2.1.91 acording to gacutil) installed and in the GAC.   I set my task as:              

[Nant-users] references for and

2004-08-17 Thread David Thielen
Hi; I think these questions are related. 1) I created a task to compile a project. I then call it with the project name as a property. This lets me build everything fine with directory and dll naming. But I have a couple of problems: 1a) I still have to have a separate task for the .exe projec