Re: [NAnt-users] Mail task smtp authentication?

2006-06-21 Thread si
> But the bottom line is our SMTP server requires authentication. Nant > doesn't support that by default, Didn't Gert implement this just before RC4? http://nant.sourceforge.net/release/latest/help/fundamentals/listeners.html#MailLogger Note that I don't believe it's implemented in the task, o

[NAnt-users] Solution task and VS 2005.

2006-06-21 Thread Adrian Lazea
Hi nant-dev-team, Any ideas when the task will support Visual Studio 2005 solutions? Thanks, /Adrian. ___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

Re: [NAnt-users] Solution task and VS 2005.

2006-06-21 Thread Gert Driesen
- Original Message - From: "Adrian Lazea" <[EMAIL PROTECTED]> To: "NAnt Users" Sent: Wednesday, June 21, 2006 1:01 PM Subject: [NAnt-users] Solution task and VS 2005. > Hi nant-dev-team, > > Any ideas when the task will support Visual Studio 2005 > solutions? No, not yet. We should p

[NAnt-users] Get devenv output

2006-06-21 Thread Bonio Lopez
Dear all, I use exec task in order to compile devenv solutions with Visual Studio (Yes,I know about solution task). If solution can't compile I get a error: External Program Failed: C:\Program Files\Microsoft Visual Studio .NET 2003\Comm on7\IDE\\devenv.exe (return code was

[NAnt-users] Proper way to write/delete registry

2006-06-21 Thread Ilia Oussorov
Dear all, I found some threads in this forum about writeregistry/deleteregistry tasks but those tasks are neither in nant nor in nantcontrib. What is the recommended way to write into registry so far? Thanks, Boni ___ NAnt-users mailing list NAnt-users

Re: [NAnt-users] Get devenv output

2006-06-21 Thread Curtis Zarger
Have you tried using devenv.com instead of devenv.exe? Curt - Original Message From: Bonio Lopez <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Wednesday, June 21, 2006 7:45:17 AM Subject: [NAnt-users] Get devenv output Dear all, I use exec task in order to compile deve

Re: [NAnt-users] Get devenv output

2006-06-21 Thread Bonio Lopez
Thanks Gert, thanks Curtis. Devenv.com works for me. -Original Message- From: Curtis Zarger [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 21. Juni 2006 15:24 To: Bonio Lopez; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Get devenv output Have you tried using devenv.com instead

[NAnt-users] How to add quotas to line?

2006-06-21 Thread Bonio Lopez
Dear all, Following line Usage: nant set_log -D:Loggers="e loger_names "e" Produces exception: NAnt.Core.BuildException: C:\XXX\default.build(32,82): Error loading buildfile. ---> System.Xml.XmlException: An error occurred while parsing EntityName. L ine 32, position 82. at System.Xml.XmlTextRe

Re: [NAnt-users] How to add quotas to line?

2006-06-21 Thread Shmarya Rubenstein
Use the following:'Loggers')}">On 6/21/06, Bonio Lopez <[EMAIL PROTECTED] > wrote:Dear all,Following lineUsage: nant set_log -D:Loggers="e loger_names "e"Produces exception:NAnt.Core.BuildException: C:\XXX\default.build(32,82):Error loading buildfile. ---> System.Xml.XmlException: An error occurred

Re: [NAnt-users] How to add quotas to line?

2006-06-21 Thread Gary Feldman
Shmarya Rubenstein wrote: > Use the following: > > Using CDATA here is a bit of a using a sledgehammer to swat a fly. > On 6/21/06, *Bonio Lopez* <[EMAIL PROTECTED] > > wrote: > > Dear all, > Following line > Usage: nant set_log > -D:Loggers="e loger_name

Re: [NAnt-users] Setting property after reading from a file.

2006-06-21 Thread Rod Ayers
Hi, Gary I'm intrigued how you would implement the "XML approach". Probably so easy I've totall yoverlooked it :):) Thanks! Rod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Tuesday, June 13, 2006 9:49 AM To: Ramya Niranj