Problem by using ExecutableExtensionFactory in non-XText Plugin [message #1713233] |
Mon, 02 November 2015 10:56  |
Eclipse User |
|
|
|
I want to customize the project "*.mydsl.ui" by adding some handlers into plugin.xml. Because these handlers use injector, I added prefix "MydslExecutableExtensionFactory:" in the extension points. Everything works well.
But it makes the "plugin.xml" dirty, I think it isn't a good idea. Sometimes we will use "plugin.xml_gen" to replace "plugin.xml".
So I created a new plugin"*.mydsl.ui.extension" for the customizing. All of the handlers will be added into the plugin.xml of "*.mydsl.ui.extension" instead of "*.mydsl.ui". Prefix "MydslExecutableExtensionFactory:" is still used. But it raised the ClassNotFoundException. I'm sure that class "MydslExecutableExtensionFactory" is visible in "*.mydsl.ui.extension".
Can anybody tell me why?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06997 seconds