I am trying to get the <solution> task to work and found a couple of things that might make my (and others?) life easier.

[1] When looking for references it uses the HintPath element on the project. Unfortunately this is not a reliable way to locate references. Visual Studio actual uses a .user file to store the location of references (ugly I know). It would be nice if the solution task could accept an element that would specify the location of shared references (ie: referencepath="${lib.dir}" or something)

[2] The solution task crashes if you don't specify a default framework. It uses the location of the GAC and if its not set you get a Null Reference Exception.

brant
...

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to