Community
Participate
Working Groups
Attempting to run the GenerateFowlerDsl.mwe2 script on 2.0M5 plus a bit, gives 188 [main] DEBUG .linking.impl.DefaultLinkingService - before getLinkedObjects: node: 'StandaloneSetup' 219 [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher - Lorg/apache/commons/logging/Log; java.lang.NoClassDefFoundError: Lorg/apache/commons/logging/Log; at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2259) at java.lang.Class.getDeclaredFields(Class.java:1715) at org.eclipse.xtext.common.types.access.impl.DeclaredTypeFactory.createFields(DeclaredTypeFactory.java:282) at org.eclipse.xtext.common.types.access.impl.DeclaredTypeFactory.createType(DeclaredTypeFactory.java:88) at org.eclipse.xtext.common.types.access.impl.DeclaredTypeFactory.createType(DeclaredTypeFactory.java:1) at org.eclipse.xtext.common.types.access.impl.ClassMirror.initialize(ClassMirror.java:42) at org.eclipse.xtext.common.types.access.TypeResource.doLoad(TypeResource.java:86) The problem is cured by adding a package import for org.apache.commons.logging to the manifest. [It would be good to have this fixed in M6, since I'd like to use this example in my EclipseCVon tutorial.]
Thanks for reporting! I will take a look at this...
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0