[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [pde-dev] (no subject)
|
Hi Rostic,
The 'dev' mailing lists are intended for discussions on the development of the projects and community, not for asking for help. You would be better off asking on IRC (http://wiki.eclipse.org/index.php/IRC) or the newgroups (http://www.eclipse.org/newsgroups/).
Your plug-in may be installed but not started. One way to test this would be to use the osgi console. Start eclipse with the -console argument. You should then have access to the osgi console where you can find out the status of your plug-in.
http://www.ibm.com/developerworks/library/os-ecl-osgiconsole/index.html
Curtis
rostic sheykhet ---10/15/2008 01:42:33 PM---Hi,
![]()
From: | ![]()
rostic sheykhet <rostic_sheykhet@xxxxxxxxx> |
![]()
To: | ![]()
pde-dev@xxxxxxxxxxx |
![]()
Date: | ![]()
10/15/2008 01:42 PM |
![]()
Subject: | ![]()
[pde-dev] (no subject) |
Hi,
I've recently posted the message below to the platform-dev mailing list. I am not sure whether that was the right place to post it, as I have not received an answer yet. I apologize for the cross-post.
Rostic
----------------------- Message ------------------------------------
Hi,
I am writing my first plugin fragment for Eclipse (Ganymede), and running
into the following issue:
My fragment works great when running it in the test Eclipse instance.
However, when I try to deploy it to my own workbench in order to actually
use it, it does not get loaded (not in the plugins list & the
functionality is missing). I tried dropping the jar into both the
"dropins" and "plugins" directory. I have enabled debug at the command line with the -debug, did -clean and tried numerous other options.
The plugin name is not ever mentioned in the .log file, nor are there any
exceptions related to loading it. When I look at the system-level file access information for Eclipse, I see that my plugin jar DOES get read by the Eclipse process.
I have not yet found a way to get more logging/debugging information from Eclipse in order to further debug the issue. QUESTION: How do I get more info from Eclipse?
Any help is appreciated.
Thanks
Rostic
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev

