Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Yet another plugin deployment problem

Thanks a lot.
Ok, it's obvious that the update manager is unaware on how to update the new plug in but there's no reason for it not to work properly in the workspace. In fact, in my enviroment it works perfectly...
Tell me if i'm wrong...

vidhya ha scritto:

Copying of the jar under plugin is recognized by the plugin runtime but the
update manager treats them as unmanaged plugins! Explore including new
feature using feature.xml in the PDE guide!


-----Original Message-----
From: pde-dev-bounces@xxxxxxxxxxx [mailto:pde-dev-bounces@xxxxxxxxxxx] On
Behalf Of Count Zero
Sent: Friday, November 18, 2005 9:03 PM
To: Eclipse PDE general developers list.
Subject: [pde-dev] Yet another plugin deployment problem

Good day everyone,
after a terrible tour among all the PDE bugs and problems, I managed to export my plugin correctly. I just copy the jar in the plugins/ directory and everything works perfectly... in my workstation. I gave the plugin for some testing to my boss (who's running Eclipse 3.1 too), he installs the plugin and... and nothing. No perspectives, nothing. Launching Eclipse with -consolelog -debug he got this and only message:

MESSAGE Bundle update@plugins/f12Plugin_0.1.633.jar [52] was not resolved.
Where f12plugin_0.1.633.jar is the correct plugin jar.

Any suggestions?

Thanks a lot

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev




Back to the top