Re: [Nant-users] VS macros

2004-04-13 Thread Gert Driesen
uot; <[EMAIL PROTECTED]> Sent: Tuesday, April 13, 2004 8:58 PM Subject: RE: [Nant-users] VS macros It looks like VS uses capital var names, but if I open up my project file in something like notepad they are not case sensitive. It appears the VS to converting the case to display in the IDE. I w

RE: [Nant-users] VS macros

2004-04-13 Thread Noah Davidson
-Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 11:22 AM To: Noah Davidson Cc: NAnt Users Mailing List Subject: Re: [Nant-users] VS macros Noah, NAnt currently does a case-sensitive comparison for the macro's. You should be able t

Re: [Nant-users] VS macros

2004-04-13 Thread Gert Driesen
al Message - From: "Noah Davidson" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]> Sent: Tuesday, April 13, 2004 8:13 PM Subject: RE: [Nant-users] VS macros Here is the output I get when I run nant. NAnt 0.85 (Build 0.85.1560.0; net-1

Re: [Nant-users] VS macros

2004-04-13 Thread Gert Driesen
Noah, This should work fine (at least it should in the 0.85 nightly builds). Can you send me a repro for this ? Thanks, Gert - Original Message - From: "Noah Davidson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 13, 2004 7:51 PM Subject: [Nan

[Nant-users] VS macros

2004-04-13 Thread Noah Davidson
I am using the postbuild event in VS.  I am passing $(solutiondir), $(targetdir), $(targetfilename), and $(ConfigurationName) to a .cmd file.  I am trying to use the solution task and specify the projects.  When I run nant I can not seam to define these macros.  How can I use this same proj