Community
Participate
Working Groups
When importing the Graphiti plugins into a workspace with Java 1.5 by default the @Override annotations for interface method implementations are marked as error. Of course this could be resolved by changing the workspace setting, but this would not be necessary when project specific settings are enabled and stored. This happens for the plugins - org.eclipse.graphiti - org.eclipse.graphiti.examples.common - org.eclipse.graphiti.ui To change this open the project settings, "Java Compiler" settings. Then check "Enable project specific settings" and "Use compliance level from execution environment 'JavaSE-1.6' on the Java Build Path". Check in the ./settings/org.eclipse.jdt.core.prefs file.
I set the compliance level as described by Karsten and checked in the settings file for all Graphiti projects -Michael
Added version and target milestone
Part of 0.7.0 release