Yet another bug is that the License task loads assemblies (as far as I
can remember) into the main AppDomain.  It needs to have code to load
these assemblies in a separate AppDomain, like the NUnit tasks have.

Matt.

On Sun, 2003-09-14 at 11:46, Sascha Andres wrote:
> Hi,
> 
> It seems I found two bugs. One is in the licese task itself.
> It can happen (actually it does on one of my systems),
> thatasmLoaded.Location is either an empty string or null. If
> so, Path.GetFullPath(...) throws an exception. The attached
> diff files addesses this issue.
> 
> The second thing seems to be in Directory scanner (I'm not
> sure, cause I have not much time to dive into this yet). If
> I give something like D:\licensed_components\*.dll as
> includes in the nested assembly, he tries to load dlls
> without the ending. Eg A file name assembly.dll gets only
> assembly .
> 
> HTH,
> -sa
-- 
Matthew Mastracci <[EMAIL PROTECTED]>



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

Reply via email to