John,

"$(ProjectDir)\$(OutDir)
              ^ this "\" is likely your problem.

$(ProjectDir) comes with a trailing "\" as needed. The compiler
apparently sees that it's needed here and appends one, making yours the
second one. At least, that's the C# behaviour.

I always add
@echo on
  <My stuff here>
@echo off

to see my output and its results.

HTH,

Eric D
Corillian Corp


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to