Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Broken SSE builds due to compilation error, but only in Hudson (can't reproduce locally)

*wild cheering for dropping support for BREE = J2SE-1.4*

*waves Team Nitin flag* 

If you're keen to break some more eggs, please have a look at https://bugs.eclipse.org/bugs/show_bug.cgi?id=528800 re: updating toolchains.xml to the latest JDKs, and maybe removing support for obsolete BREEs like JDK 1.4 - 1.7.

Just a thought!

Nick



On Mon, Dec 18, 2017 at 10:45 AM, Nitin Dahyabhai <nitin.dahyabhai@xxxxxxxxx> wrote:
I intend to bump up the BREE of both SSE core and UI to 1.8 in the master branch to get us past this once and for all. With the platform dependencies already there, as long as I can keep the code compliance itself where it is (it's more a pragmatic choice than a dogmatic one) I don't see much cause not to.

-Nitin

On Dec 18, 2017, at 10:37 AM, Nick Boldt <nboldt@xxxxxxxxxx> wrote:

I've been seeing this for about a week now:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.eclipse.wst.sse.ui: Compilation failure: Compilation failure:
[ERROR] /jobs/genie.webtools/webtools-sourceediting_R3_10/workspace/core/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/StructuredTextAnnotationHover.java:[43]
[ERROR] HTMLPrinter.addPageProlog(buffer);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type java.lang.StringBuilder cannot be resolved. It is indirectly referenced from required .class files

Affected jobs:

Anyone have time to investigate why this is failing, and offer a fix? I tried to have Hudson ignore the workspace settings files, which worked in the gerrit job but didn't fix the problem in the other jobs. 


BTW, are the SSE committers seeing the mail sent to wtp-releng@xxxxxxxxxxx ?

Thanks in advance,

--

Nick Boldt

Senior Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com




--

Nick Boldt

Senior Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com


Back to the top