Re: [NAnt-users] Equivalent of c# compiler /pdb option in csc task

2008-06-10 Thread Henry
nvoked with the exec tag http://nant.sourceforge.net/release/latest/help/tasks/exec.html HTHMartin-- - Original Message - From: Henry To: nant-users@lists.sourceforge.net Sent: Monday, June 09, 2008 12:47 PM Subject: [NAnt-users] Equivalent of c# compiler /pdb option in csc task Firs

Re: [NAnt-users] Equivalent of c# compiler /pdb option in csc task

2008-06-09 Thread Martin
-users@lists.sourceforge.net Sent: Monday, June 09, 2008 12:47 PM Subject: [NAnt-users] Equivalent of c# compiler /pdb option in csc task Firstly, I just started using nant recently so apologies if this question has been asked many times before. C# command line compiler has an option

[NAnt-users] Equivalent of c# compiler /pdb option in csc task

2008-06-09 Thread Henry
Firstly, I just started using nant recently so apologies if this question has been asked many times before. C# command line compiler has an option /pdb:[filename] to explicitly specify a name to .pdb file. How do I do it with nant? Thanks in advance, Henry ___