[Nant-users] if condition on tasks

2004-04-19 Thread Noah Davidson
How can I specify 2 conditions?  If ${cond1} and ${cond2} then run task?   Thanks Noah Davidson  

RE: [Nant-users] compiling licensing file

2004-04-19 Thread Noah Davidson
issue that may be fixed and if so any ideas of when this will be working? Thanks Noah Davidson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Monday, April 19, 2004 11:12 AM To: Jaroslaw Kowalski; Noah Davidson; NAnt Users Mailing List

[Nant-users] compiling licensing file

2004-04-19 Thread Noah Davidson
ditor'.     License attribute not found   I have added the licx file as a resource in the solution, but still can not get this working.  Any help would be greatly appreciated.   Thanks Noah Davidson

[Nant-users] copy filter

2004-04-14 Thread Noah Davidson
.   Here is the part of my build file that I am using.                           Any suggestions would be greatly appreciated.     Thanks Noah Davidson

RE: [Nant-users] VS macros

2004-04-13 Thread Noah Davidson
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 would have to look into VS macros more to be certain what it is doing. Thanks Noah Davidson

[Nant-users] VS macros

2004-04-13 Thread Noah Davidson
project file from both nant and VS and use the VS macros.   Thanks Noah Davidson

[Nant-users] delay-sign

2004-04-12 Thread Noah Davidson
.   Here is the part of my build file that is used:                                   Any help would be greatly appreciated.   Thanks Noah Davidson

RE: [Nant-users] DirectoryNotFoundException

2004-04-10 Thread Noah Davidson
DirectoryNotFoundException. If I manually create the directory the builds seams to work. Thanks Noah Davidson -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Saturday, April 10, 2004 3:17 PM To: Noah Davidson; [EMAIL PROTECTED] Subject: Re: [Nant-users

[Nant-users] DirectoryNotFoundException

2004-04-10 Thread Noah Davidson
I am getting DirectoryNotFoundException when I compile my C# project.  If I manually create all of the required directories, all works fine.  Is there any way to have nant create the dirs without having explicit mkdir in the nant .build files?   Thanks Noah Davidson