Re: [NAnt-users] Nant newby question...

2006-06-11 Thread Robert Kolev
Thank you to all that have responded.  It has been very helpful!!!   cheers,  rk~ From: Bill Martin [mailto:[EMAIL PROTECTED]Sent: Sun 6/11/2006 1:08 PMTo: Robert Kolev; NAnt-users@lists.sourceforge.netSubject: RE: [NAnt-users] Nant newby question... Hi Robert.   NAnt handles this slightly d

Re: [NAnt-users] Nant newby question...

2006-06-11 Thread Bill Martin
Hi Robert.   NAnt handles this slightly differently to Ant.  With Nant, you use the task which is basically the same as in Ant to include another build file.  This can contain properties, scripts, targets etc.  Basically, you need to set up a .build file with all your properties in, def