Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-vex-dev] Vex build is failing

Dear All,

I've cloned Vex GitHub repository and tried to build the current version in
Eclipse Oxygen.1a (via Maven's Build All Vex). All went well, except for
'Vex Core Tests' module, which failed with several ClassNotFoundExceptions:

Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Display
cannot be found by org.eclipse.e4.ui.css.swt.theme_0.9.100.v20130515-1857
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.SWTError cannot
be found by org.eclipse.ui.workbench_3.105.2.v20140211-1711
Caused by: java.lang.NoClassDefFoundError:
org/eclipse/ui/plugin/AbstractUIPlugin
Caused by: java.lang.NoClassDefFoundError:
org/eclipse/vex/core/internal/boxes/IInlineBox

Should I add any additional dependencies?

Thanks,
Jan






Back to the top