>From: "John Ludlow" <[EMAIL PROTECTED]>
>Sent: Monday, July 26, 2004 5:16 AM

>copy "$(ProjectDir)ServerUnitTesting.dll.config"
"$(ProjectDir)\$(OutDir)ServerUnitTesting.dll.config"
...
>copy "$(ProjectDir)ServerUnitTesting.dll.config"
"$(ProjectDir)\$(OutDir)ServerUnitTesting.dll.config"

I think you did a cut and paste, and then forgot to edit the copy.  Or else
my eyes really aren't working this morning.

In any event, have you tried using $(TargetDir) instead of
$(ProjectDir)\$(OutDir)?  That would be the more straightforward way to do
it, even there were no problems here.

Gary



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to