Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] UI compile error


Tod,

The current build had compile errors in:

        /builds/integration/src/plugins/org.eclipse.ui.externaltools/temp.folder/externaltools.jar.bin.log


Here is a copy of the errors.

The build is continuing but let me know if it should just be trashed.

Thanks

...Dean...




----------
1. WARNING in /builds/integration/src/plugins/org.eclipse.ui.externaltools/External Tools/org/eclipse/ui/externaltools/internal/ui/OpenOnLogConsoleTypeAction.java (at line 3)
        import org.eclipse.jdt.internal.debug.ui.actions.OpenOnConsoleTypeAction;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jdt cannot be resolved
----------
----------
2. ERROR in /builds/integration/src/plugins/org.eclipse.ui.externaltools/External Tools/org/eclipse/ui/externaltools/internal/ui/OpenOnLogConsoleTypeAction.java (at line 8)
        public class OpenOnLogConsoleTypeAction extends OpenOnConsoleTypeAction {
                                                        ^^^^^^^^^^^^^^^^^^^^^^^
OpenOnConsoleTypeAction cannot be resolved or is not a valid superclass
----------
3. ERROR in /builds/integration/src/plugins/org.eclipse.ui.externaltools/External Tools/org/eclipse/ui/externaltools/internal/ui/OpenOnLogConsoleTypeAction.java (at line 10)
        LogConsoleView lv = (LogConsoleView)getViewPart();
                                            ^^^^^^^^^^^
The method getViewPart() is undefined for the type org.eclipse.ui.externaltools.internal.ui.OpenOnLogConsoleTypeAction
----------
Compiled 7225 lines in 722 ms (10006.9 lines/s)
3 problems (2 errors, 1 warning)
104 .class files generated
~                                                                              
~                                                                              
~                                                                              
~                                                                              
~                                                                              
~                                                                              
~                                                                              
~                                                                              
~          

Back to the top