Line 3 should say something like that: http://nant.sf.net/schema/nant-20030903.xzd Thanks, Oleg From: White, Jeffrey
[mailto:[EMAIL PROTECTED]
I've read through the archives and followed previous advice regarding how to get .build files fully recognized by VS.NET with Intellisense/validation. I've configured it such that VS.NET recognizes .build files as XML, and the opened files have syntax hilighting. However, I can't get Intellisense/validation working. Here's
what I've done: 3. I edited my <project> tag in my .build file to be: <project name='ProjName' default='build' xmlns='http://nant.sf.net/schema/'> Now when I restart VS.NET and open the .build file, I get an error(in the schema view, as opposed to the source view), stating: "The XML Designer encountered the following error while reading this file: Document Element must be schema. Please return to source view and correct these errors." I also
tried using the <nantschema> tag like this: I got the same error as above from the schema view. Does anyone know what's going on? Thanks in advance! Jeff Jeffrey
L. White
DISCLAIMER E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. NOTICE REGARDING PRIVACY AND CONFIDENTIALITY
|
Title: RE:Editing .build files w/syntax hilighting in VS.NET
- [Nant-users] RE:Editing .build files w/syntax hilighting... White, Jeffrey
- Re: [Nant-users] RE:Editing .build files w/syntax h... Jaroslaw Kowalski
- Re: [Nant-users] RE:Editing .build files w/syntax h... Blokhin, Oleg
- Re: [Nant-users] RE:Editing .build files w/syntax h... Scott Hernandez