rogerdudler / eclipse-ui-themes

Dark UI Theme for Eclipse 4+
http://rogerdudler.github.com/eclipse-ui-themes/
Eclipse Public License 1.0
319 stars 106 forks source link

FileNotFoundException for themes/css/e4_basestyle.css #42

Open kthoms opened 7 years ago

kthoms commented 7 years ago

The following issue is reported to Eclipse AERI:

java.io.FileNotFoundException: JAR entry themes/css/e4_basestyle.css not found in C:\Users\jbrodzinski\eclipse\java-oxygen\eclipse\dropins\com.github.eclipsecolortheme.themes_1.0.0.201207121019.jar

at sun.net.www.protocol.jar.JarURLConnection.connect(null:-1)

at sun.net.www.protocol.jar.JarURLConnection.getInputStream(null:-1)

at java.net.URL.openStream(null:-1)

at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.parseStyleSheet(AbstractCSSEngine.java:219)

at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.setTheme(ThemeEngine.java:426)

at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.setTheme(ThemeEngine.java:387)

at org.eclipse.ui.internal.dialogs.ViewsPreferencePage.performOk(ViewsPreferencePage.java:286)

at org.eclipse.jface.preference.PreferencePage.performApply(PreferencePage.java:454)

at org.eclipse.ui.internal.dialogs.ViewsPreferencePage.performApply(ViewsPreferencePage.java:358)

at org.eclipse.jface.preference.PreferencePage.lambda$1(PreferencePage.java:286)

at org.eclipse.swt.events.SelectionListener$1.widgetSelected(SelectionListener.java:81)

at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)

The plugin does not contain the e4_basestyle.css stylesheet when looking for @import url("e4_basestyle.css");. This might need to be changed to @import url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css");