[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] Nant build traversing directories

2006-05-15 Thread Gary Feldman
Morpheous wrote: 1). one main build file (say /src/main.build). 2). A single build file for each project ( say /src/project1/project1.build) The main build file will traverse each of the folders under the /src/* directority, and execute any *.build it encounters in the directory. (i.e the indi

RE: [NAnt-users] task - Fails on VC++ project (vcproj)

2006-05-15 Thread Melissa Kacher
  >Is there some setting or property I need to set in order for the cl.exe to pick up the predefined headers?   No, not a property, an environment variable. You need to set INCLUDE. I find vcvars32.bat to be useful for getting INLUDE, LIB, and PATH out of the way in one call with little ef

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 to true Ex. --