Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get hello world running #3

Open
anthonyanjorin opened this issue Jun 28, 2020 · 1 comment
Open

Unable to get hello world running #3

anthonyanjorin opened this issue Jun 28, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@anthonyanjorin
Copy link

Hi tried a helloworld with hipe and had the following problems:

  • The generated code had calls such as null.MyCorrPackage... at many locations. After deleting the null. manually the code compiled.
  • The generated code contained <<src_package>> and <<trg_package>> at many locations. I had to replace these parts with my actual source and target packages. Not sure if this is what is supposed to happen but after that the code compiled.
  • When everything finally compiled I got the following runtime error:
Exception in thread "main" java.lang.NoSuchMethodError: 'void hipe.engine.HiPEContentAdapter.<init>(org.eclipse.emf.ecore.resource.ResourceSet, hipe.engine.IHiPEEngine)'
	at org.emoflon.ibex.gt.hipe.runtime.HiPEGTEngine.initEngine(HiPEGTEngine.java:295)
	at org.emoflon.ibex.gt.hipe.runtime.HiPEGTEngine.monitor(HiPEGTEngine.java:259)
	at org.emoflon.ibex.tgg.runtime.hipe.HiPETGGEngine.monitor(HiPETGGEngine.java:174)

After some checking I believe this method really does not exist. Something must be wrong with the different versions of the supplied jars.

  • I did not install democles and got a series of errors as the project is created with democles dependencies. It might make sense to make the new project wizard democles/hipe aware.
@anthonyanjorin anthonyanjorin added the bug Something isn't working label Jun 28, 2020
@anthonyanjorin
Copy link
Author

hipe.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants