Francis,
>
> I'm trying to use John Lam's VersionTask with the latest stable release
> or NAnt, 0.7.9.0, and get an error:
>
>     BUILD FAILED
>     C:\DotNet Products\Utils\NAnt\examples\UserTask\default.build(17,3):
> Unknown task <taskdef>
>     Try 'nant -help' for more information
>
> on this or (as above) on the UserTask example.
>
> VS.Net shows eight missing source files in Tasks, including TaskDev.cs -
> should I be able to pick this up from another build, or should I just
> use another build, and either way can anyone recommend a good build to
> work with?

Taskdef was moved to NAntContrib, so you'll need to pick that up, build it,
and copy the generated assemblies into Nant's build/bin directory. (and to
make things fun, you need to build nantcontrib in two steps, since it's
buildfile also depends on taskdef)

I've been arguing for Taskdef to be moved back to nant, but so far no one
agrees with me :)

--
Tomas Restrepo
[EMAIL PROTECTED]



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

Reply via email to