deploy plugin questions [message #265463] |
Wed, 04 August 2004 19:07  |
Eclipse User |
|
|
|
Originally posted by: benson.cheng.viacore.net
I created a plugin and unzip it to the plugins directory, after I
re-start the eclipse and start using that plugin, I got
NoClassDefFoundError, then I realized I didn't include one of the
referened jar in the <rumtime> section of the plugin.xml. After I fixed
the problem, build a new zip and unzip it to the plugins directory
again, but I am still getting the same error. I tried removed the
entire workspace but the error still shows up. I finally removed and
reinstall the eclipse, and re-deploy my plugin and everything is working
now.
My questions are:
1) Is Eclipse store a cache information of the plugin.xml?
2) What's the best way to re-deploy the existing plugin to avoid these
kind of problem.
Thanks,
Benson.
|
|
|
Re: deploy plugin questions [message #265474 is a reply to message #265463] |
Thu, 05 August 2004 02:11  |
Eclipse User |
|
|
|
Benson Cheng schrieb:
> 1) Is Eclipse store a cache information of the plugin.xml?
Yes.
> 2) What's the best way to re-deploy the existing plugin to avoid these
> kind of problem.
Either increment the version number, or start Eclipse with the "-clean"
option to throw away the cache contents.
Ciao, Michael.
|
|
|
Powered by
FUDForum. Page generated in 0.03746 seconds