Re: [Nant-users] Solution task prerequisites

2004-06-03 Thread Gert Driesen
- Original Message - From: "Garth Ormsby" <[EMAIL PROTECTED]> To: "'Noel Gifford'" <[EMAIL PROTECTED]>; "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "Daniel Hamilton" <[EMAIL PROTECTED]> Sent: Friday, June 04, 2004 8:14 AM Subject: RE: [Nant-users] Solution task prerequisi

RE: [Nant-users] Solution task prerequisites

2004-06-03 Thread Garth Ormsby
Correct me if wrong, but aren't the compilers needed in the core runtime? .aspx & .ascx files are not pre-compiled for instance, yet can be deployed on a run-time only box successfully. Our experience is this: trying to build our apps on a dev test machine with only the runtime installed, and 9

RE: [Nant-users] Solution task prerequisites

2004-06-03 Thread Noel Gifford
The SDK is needed because the Nant tasks use the compilers and other utilities. Noel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Garth Ormsby Sent: Thursday, June 03, 2004 8:38 PM To: 'Gert Driesen'; [EMAIL PROTECTED] Cc: Daniel Hamilton

RE: [Nant-users] Solution task prerequisites

2004-06-03 Thread Garth Ormsby
Hi Gert et al, quick question: will the SDK always be required for builds? That is, is there something in the SDK and not available in the runtime that is fundamental to the solution task, or is it just a convenience to rely on the SDK? Rgds Garth ,-_|\ Garth Ormsby, Internet Group / \ Co

[Nant-users] ftp task

2004-06-03 Thread Sascha Andres
Hi, I've done a small start for the ftp task. Well, it's a small start. Basicly I'm capable of downloading / uploading one file at a time. I used code from http://sourceforge.net/projects/dotnetftpclient/ to get this tasks running. My tests run smoothly, but there are some features that are miss