Hi guys,
I just downloaded a new Eclipse 4.2 SR1 instance and tried to set it up. IncQuery belongs to my setup :) Since your doc (
https://viatra.inf.mit.bme.hu/incquery/getting_started) denotes that IncQuery was tested only with Xtext 2.3 I installed Xtext 2.3.0 from
http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/. Then I installed IncQuery from
http://viatra.inf.mit.bme.hu/update/incquery/. But what happens now when I start my Eclipse is that the error log is filled with lots of following messages:
Pattern already set in the Map: eSuperTypes
Pattern already set in the Map: eRawType
...
Exception during Extension/Package ensure Phase
java.lang.IllegalArgumentException: Only existing, open plug-in projects are supported by the generator.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
at org.eclipse.viatra2.emf.incquery.core.project.ProjectGenerationHelper.ensureExtensions(ProjectGenerationHelper.java:549)
...
Exception during Normal Clean!
java.lang.IllegalArgumentException: Only existing, open plug-in projects are supported by the generator.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
at org.eclipse.viatra2.emf.incquery.core.project.ProjectGenerationHelper.removePackageExports(ProjectGenerationHelper.java:432)
...
All errors come from org.eclipse.viatra2.patternlanguage.emf.ui. It seems that the errors occur when the workspace is built. Can you help me how to fix this?
best regards,
Jan
and