Re: [NAnt-users] Get directory name only

2006-07-19 Thread Read, Kevin
path::get-file-name -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bonio Lopez Sent: Thursday, 20 July 2006 08:16 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Get directory name only Hi there, What is the simplest way in Nant to get last

RE: [Nant-users] Building by solution task - complete solution fileverses building by exec program - devenv task

2005-11-20 Thread Read, Kevin
sourceforge.net Subject: Re: [Nant-users] Building by solution task - complete solution fileverses building by exec program - devenv task Read, Kevin wrote: >Hi Gert, > >In our case, it does harm us. > >We have a custom deployment process which validates that all the >dependencies

RE: [Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task

2005-11-20 Thread Read, Kevin
ert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, 18 November 2005 17:13 To: Read, Kevin; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task Kevin, I've had a quick look, and you're

RE: [Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task

2005-11-17 Thread Read, Kevin
Hi Tim, We have also had dramas with the solution task producing incorrect results. In our case, the assemblies were compiling, but when we had a chain of dependencies (Assembly A calls B calls C) it would include the C dependency in the A metadata. We still use the solution task for most of ou