[Nant-users] mail task authentication attributes

2003-03-07 Thread Derek Puff
Hi, Are there by chance any plans to add attributes to the "mail" task (e.g., "login" and "password") that would allow use of an SMTP server that requires authentication? thanks, Derek --- This SF.net email is sponsored by: Etnus, makers of

[Nant-users] -logfile command line option

2003-03-07 Thread Derek Puff
Doesn't seem to do anything (no file is created)? Am I missing something? Derek --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disori

RE: [Nant-users] NAnt.build failed (error creating NAnt.DotNetTasks.pdb)

2003-03-06 Thread Derek Puff
Ian, > I guess best option is to use cvs or one of the > nightlies - that zip bug is fixed now. I continue to have the same problem with the latest: http://nant.sourceforge.net/builds/nant-20030306.zip I just now unzipped those files, cd'ed to the nant-20030306 directory, and did: .\bin\nant.e

RE: [Nant-users] NAnt.build failed (error creating NAnt.DotNetTasks.pdb)

2003-03-05 Thread Derek Puff
> So, just to be clear, you are doing the following? > > Download 0.8.01 from sf.net > (http://sourceforge.net/project/showfiles.php?group_id=31650) > Extract files to "C:\program files" > Run "C:\program files\nant-0.8.01\bin\nant.exe > -buildfile:../nant.build" Precisely. -

[Nant-users] NAnt.build failed (error creating NAnt.DotNetTasks.pdb)

2003-03-05 Thread Derek Puff
Hi, I am unable to build the 0.8.01 NAnt.build file. The latter portion of the output is shown below. thanks, Derek BUILD FAILED C:\Program Files\nant-0.8.01\src\NAnt.DotNetTasks.build(12,10): External Program Failed: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe return 1 Output: fatal er

[Nant-users] cl task and paths with white spaces

2003-02-24 Thread Derek Puff
Hi, I hope this hasn't been asked a thousands times - I'm new to NAnt. I am attempting to use the "cl" task. The path in which my source files reside has white spaces in it. When NAnt turns the sources into arguments to cl, the arguments are not enclosed in quotes and cl barfs. Here's the targ