Re: Errors in UIBinder XML files

2017-03-27 Thread Magnus
This are the steps to reproduce the problem: - create the project: webAppCreator -templates sample,maven test.Application - import as "Maven Project" into eclipse - copy the above ui.xml file into the project Magnus -- You received this message because you are subscribed to the

Re: Errors in UIBinder XML files

2017-03-27 Thread Magnus
It's strange: - When I create a project inside eclipse, no error is shown in my *ui.xml file. - When I create a project with maven and import it into eclipse, the same ui.xml file produces the validation error. The validation settings are the same in both projects. I noticed

Re: Errors in UIBinder XML files

2017-03-24 Thread Jens
> But if the error results from XML validation: Why doesn't eclipse show the > error in the non-maven project? > No idea. Maybe your non Maven project does not have an XML validator active? If I remember correctly you can see the validators somewhere in the project preferences. -- J. --

Re: Errors in UIBinder XML files

2017-03-24 Thread Magnus
> > @Magnus: I think you could fix that issue in Eclipse by disabling XML > validation. > It's true that the problem only exists inside eclipse. The maven project compiles without errors on the command line. But if the error results from XML validation: Why doesn't eclipse show the error in

Re: Errors in UIBinder XML files

2017-03-24 Thread Jens
> Check your dependencies, this was fixed in GWT 2.4: > https://github.com/gwtproject/gwt/commit/ad144ac26693272b2d897454a13b7fddf389fedf > > (see linked issue, exact same error message) @tbroyer: While it is fixed in the UiBinder parser, I think the real issue causing the Eclipse error is

Re: Errors in UIBinder XML files

2017-03-24 Thread Thomas Broyer
Check your dependencies, this was fixed in GWT 2.4: https://github.com/gwtproject/gwt/commit/ad144ac26693272b2d897454a13b7fddf389fedf (see linked issue, exact same error message) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe

Re: Errors in UIBinder XML files

2017-03-24 Thread Magnus
This is my UIBinder xml file: (It works within the old project) http://dl.google.com/gwt/DTD/xhtml.ent;> ... -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

Errors in UIBinder XML files

2017-03-24 Thread Magnus
Hello, while moving a project to maven, I copied a source tree into src/main/java of the maven tree. This source tree also contains UIBinder xml files. There is no error in the original project, but in the maven project, the same UIBinder xml files cause errors like this: cvc-complex-type.2.4