Re: Obsolescing NAntContrib [was RE: [nant-dev] Re: [Nant-users] 0.8.3 final]

2003-09-09 Thread Tomas Restrepo
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

Re: [Nant-users] IMHO, Taskdef doesn't belong in nantcontrib

2003-04-02 Thread Tomas Restrepo
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

Re: [Nant-users] IMHO, Taskdef doesn't belong in nantcontrib

2003-04-02 Thread Tomas Restrepo
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

Re: [Nant-users] How to get user tasks to work?

2002-12-19 Thread Tomas Restrepo
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

Re: [Nant-users] Can't compile nantcontrib

2002-11-15 Thread Tomas Restrepo
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] ---

Re: [Nant-users] Dynamic resource prefix

2002-11-06 Thread Tomas Restrepo
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

Re: [Nant-users] missing taskdef class?

2002-09-25 Thread Tomas Restrepo
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 ___

Re: [Nant-users] Response file and TMP directory not working

2002-09-23 Thread Tomas Restrepo
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] -