| Summary: | compilation problems not noticed by build scripts | ||
|---|---|---|---|
| Product: | [WebTools] WTP Releng | Reporter: | David Williams <david_williams> |
| Component: | releng | Assignee: | webtools.releng <webtools.releng-inbox> |
| Status: | ASSIGNED --- | QA Contact: | Carl Anderson <ccc> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.10 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
David Williams
I've captured another data point. New hypothesis is the "compilation.problem" file may only be created for bundles that do not have classes in jars.
Latest failure to catch a compile problem was in M build (old compiler, old pde builder) in the
org.eclipse.wst.server.ui.tests
bundle. I noticed it does not have @dot.xml files, but instead logs compiler output in the old-fashioned temp.folder/tests.jar.bin.xml (presumably, since it is creating a "test.jar" instead of putting classes at the root of the bundle.
So, if we do search for severity="ERROR" then we'd have to search xml files in temp.folder (as well, or, in addition to looking for 'compilation.problem' file).
That's temp.folder is in the
${builddirectory}plugins/org.eclipse.wst.server.ui.tests
mass change back to default assignee and qa contact. I'm not saying I won't work on some :) ... but, won't be all ... so, I think defaults would be best to start over. |