Re: [Nant-users] Defining : Conditional Compilation Constants

2003-07-30 Thread N. V.
Hi Marco, The define attribute of the task is what you are looking for. see http://nant.sourceforge.net/help/tasks/csctask.html for the help of the csc task. Nick From: "Marco Ensing" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Nant-users] Defining : Condi

[Nant-users] Defining : Conditional Compilation Constants

2003-07-30 Thread Marco Ensing
Hi All, I'm a bit new to Nant, so this might be a stupid question. (although I am an experienced ant user) I'm using #if statements to conditionaly compile part of my code like #if DEBUG //no signing of assembly [assembly: AssemblyKeyFile("")] #else [assembly: AssemblyKeyFile("../../secret.snk")

[Nant-users] vssget - version=

2003-07-30 Thread Eric Fetzer
I'm trying to get vssget based on a label working.  It works well for me without a label.  I'm using nantContrib from 6/3/2003.  Here's my .build file:           user="Efetzer"    localpath="D:\TestGetLatest\Development"    recursive="true"    replace="true"    writable="true"  

[Nant-users] Solutions with multiple projects using

2003-07-30 Thread msmith
I am attempting to use the task to build a vb.net solution with multiple projects and I can only get the first project within the solution to build. I've tried this way: and this way with the individual projects listed:

[Nant-users] Language Support -

2003-07-30 Thread Eric Fetzer
I was attempting to use the task on a web project and ran into some problems.  It would build the application and seem successful, but the app wouldn't run.  I noticed some directory structure differences between the VS.NET and NAnt build.  So I created the .build with slingshot and began monkeyin

RE: [Nant-users] Generating BUILD files for Nant

2003-07-30 Thread Bernard Vander Beken
Hello, The solution task is intended for this purpose. It supports VS.NET 2002 and 2003 solutions. Best regards, Bernard (Still using Slingshot for the time being) -Original Message- From: Robert Freas [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:53 PM To: Eric Burley; [E

RE: [Nant-users] Generating BUILD files for Nant

2003-07-30 Thread Robert Freas
Okay, so given that slingshot has become something else and does not work with VS.NET 2003 solutions, how does one configure nant to build compiled help files .CHM from a VS.NET 2003 solution? Prior to this latest release, I was using the slingshot utility to create a .BUILD file and then nant wou