[Nant-users] deleting directory nasty problem

2005-10-19 Thread Dean Hiller
Okay, so the following will fail if the directory does not exist       the following will pass if the directory does exist       what if I want it to be just like java’s ant where I am doing a clean target and I want it to pass if The direct

[Nant-users] versioning dll's using csc

2005-04-11 Thread Dean Hiller
How do I supply the version info to csc so the version info ends up in the dll.  My autobuild supplies a version property that I just needed stuck into the dlls. Thanks, dean The information contained in this e-mail and any attachments hereto are for the exclusive use of the addresse

RE: [Nant-users] referencing a directory for all dll's

2005-04-06 Thread Dean Hiller
Never mind.  I was working on a build file in dir A and using a build file in dir B…moron me. Thanks, dean   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean Hiller Sent: Wednesday, April 06, 2005 11:32 AM To: nant-users

RE: [Nant-users] referencing a directory for all dll's

2005-04-06 Thread Dean Hiller
wrong.  Does this exist?  Can’t find it under debug mode either. Thanks, dean   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean Hiller Sent: Wednesday, April 06, 2005 11:32 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] referencing a

[Nant-users] referencing a directory for all dll's

2005-04-06 Thread Dean Hiller
I have the following in my build file