Hello Rostic, First of all, there are a number of ways to check your configuration... how did you determine that the "fragment is not in the plugins list"? - Help > About > Configuration Details - Window > Show View > PDE Runtime > Plug-in Registry Right-click/Enable advanced operations, then you can manually enable/start plugins.
I've seen something similar to what you describe when the fragment's host plugin was either not available or had a different version or the platformFilter of the fragment would not match. That's the things I'd check first (by looking at your fragment's MANIFEST.MF and by dbl checking the fragment's host plugin). There's also some more tricky ways of not letting some fragment into the configuration (maybe related to features, products and OSGi config.ini). For debugging, there is the OSGi console (-console) but I haven't used it personally so far. HTH, and let me know when you find out what's been wrong :-) Cheers, -- Martin Oberhuber, Senior Member of Technical Staff, Wind River Target Management Project Lead, DSDP PMC Member http://www.eclipse.org/dsdp/tm > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of rostic sheykhet > Sent: Monday, October 13, 2008 5:21 PM > To: [email protected] > Subject: [platform-dev] Newbie Pluging Fragment Load Debug > > 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 > > > > > _______________________________________________ > platform-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/platform-dev > _______________________________________________ platform-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/platform-dev
