[NAnt-users] NAnt won't run: System.BadImageFormatException

2006-06-22 Thread Paul Rempel
Hi,   I just did a build of nant, and it worked fine on the machine I built it on, then I copied the folder to another machine and when I try to run NAnt, I get the following dialog box that pops up (both NAnt.exe files are the same size):     Strong name validation failed for assembly

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

2006-06-20 Thread Paul Rempel
hat supports it. Where I can send patches to NAnt? []'s Eric Lemes On 6/20/06, Paul Rempel <[EMAIL PROTECTED]> wrote: To answer by own question, after going through the NAnt.Core.Tasks.MailTask source file, it appears that it doesn't support authentication. Hasn't a

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

2006-06-20 Thread Paul Rempel
lto:[EMAIL PROTECTED] On Behalf Of Paul Rempel Sent: Tuesday, June 20, 2006 12:10 PM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] Mail task smtp authentication? Is there a way to specify a username and password to an SMTP server when sending mail with the task

[NAnt-users] Mail task smtp authentication?

2006-06-20 Thread Paul Rempel
Is there a way to specify a username and password to an SMTP server when sending mail with the task??? -Paul ___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

RE: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project?

2006-05-17 Thread Paul Rempel
Lots of people use nant all over the world for 'REAL' projects. Also, tons of people use C# for 'REAL' projects. Can't help you out with the C++ tho... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morpheous Sent: Monday, May 08, 2006 3:32 PM To: nant

RE: [NAnt-users] mail task with a proxy server

2006-05-16 Thread Paul Rempel
OTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 12:14 PM To: Paul Rempel; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] mail task with a proxy server   This is probably not an NANT issue as there are a whole reange of errors associated with the message "

RE: [NAnt-users] Exec task

2006-05-16 Thread Paul Rempel
Set the verbose attribute to true Ex. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rebecca Kedziora Sent: Wednesday, May 10, 2006 10:56 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Exec task Hi, How do you see what is happening whe

RE: [NAnt-users] mail task with a proxy server

2006-05-16 Thread Paul Rempel
The log file is attached to this email."       mailhost="${Email.SmtpServer}">                         From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Rempel Sent: Monday, May 15, 2006 6:36 PM To:

[NAnt-users] mail task with a proxy server

2006-05-15 Thread Paul Rempel
Title: task - Fails on VC++ project (vcproj) Hi,   I’ve been using a nant script that mails out success and failure reports for some time now.  We recently started using a proxy server in our office and that stopped the mailing part of the nant script from working.  This is the error:

RE: [NAnt-users] Exec task

2006-05-15 Thread Paul Rempel
Sorry sent that before I was finished... Set the verbose attribute to true -Original Message- From: Paul Rempel Sent: Monday, May 15, 2006 10:05 AM To: 'Rebecca Kedziora'; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Exec task Set the verbose attribute t