ant to submit to nantcontrib, let me know and at least I'll do my best
to ensure it is committed (fwiw, the verboseness problem with the sql task
was the result of the last attempt made to ensure nantcontrib compiled
against nant when the logging changes were made).
We should also try to ensur
eferences a file or a directory: if the former, just
load that one and that's it; otherwise scan for task assemblies. This would
give us all the functionality of the old TaskDef, while supporting the
scanning mechanism used now.
What do you guys think?
--
Tomas
e config stuff doesn't. And make
*that* part of the NAnt core.
> I'm thinking that the mechanism to set the search path
> from a build file would look somthing like :
>
>
>
> or
>
>
>
>
>
>
> which would trigger a scan of matching folders for
Jeff,
If you just copy your task dlls to nant's directory
(provided they have the correct name), they will be loaded and recognized by
NAnt automatically when it runs.
As for TaskDef, nantcontrib has no downloadable
binary files yet, so you need to build it yourself against as recent nant
contrib assembly itself. At
this point, it is perfectly safe to just grab NAnt.Contrib.Tasks.dll out of
the build directory (along with a few of the dependant assemblies) and copy
them over to your nant directory to use them.
--
Tomas Restrepo
[EMAIL PROTECTED]
---
one of us will try to merge the changes into the CVS code
base :)
--
Tomas Restrepo
[EMAIL PROTECTED]
---
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourcefor
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
___
Build Log is just what's printed on the console during the build, it is
not saved anywhere. This is, quite frankly, confusing given the message NAnt
spews when a build fails, but that's as things stand now.
--
Tomas Restrepo
[EMAIL PROTECTED]
-