Hi Tomas,

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?

thanks,

--b

----- Original Message -----
From: "Tomas Restrepo" <[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 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 task is defined, that won't work, period, because you
> won't have the nantcontrib dlls located correctly. This is, I think, a
huge
> pita.
>
> OTOH, I think TaskDef should go back to nant core. Why? Because we _still_
> haven't implemente a  better replacement for it after a fairly long time,
> and, lets face it, at least as a development aid for nant and nantcontrib,
> is a pretty helper.
>
> Lacking that, I'd really prefer something that makes it easier to build
the
> whole thing...
>
> Thanks!
> --
> Tomas Restrepo
> [EMAIL PROTECTED]
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> NAntContrib-Developer mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to