Re: [NAntC-Dev] TaskDef in buildfile

2002-09-04 Thread Ian MacLean
Tomas Restrepo wrote: >Ben, > > >>Taskdef was removed because nant now loads tasks from any assembly in the >>nant directory (or the tasks subdirectory i think) that ends in tasks.dll. >>What does the taskdef task do for you that the autoloader does not? >> >> > >Allow you to load task dl

Re: [NAntC-Dev] TaskDef in buildfile

2002-09-04 Thread Ian MacLean
hat about resgen? Why this one was removed? > >//Andrew > > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]] On Behalf Of >Ben Lowery >Sent: Friday, August 30, 2002 3:38 PM >To: [EMAIL PROTECTED] >Subject: Re: [NAntC-Dev] TaskDef

RE: [NAntC-Dev] TaskDef in buildfile

2002-08-31 Thread Andrew Savinykh
Does anybody at all know this? //Andrew -Original Message- From: Ben Lowery [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 5:04 PM To: Andrew Savinykh Subject: Re: [NAntC-Dev] TaskDef in buildfile no idea on that one.. --b - Original Message - From: "A

Re: [NAntC-Dev] TaskDef in buildfile

2002-08-30 Thread Tomas Restrepo
Ben, > > Taskdef was removed because nant now loads tasks from any assembly in the > nant directory (or the tasks subdirectory i think) that ends in tasks.dll. > What does the taskdef task do for you that the autoloader does not? Allow you to load task dlls that are not in the nant directory :)

RE: [NAntC-Dev] TaskDef in buildfile

2002-08-29 Thread Andrew Savinykh
Hi Ben, What about resgen? Why this one was removed? //Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ben Lowery Sent: Friday, August 30, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: Re: [NAntC-Dev] TaskDef in buildfile Hi Tomas, Taskdef

Re: [NAntC-Dev] TaskDef in buildfile

2002-08-29 Thread Ben Lowery
trepo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 10:14 PM Subject: [NAntC-Dev] TaskDef in buildfile > Hi Guys, > > I was getting the latest snapshot of nant working here, and it seems we have > a little tiny problem in our NAntContrib

[NAntC-Dev] TaskDef in buildfile

2002-08-29 Thread Tomas Restrepo
Hi Guys, I was getting the latest snapshot of nant working here, and it seems we have a little tiny problem in our NAntContrib makefile: The compile.schemas task relies on the taskdef task to work. Obviously, if you're just compiling NAntContrib for the first time, which is where the TaskDef tas