The follwing snippet gives me a circular reference error :
 

<solution solutionfile="${srcdir}\UCContact\UCContact.sln"
configuration="${config}" verbose="${verbose}"
outputdir="${outdir}\${config}">
  <webmap>
   <map url="http://localhost/UCContactWeb/UCContactWeb.csproj";
path="${srcdir}\UCContact\UCContactWeb\UCContactWeb.csproj" />
   </webmap> 
   <excludeprojects>
      <includes
name="${srcdir}\UCContact\UCContactWeb\UCContactWeb.csproj" />
   </excludeprojects>
</solution>

 

If I remove the excluded project, it works fine.

 

-------------------------------
Peter G Jones
Senior Analyst/Programmer
University of Canterbury
------------------------------- 



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg297
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to