Re: [NAnt-users] FIX: Building Nant with 3.5 on a machine without VS2008

2008-06-09 Thread Aaron Elder
Hey everyone, I saw this posted in various places but never saw the fix to my issue posted. I upgraded to the latest nightly build and still had no luck. Upon doing more research I found that the registry key read wasn't correct for our build server: The issue is that I could not seem to be

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

2008-06-09 Thread Martin
Hi Henry Its a option of the microsoft link command http://msdn.microsoft.com/en-us/library/y0zzbyt4(VS.80).aspx which can be invoked with the exec tag http://nant.sourceforge.net/release/latest/help/tasks/exec.html HTH Martin-- - Original Message - From: Henry To: nant-us

[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 ___