To get Tests.NAnt.Core.Tasks.XmlPokeTest to run with ReSharper 4.5 and Visual 
Studio 2008 using the nightly sources I had to:

1) Copy the App.config file from the NAnt.Console project becausse the test 
expected some <nant /> settings ???

2) Remove all the <framework /> nodes except for net-3.5...it was defaulting to 
net-2.0.

3) Manually set sdkdirectory, frameworkdirectory, and 
frameworkassemblydirectory because <readregistry /> kept failing. I wasn't able 
to set the values as <property /> nodes either even after moving the 
<properties /> element to the very top of the file. I ended up using these 
values:

sdkdirectory="C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin" 
frameworkdirectory="C:\WINDOWS\Microsoft.NET\Framework\v3.5" 
frameworkassemblydirectory="C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"

I got even more errors when I tried running a similiar nant command line:

 C:\nant\tests\NAnt.Core>nant -D:installRoot=...

That seems aweful difficult...


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to