Re: [Nant-users] Task Oddness

2004-07-11 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Malcolm MacLucas" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, July 11, 2004 12:36 PM Subject: Re

Re: [Nant-users] Task Oddness

2004-07-11 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Malcolm MacLucas" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, July 11, 2004 12:36 PM Subject: Re: [Nant-users]

Re: [Nant-users] Task Oddness

2004-07-11 Thread Ian MacLean
Malcolm MacLucas wrote: --- Gert Driesen <[EMAIL PROTECTED]> wrote: - Original Message - From: "Malcolm MacLucas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 10:20 PM Subject: Re: [Nant-users] Task Oddness Can you provide mo

Re: [Nant-users] Task Oddness

2004-07-10 Thread Malcolm MacLucas
--- Gert Driesen <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Malcolm MacLucas" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 09, 2004 10:20 PM > Subject: Re: [Nant-users] Task Oddness > > > &

Re: [Nant-users] Task Oddness

2004-07-09 Thread Gert Driesen
- Original Message - From: "Malcolm MacLucas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 10:20 PM Subject: Re: [Nant-users] Task Oddness > I've been using the nant-0.85-20040525 build with some success, and for the > most p

Re: [Nant-users] Task Oddness

2004-07-09 Thread Malcolm MacLucas
rom: "Merrill Cornish" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 09, 2004 12:21 AM > Subject: [Nant-users] Task Oddness > > > > I am using a NAnt 0.84 script to build two Visual Studio C# DLLs. > Originally, the scri

[Nant-users] Nant-users] Task Oddness

2004-07-09 Thread Brian Yeo
Hi Merrill, I have not used "includevsfolders" so I wouldn't comment on this. The following sample builds the .csproj and output the results to a common folder before a copy command is used to transfer the required files to a destination folder. By doing this, I filtered the unwanted files.

Re: [Nant-users] Task Oddness

2004-07-08 Thread Gert Driesen
gt; Sent: Friday, July 09, 2004 12:21 AM Subject: [Nant-users] Task Oddness > I am using a NAnt 0.84 script to build two Visual Studio C# DLLs. Originally, the script I inherited used the task below to build the first DLL: > > > > > > > > > > > This

[Nant-users] Task Oddness

2004-07-08 Thread Merrill Cornish
I am using a NAnt 0.84 script to build two Visual Studio C# DLLs. Originally, the script I inherited used the task below to build the first DLL: