Ramya Niranjan wrote:
> I have created a couple of custom tasks and they are working fine. I 
> need to display the tasks and the corresponding attributes in the 
> intellisense window in VS.NET <http://VS.NET> 2003 IDE. Could any one 
> tell me how to go about with this?
Visual Studio gets the intellisense information for XML files from the 
associated schema.  So you'll need to update the schema to include your 
custom tasks.  It's possible you could use the <nantschema> task to 
generate such a schema.  You could also do it by hand.

Gary



-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to