RE: [Nant-users] How to set default dir for

2004-08-25 Thread David Thielen
lto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 12:14 AM To: David Thielen; [EMAIL PROTECTED] Subject: Re: [Nant-users] How to set default dir for David, I know the csc looks for the key file relative to the current directory and the output directory. I'm not sure if the MS vjc compil

Re: [Nant-users] How to set default dir for

2004-08-24 Thread Gert Driesen
n our compiler tasks. For now, I'd suggest coping the key file to the directory where vjc expects is as part of your build procedure. Gert - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 25, 2004 6

[Nant-users] How to set default dir for

2004-08-24 Thread David Thielen
Hi;   In my AssemblyInfo.jsl I have @assembly AssemblyKeyFile("..\\public.snk")   The relative path to public.snk works fine when I build in Visual Studio. However, when I build using nant it can’t find the file. I need to be able to build with both.   Is there a way I can set the def