Plugin for eclipse [message #33684] |
Wed, 05 October 2005 01:11  |
Eclipse User |
|
|
|
Hi All
I am developing a plugin for eclipse, using which I can import my log
file and see in eclipse (import->log file->Add->) ---- My plugin should
show up here. But it does not.
When I launch my project from within eclipse for debugging, i can see
my plugin. But when i deploy the same to eclipse and restart eclipse,
i can not see the plugin.
If eclipse is not able to load a plugin at startup - can it be
configured to show error messages?
--
Regards
Ajay Bansal
|
|
|
Re: Plugin for eclipse [message #33752 is a reply to message #33684] |
Wed, 05 October 2005 10:49  |
Eclipse User |
|
|
|
Do you mean when you place the plugin you created under the 'plugin'
directory and restart Eclipse, it doesn't show the log type that you have
contributed?
If so, then try starting Eclipse with the -clean flag under a command
prompt. For example:
eclipse -clean -data <WORKSPACE-DIRECTORY>
I'm assuming that you're properly JARing up the plugin before placing it
under your 'plugin' directory.
Errors loading your plugin should be displayed under the .log file under
<WORKSPACE-DIRECTORY>/.metaddata
"Ajay Bansal" <ajay.bansal02@gmail.com> wrote in message
news:73684e1dd80130773a5c78256ea1a0b5$1@www.eclipse.org...
> Hi All
>
> I am developing a plugin for eclipse, using which I can import my log
> file and see in eclipse (import->log file->Add->) ---- My plugin should
> show up here. But it does not.
>
> When I launch my project from within eclipse for debugging, i can see
> my plugin. But when i deploy the same to eclipse and restart eclipse,
> i can not see the plugin.
>
> If eclipse is not able to load a plugin at startup - can it be
> configured to show error messages?
>
> --
> Regards
> Ajay Bansal
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03103 seconds