[antlr-interest] Debugging grammar throught VS C#.NET

Gavin Lambert antlr at mirality.co.nz
Mon Mar 31 23:34:38 PDT 2008


At 18:17 1/04/2008, Mayur M wrote:
><ItemGroup>
><Antlr3 Include="MIF_LP.g"> ....... in the *.csproj there is a 
>warning.
>
>"The element 'ItemGroup' in namespace 
>'http://schemas.microsoft.com/developer/msbuild/2003' has invalid 
>child element 'Antlr3' in namespace 
>'http://schemas.microsoft.com/developer/msbuild/2003'."

That warning can be ignored.  It should only appear while the 
.csproj file is open in the editor, and it's caused by the schema 
validation the XML editor performs being overly sensitive (the 
"real" XML is extensible in ways the schema doesn't indicate).

Do you have any problems actually compiling or using it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20080401/74631625/attachment.html 


More information about the antlr-interest mailing list