Egl and epsilon standalones [message #1063938] |
Sun, 16 June 2013 07:03  |
Eclipse User |
|
|
|
Hello,
I modified the org.eclipse.epsilon.examples.standalone / org.eclipse.epsilon.examples.standalone.egl from the repository to use UML instead of Emf models as I need, also changed the imports from emf to uml ones but for some reason I think it keeps using emf instead of uml because when I run it I keep getting this error below. Also, minimal attached.
PS: Sorry for all the posts but it's driving me mad, I didn't think this was so hard to make it work.
Exception in thread "main" Property 'name' not found in object org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@18d9850 [eClass: org.eclipse.emf.ecore.impl.EClassImpl@19b5217 [name: Model] [instanceClassName: null] [abstract: false, interface: false]] [mixed: [ecore.xml.type:text=
, packagedElement=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@3b1d04 [eClass: org.eclipse.emf.ecore.impl.EClassImpl@ee22f7 [name: Class] [instanceClassName: null] [abstract: false, interface: false]] [mixed: [], anyAttribute: [name=Example]], ecore.xml.type:text=
], anyAttribute: null] (C:\Users\Patricia\Documents\UNIVERSIDAD\PFC\Eclipse_1\Minimal\src\ProjectCreation.egl@3:13)
Cause: Property 'name' not found in object org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@18d9850 [eClass: org.eclipse.emf.ecore.impl.EClassImpl@19b5217 [name: Model] [instanceClassName: null] [abstract: false, interface: false]] [mixed: [ecore.xml.type:text=
, packagedElement=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@3b1d04 [eClass: org.eclipse.emf.ecore.impl.EClassImpl@ee22f7 [name: Class] [instanceClassName: null] [abstract: false, interface: false]] [mixed: [], anyAttribute: [name=Example]], ecore.xml.type:text=
], anyAttribute: null] (C:\Users\Patricia\Documents\UNIVERSIDAD\PFC\Eclipse_1\Minimal\src\ProjectCreation.egl@3:13)
at org.eclipse.epsilon.egl.internal.EglPreprocessorModule.execute(EglPreprocessorModule.java:96)
at org.eclipse.epsilon.egl.internal.EglModule.execute(EglModule.java:166)
at org.eclipse.epsilon.egl.internal.EglModule.execute(EglModule.java:152)
at org.eclipse.epsilon.egl.EglTemplate.process(EglTemplate.java:68)
at org.eclipse.epsilon.egl.EglTemplateFactoryModuleAdapter.execute(EglTemplateFactoryModuleAdapter.java:70)
at EpsilonStandaloneExample.execute(EpsilonStandaloneExample.java:59)
at EpsilonStandaloneExample.execute(EpsilonStandaloneExample.java:51)
at EglStandaloneExample.main(EglStandaloneExample.java:19)
Caused by: Property 'name' not found in object org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@18d9850 [eClass: org.eclipse.emf.ecore.impl.EClassImpl@19b5217 [name: Model] [instanceClassName: null] [abstract: false, interface: false]] [mixed: [ecore.xml.type:text=
, packagedElement=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@3b1d04 [eClass: org.eclipse.emf.ecore.impl.EClassImpl@ee22f7 [name: Class] [instanceClassName: null] [abstract: false, interface: false]] [mixed: [], anyAttribute: [name=Example]], ecore.xml.type:text=
], anyAttribute: null] (C:\Users\Patricia\Documents\UNIVERSIDAD\PFC\Eclipse_1\Minimal\src\ProjectCreation.egl@3:13)
at org.eclipse.epsilon.eol.execute.introspection.java.JavaPropertyGetter.invoke(JavaPropertyGetter.java:48)
at org.eclipse.epsilon.eol.execute.PointExecutor.execute(PointExecutor.java:70)
at org.eclipse.epsilon.eol.execute.PointExecutor.execute(PointExecutor.java:44)
at org.eclipse.epsilon.eol.execute.PointExecutor.execute(PointExecutor.java:90)
at org.eclipse.epsilon.eol.execute.ExecutorFactory.executeAST(ExecutorFactory.java:226)
at org.eclipse.epsilon.eol.execute.PointExecutor.execute(PointExecutor.java:43)
at org.eclipse.epsilon.eol.execute.PointExecutor.execute(PointExecutor.java:90)
at org.eclipse.epsilon.eol.execute.ExecutorFactory.executeAST(ExecutorFactory.java:226)
at org.eclipse.epsilon.eol.execute.ExecutorFactory.executeAST(ExecutorFactory.java:196)
at org.eclipse.epsilon.eol.execute.StatementBlockExecutor.execute(StatementBlockExecutor.java:26)
at org.eclipse.epsilon.eol.execute.ExecutorFactory.executeAST(ExecutorFactory.java:226)
at org.eclipse.epsilon.eol.EolModule.execute(EolModule.java:43)
at org.eclipse.epsilon.egl.internal.EglPreprocessorModule.execute(EglPreprocessorModule.java:80)
... 7 more
Attachment: Minimal.jar
(Size: 5.24KB, Downloaded 224 times)
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05401 seconds