RE: [Nant-users] Problem with

2003-12-18 Thread Daniel Bron
I get the same error even if I specify a configuration (I tried both debug and release). -Dan -Original Message- From: Daniel Bron [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 3:48 PM To: 'Nant (E-mail)' Subject: RE: [Nant-users] Problem with What is this con

RE: [Nant-users] Problem with

2003-12-18 Thread Daniel Bron
What is this configuration? I don't have to specify any configuration when I build with Visual Studio. What are my options? -Dan -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 3:24 PM To: 'Daniel Bron'; 'Nant (

[Nant-users] Problem with

2003-12-18 Thread Daniel Bron
Hello, When I try to execute the following target: I get the following error: build_sln: [echo] Building solution... [solution] Starting solution build. Configuration does not exist,

[Nant-users] Initialize & Cleanup

2003-12-16 Thread Daniel Bron
Hello, I'd like to see targets in Nant enhanced so that I can specify initialization and cleanup operations. I often find myself following the model: ... ...

[Nant-users] Call a target like a function?

2003-12-15 Thread Daniel Bron
Hello, I have a type of target I call a lot. Every time I write this type of target, the only difference from the last time is in some "parameters". I'm wondering if there's any way to write a "template target" and call it like a function (i.e. parameterize it). I figure I could do this like:

[Nant-users] Conditional execution

2003-12-12 Thread Daniel Bron
Hello, Is it possible to setup a task such that it won't run unless another task has executed successfully? The depends clause won't work because if TaskA depends on TaskB and TaskB hasn't been run, then TaskA will run TaskB. What I want is for TaskA to run if and only if TaskB has already run a

RE: [Nant-users] Including external properties files

2003-12-12 Thread Daniel Bron
Thank you for your help, -D. Bron -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 10:47 AM To: 'Daniel Bron'; 'Nant (E-mail)' Subject: RE: [Nant-users] Including external properties files it's not a property f

[Nant-users] Including external properties files

2003-12-12 Thread Daniel Bron
Hello, I'm new to Nant. Is there any way to include external properties files from a build file? That is, I would like to seperate (global) properties and actions, so different users can have different configurations. -D. Bron --- This SF.ne