Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Luna M1

Didn't know it was failing... I will take a look and get back to you.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto


Inactive hide details for Greg Watson ---08/20/2013 03:05:29 PM---Currently we don't have an M1 build as our build is failing iGreg Watson ---08/20/2013 03:05:29 PM---Currently we don't have an M1 build as our build is failing in RDT. Is anyone planning to fix this,

From: Greg Watson <g.watson@xxxxxxxxxxxx>
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date: 08/20/2013 03:05 PM
Subject: [ptp-dev] Luna M1
Sent by: ptp-dev-bounces@xxxxxxxxxxx





Currently we don't have an M1 build as our build is failing in RDT. Is anyone planning to fix this, or should I disable RDT for M1 (which is tomorrow)?

Thanks,
Greg

Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.17.0:compile (default-compile) on project org.eclipse.ptp.rdt.ui: Compilation failure: Compilation failure:
[ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[28,0]
[ERROR] import org.eclipse.cdt.internal.ui.editor.AddIncludeOnSelectionAction;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.cdt.internal.ui.editor.AddIncludeOnSelectionAction cannot be resolved
[ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[119,0]
[ERROR] private AddIncludeOnSelectionAction fAddInclude;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
[ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[155,0]
[ERROR] fAddInclude= new AddIncludeOnSelectionAction(editor);
[ERROR] ^^^^^^^^^^^
[ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
[ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[155,0]
[ERROR] fAddInclude= new AddIncludeOnSelectionAction(editor);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
[ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[156,0]
[ERROR] fAddInclude.setActionDefinitionId(ICEditorActionDefinitionIds.ADD_INCLUDE);
[ERROR] ^^^^^^^^^^^
[ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
[ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[157,0]
[ERROR] editor.setAction("AddIncludeOnSelection", fAddInclude); //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^
[ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
[ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[418,0]
[ERROR] added+= addAction(source, fAddInclude);
[ERROR] ^^^^^^^^^^^
[ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
[ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[444,0]
[ERROR] added+= addAction(source, fAddInclude);
[ERROR] ^^^^^^^^^^^
[ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
[ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[483,0]
[ERROR] actionBar.setGlobalActionHandler(CdtActionConstants.ADD_INCLUDE, fAddInclude);
[ERROR] ^^^^^^^^^^^
[ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
[ERROR] 9 problems (9 errors)
[ERROR] -> [Help 1]
[ERROR]



_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


GIF image


Back to the top