I was thinking much the same thing. If we did that we would then be sending full paths to csc and wouldn't need to write the /lib option to the response file at all.

Ian

Right now anything added to the lib tag will only affect those
references specified as a bare file name with the asis attribute.  so:

<includes name="myref.dll" asis="true" />

since the fileset will exclude all non-framework bare-file references.



Yes, indeed. I was also going to ask you whether we should use the paths specified in the lib fileset to resolve assembly references (comparable to what you did for references to system assemblies) ourselves.

Gert



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers




--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to