> From: "Scott Hernandez" <[EMAIL PROTECTED]>
> 
> If the framework dir is in the path, you can specify that the
'include'
> should look there.
> 
> <references> <includes frompath="true" name="System.dll"/>
</references>
> 
> In my environment with VS.Net the %vscomntools%\vsvars32.bat sets this
> correctly for me.
> 
> >where system.dll
> \WINDOWS\Microsoft.NET\Framework\v1.0.3705\system.dll
> 
> Does that work for you?
> 

Even if it doesn't work for you, NAnt really shouldn't try and resolve
Framework DLLs automatically for you because given how side-by-side
oriented the .Net Framework is you might run into problems when you get
around to wanting to specifically reference the 1.0.3705 DLL as opposed
to say some future "latest version" of the Framework.  There's a good
reason that Assemblies in .Net aren't known by name alone. :)

FYI,
Bill



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases & more
http://thinkgeek.com/sf
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to