Export Plugin - Imports can not be resolved [message #939244] |
Wed, 10 October 2012 11:06  |
Eclipse User |
|
|
|
Hello,
I developed a plugin for Eclipse.
When I start it in the development environment with "Run as Eclipse application" everything works fine.
But when I try to export it (either as feature to install it with "Install new Software" or export it as jar to the dropins folder) i can't use the plugin. But there are no problems visualized during the export process.
Whenever I try to export the plugin directly into host repository, I get some errors in the log file saying that several imports could not be resolved.
I somehow found out that this depends on packages in the plugin's build path that reference .class files instead of the source .java files.
This becomes obviously as this problem also occurs when I create an empty plugin depending on existing jar archives which reference .class files. If there are only references to jar archives containing .java files everything works fine.
Does anyone here have experience with this problem and/or is there a way to solve this?
Regards,
Theo
|
|
|
|
Powered by
FUDForum. Page generated in 0.08614 seconds