Re: MenuItemSeparator in uibinder produces xml error

2012-07-04 Thread tanteanni
right, but on all run as and some other things eclipse asks proceed with launch? - this is a good thing. but now i am forced to switch this off because all other bugs are hidden behind this little one :-| On Tuesday, 3 July 2012 17:57:25 UTC+2, Thomas Broyer wrote: On Tuesday, July 3, 2012

MenuItemSeparator in uibinder produces xml error

2012-07-03 Thread tanteanni
i just tried to create a MenuBar with some item and a separator with uibinder, but Eclipse' xml validation or the underlying xml model doesn't like the separator: cvc-complex-type.2.4.a: Invalid content was found starting with element 'g:MenuItemSeparator'. One of

Re: MenuItemSeparator in uibinder produces xml error

2012-07-03 Thread Thomas Broyer
On Tuesday, July 3, 2012 11:28:13 AM UTC+2, tanteanni wrote: i just tried to create a MenuBar with some item and a separator with uibinder, but Eclipse' xml validation or the underlying xml model doesn't like the separator: cvc-complex-type.2.4.a: Invalid content was found starting with

Re: MenuItemSeparator in uibinder produces xml error

2012-07-03 Thread tanteanni
thx thomas, but how to tell it eclipse? where is the underlying model for uibinder xml that eclipse uses for verification? is this model up to date? is there a way to get rid of the error in eclipse? On Tuesday, 3 July 2012 12:45:43 UTC+2, Thomas Broyer wrote: On Tuesday, July 3, 2012

Re: MenuItemSeparator in uibinder produces xml error

2012-07-03 Thread Thomas Broyer
On Tuesday, July 3, 2012 2:48:28 PM UTC+2, tanteanni wrote: thx thomas, but how to tell it eclipse? where is the underlying model for uibinder xml that eclipse uses for verification? is this model up to date? is there a way to get rid of the error in eclipse? The schema indeed is out of

Re: MenuItemSeparator in uibinder produces xml error

2012-07-03 Thread tanteanni
the for your investigation thomas! On Tuesday, 3 July 2012 15:55:06 UTC+2, Thomas Broyer wrote: On Tuesday, July 3, 2012 2:48:28 PM UTC+2, tanteanni wrote: thx thomas, but how to tell it eclipse? where is the underlying model for uibinder xml that eclipse uses for verification? is this

Re: MenuItemSeparator in uibinder produces xml error

2012-07-03 Thread tanteanni
and yes i tried deleting the marker after disabling xml validation vor the project - but the marker always comes back On Tuesday, 3 July 2012 15:55:06 UTC+2, Thomas Broyer wrote: On Tuesday, July 3, 2012 2:48:28 PM UTC+2, tanteanni wrote: thx thomas, but how to tell it eclipse? where is

Re: MenuItemSeparator in uibinder produces xml error

2012-07-03 Thread Thomas Broyer
On Tuesday, July 3, 2012 4:27:31 PM UTC+2, tanteanni wrote: and yes i tried deleting the marker after disabling xml validation vor the project - but the marker always comes back But it's just a marker, it doesn't affect building or running the project, right? -- You received this