> thanks. Great tool. Just like the good old eclipse ant integration (almost).
> But still the intellisense in build files does not work for me. I've done
> everything as describes in the faq but it does not show up with Intellisense
> at all. Any ideas?

Assuming NAnt 0.85 and Visual Studio 2005

Copy NAnt\schema\nant.xsd to
"C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas"

Reference schema in project xmlns attribute, e.g:

<?xml version="1.0" encoding="utf-8"?>
<project name="whatever" xmlns="http://nant.sf.net/release/0.85/nant.xsd"; ...>
...

And you should be good to go.

peace
si

p.s. Set the "Open With" option in VS for *.build files as XML Editor.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to