Open eclipse-modisco-bot opened 4 hours ago
By Andreas Brieg on Oct 31, 2012 03:25
Workaround:
I created a new discoverer that does the same as 'org.eclipse.gmt.modisco.java.generation', but is based on the new API. That is only a handful of lines to write. I will see if I can contribute that plugin.
Still I wonder, why this plugin has been released with 0.10.1 if everything from the org.eclipse.gmt.modisco plugins/packages is deprecated?
| --- | --- | | Bugzilla Link | 393037 | | Status | NEW | | Importance | P5 normal | | Reported | Oct 29, 2012 09:38 EDT | | Modified | Dec 19, 2012 09:02 EDT | | Version | 0.10.1 | | Reporter | Andreas Brieg |
Description
The discoverer org.eclipse.gmt.modisco.java.generation.actions.GenerateJavaModel is currently registered under the wrong extension point "org.eclipse.gmt.modisco.discoverers". But the extension point to be used is "org.eclipse.modisco.infra.discovery.core.discoverer".
I want to generate java source from a discovered and modified java model. But currently I'm unable to do that, because the GenerateJavaModel discoverer is not found.
I'm using Indigo.