RE: [Nant-users] only builds the first 3 projects

2005-06-03 Thread Gert Driesen
David, Just send me a small repro and I'll fix it asap. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > David Thielen > Sent: zaterdag 4 juni 2005 2:12 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] only builds the first

[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

[Nant-users] Wrong assembly versions?

2005-06-03 Thread Stephen Lewis
I'm using NANT 0.85.1780.0 -- not the most recent version, but I have not had a problem until.. I've been integrating an obfuscation step into my build and the obfuscator was trying to resolve the location of assembly mscorlib v1.0.5000.0. I looked in the manifest of my assemblies and they all re

[Nant-users] adding dependencies to task

2005-06-03 Thread sv bobj
I have a number of separate "netmodules" that I would like to link together into an assembly via the task. The "netmodule" tasks work fine and they update as expected. My problem, is that the task within my target does not always execute. I added lines above and below the task and they are be

RE: [Nant-users] Load tasks acting weird

2005-06-03 Thread Bill Arnette
There is also a way to auto run a .cmd file when a cmd.exe window is opened. HKCR\Software\Microsoft\Command Processor\AutoRun is a REG_SZ_EXPAND variable in which you can specify the name of a batch file (or any command?) to run whenever a cmd.exe session is started. I have mine set to run vsva

Re: [Nant-users] Support for NUnit categories

2005-06-03 Thread Gary Feldman
Gert Driesen wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: donderdag 2 juni 2005 19:43 ... What's wrong with simply: exclude="category4,category5,category6" > ... 1) The names of the attributes say nothing about ca

RE: [Nant-users] depreciated...

2005-06-03 Thread John Cole
>>Also, can I ask how did you notice this deprecation? >>(I couldn't see it in the nightly readme.html) I found it by using a recent build of NAnt from CVS (.85.0.1972 I rebuild myself to put in a few interop dll's our custom scripts need). When I ran a test build, my logs nearly doubled beca

Re: [Nant-users] Load tasks acting weird

2005-06-03 Thread Gert Driesen
> - Original Message - > From: "Troy Laurin" <[EMAIL PROTECTED]> > To: "Malcolm Anderson" <[EMAIL PROTECTED]> > Cc: > Sent: Friday, June 03, 2005 9:39 AM > Subject: Re: [Nant-users] Load tasks acting weird > > On 6/3/05, Malcolm Anderson <[EMAIL PROTECTED]> wrote: > > is there a way to

Re: [Nant-users] Load tasks acting weird

2005-06-03 Thread Marcin Hoppe
On 6/3/05, Troy Laurin <[EMAIL PROTECTED]> wrote: > There was some noise on the list > earlier about a task to set environment variables, but I don't recall > if anyone actually wrote the task... I have written a very simple task for writing to the registry. If anyone is interested, I sent it a fe

Re: [Nant-users] Load tasks acting weird

2005-06-03 Thread Troy Laurin
On 6/3/05, Malcolm Anderson <[EMAIL PROTECTED]> wrote: > is there a way to set up environment variables programatically? I'm working > with a bunch of people who are not used to using NAnt, and I'd like to be able > to just hit them with an install script that will set their path and > environment

RE: [Nant-users] Satellite assemblies of referenced projects in solution task

2005-06-03 Thread Sjaak Janssen (Checkit)
Hi Gert, Great! Thanks for the quick response. It seems to work correct now for , however not for . Could that be fixed as well? With kind regards, Sjaak Janssen -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: woensdag 1 juni 2005 20:01 To: Sjaak Janssen (Checkit