> -----Original Message----- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 1:34 AM > To: Arnette, Bill; [EMAIL PROTECTED] > Subject: RE: [Nant-users] HOWTO set environment variables in > Nant scripts? > > > Bill, > > Just use the <environment> child element of <exec> : > > <exec program="..."> > <environment> > <option name="INCLUDE" value="..." /> > </environment> > </exec> >
Ah, missed that....serves me right for trying to figure this out at 2:45am. Thanks for answering the newbie. Bill ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
