I am using a task which has a solution which contains a project VS file.
Since some of the dev work is done from VS we need to maintain the project
files. Therefore the default in VS is to have the oputput directory
bin\${ConfigurationName}. If the output directory does not exist, I get the
Direc
Noah,
Can you please provide more information ? Which task are you using, what
directory does not exist (eg. output directory, doc directory, ...) ?
Thanks,
Gert
- Original Message -
From: "Noah Davidson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 11, 2004 12:06 AM
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