Re: [NAnt-users] script task

2009-05-13 Thread Bob Archer
here. BOb From: Gert Driesen [mailto:gert.drie...@telenet.be] Sent: Wednesday, May 13, 2009 3:44 PM To: Bob Archer; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] script task Hi Bob, This is only done when logging from a task. You could do something

Re: [NAnt-users] script task

2009-05-13 Thread Gert Driesen
Hi Bob, This is only done when logging from a task. You could do something like this (although I agree it's a hack):

Re: [Nant-users] Script task: Project object conflicts with EnvDTE.Project class

Arnette, Bill wrote: Nant version: rc2 0.85.1869.0 Perhaps I am trying to do too much with Nant, but what I am trying to do is use Nant to setup a developers VC++ environment using the same paths as used for the automated build. My plan is to use the VCPlatform object in the devstudio object model