Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Some XML Patches

Hi all:

I've got some xml patches which haven't received any love lately. Thought I'd ping you all to at least take a look at them.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=491313
https://bugs.eclipse.org/bugs/show_bug.cgi?id=459013

The first adds an option to xml validation preference page to ignore or mark as warning / error the specific xml situation where the error is in a referenced xml file, not the one currently being validated. A lot of times, upstream (ie on the web) xsd files contain errors or inconsistancies, and neither users nor our team has any ability to fix it.   By adding a preference, our tools users can set it as they wish, and our product can set the value directly.

The second is an NPE only replicatable in our test case.

Both need a quick look-through if we'd like them in neon.  The first seems to have failed it's gerrit build, but if you look at the logs, the failure seems completely unrelated to the patch:

org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.eclipse.wst.jsdt.web.core 1.0.800.qualifier to bundle org.eclipse.wst.jsdt.core [1.1.0,2.0.0).; No solution found because the problem is unsatisfiable.]


- Rob Stryker

Back to the top