Karsten Thoms
Karsten Thoms
The built product does not launch on Mac. ``` org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:410) ... Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:124) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:399) ... Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct cannot be...
To facilitate collaboration on the project an Oomph setup should be provided.
The template contained a mixture of spaces and tabs. Removed the tabs and replaced them by spaces. Also cleaned up trailing whitespace. Signed-off-by: Karsten Thoms
The Darwin section in the generated shell script contains a mixture of spaces and tabs
Fix typo
Removed - fxdiagram.git.clone.location - fxdiagram.swtfx.git.clone.location - kieler.git.clone.location These variables are defined by the Git Clone Task already. Further it could be just wrong to use the defined values, since they...
I am setting up the devenv with the current Oomph setup. The result has some issues, some of them discussable. I would expect after executing the setup a fully initialized...
The following issue is reported to [Eclipse AERI](https://dev.eclipse.org/recommenders/committers/aeri/v2/#!/incidents/5ad5ad7de4b06a179c9beb01). There are multiple incidents with similar stack trace. Suspicious is that an old Xtext version (2.6.2) is used in all scenarios. But...
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...
I would like to deploy the current state (best with issue#2 solved) as an intermediate release 0.0.1 to a Maven Release repository. It would be great if you could just...