Community
Participate
Working Groups
I200410260800, GTK+ 2.4.9, KDE 3.3.0, Linux 2.6.8.1 I am now seeing many errors in "plugin.xml" files, where no errors previously existed. I'm curious as to why this is happening.
Created attachment 15386 [details] List of Problems
We have upped the default severity of several important compiler flgs, particularly ones that will prevent your plugin/extension from running. Are you suggesting that the warnings are bogus?
Looking at the problems, your plugin.xml should not have the <packages> element anymore as it has not been used since 3.0. Also some of the Platform/UI schemas, e.g. the one for 'commands' need to be updated. You can lower the severity of these problems to IGNORE if you want, but these problems should be addressed.
General problems with the workbench.
I've corrected most of these. However, there are still two outstanding issues: 1.) It would be nice to be able to disable these errors for our test plug-in. (Bug 77042). 2.) I don't understand why "test" is being listed as an illegal child element of enablement. This should be a valid include from the "org.eclipse.core.expressions" schemas. Unless I missing something...? (Bug 77043)
I've committed a fix for all the errors that are not covered by those two bugs. As a workaround, the following settings will remove the remaining errors: Required attributes not defined: Error -> Warning Illegal elements: Error -> Warning
It is unlikely that the remainder of this bug will be fixed for M3, but it should be fixed for 3.1.
*** Bug 78158 has been marked as a duplicate of this bug. ***
I have updated the per-project PDE compiler settings for "org.eclipse.ui.tests" to change the settings mentioned in comment #6. However, one of those settings shouldn't be required, and is waiting for Bug 77043 to be resolved by PDE.
this has been a long time ago