Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] [Hudson] Build failed in Hudson: WTP-R3_8_Integration #414

Carl,

I have updated Rhino Debugger dependencies to version 1.7.5 (See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=492751) and fixed the compilation errors occurring in JSDT UI in build #414 (See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=492753).

I've tested these changes by doing local maven build and it looks like JSDT should be able to successfully compile against latest Platform UI M7.

But in order to test Rhino changes we need to re-do the reverted Orbit changes now.

Thanks in advance,
Victor




On 04/29/2016 11:54 PM, hudsonbuild@xxxxxxxxxxx wrote:
See <https://hudson.eclipse.org/webtools/job/WTP-R3_8_Integration/414/changes>

Changes:

[Carl Anderson] Update prereqs for M7 - revert Orbit change for now

------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.21.0:compile (default-compile) on project org.eclipse.wst.jsdt.ui: Compilation failure: Compilation failure:
[ERROR] /jobs/genie.webtools/WTP-R3_8_Integration/workspace/webtools.jsdt/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/importer/JSDTProjectNature.java:[34]
[ERROR] public class JSDTProjectNature implements ProjectConfigurator {
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The type JSDTProjectNature must implement the inherited abstract method ProjectConfigurator.getFoldersToIgnore(IProject, IProgressMonitor)
[ERROR] /jobs/genie.webtools/WTP-R3_8_Integration/workspace/webtools.jsdt/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/importer/JSDTProjectNature.java:[132]
[ERROR] public IWizard getConfigurationWizard() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getConfigurationWizard() of type JSDTProjectNature must override or implement a supertype method
[ERROR] /jobs/genie.webtools/WTP-R3_8_Integration/workspace/webtools.jsdt/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/importer/JSDTProjectNature.java:[156]
[ERROR] public Set<IFolder> getDirectoriesToIgnore(IProject project, IProgressMonitor monitor) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getDirectoriesToIgnore(IProject, IProgressMonitor) of type JSDTProjectNature must override or implement a supertype method


--


CONFIDENTIALITY NOTICE: This email and files attached to it are confidential. If you are not the intended recipient you are hereby notified that using, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. If you have received this email in error please notify the sender and delete this email.


Back to the top