Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Unable to induce plugin functionality in eclipse

Thank you so much. I just found that my ant script is wrong. I will post my further question on the newsgroup.

On Wed, Jun 11, 2008 at 12:52 AM, Darin Wright <Darin_Wright@xxxxxxxxxx> wrote:
Your plug-in does not seem to have a MANIFEST.MF. Please direct further
questions to the newsgroup.

Thanks,

Darin



"Ashish Jain" <ashjain2@xxxxxxxxx>
Sent by: pde-dev-bounces@xxxxxxxxxxx
06/10/2008 01:30 PM
Please respond to
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>


To
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
cc

Subject
Re: [pde-dev] Unable to induce plugin functionality in eclipse






I am using eclipse 3.3. I am placing my plugin in plugins folder. It does
not work. But when I start a new instance of eclipse from existing eclipse
I am able to see in Windows-> Show View->others a new view added with the
name "Quality Eclipse". Why is this difference?

On Tue, Jun 10, 2008 at 11:56 PM, Darin Wright <Darin_Wright@xxxxxxxxxx>
wrote:
If you are using Eclipse 3.4, the "dropins" folder should already be
present in the "eclipse_home" folder (you don't need to create it). If you
are not using Eclipse 3.4, then the plugins folder is the correct place to
put your plug-in.

Darin



"Ashish Jain" <ashjain2@xxxxxxxxx>
Sent by: pde-dev-bounces@xxxxxxxxxxx
06/10/2008 01:22 PM
Please respond to
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>


To
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
cc

Subject
Re: [pde-dev] Unable to induce plugin functionality in eclipse






Apologies for posting the question incorrectly. I created a folder dropins
and placed the plugin there. Still I face the same problem.

Thanks
Ashish

On Tue, Jun 10, 2008 at 11:44 PM, Darin Wright <Darin_Wright@xxxxxxxxxx>
wrote:
This sort of question should probably be answered in the newsgroups....
However, you could try putting your plug-in in the "dropins" folder rather
than the "plugins" folder.

Darin



"Ashish Jain" <ashjain2@xxxxxxxxx>
Sent by: pde-dev-bounces@xxxxxxxxxxx
06/10/2008 01:03 PM
Please respond to
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>


To
pde-dev@xxxxxxxxxxx
cc

Subject
[pde-dev] Unable to induce plugin functionality in eclipse






Hi,
I am a newbie in eclipse plugin development. Recently I developed a sample
plugin and unzipped the same in my "Eclipse_home/plugin" directory. I
could not find the functionality induced in eclipse once I restart
eclipse. Although Launching an eclipse instance from existing one displays
the same functionality. I am attaching my sample plugin.

Thanks
Ashish[attachment "QualityEclipseTools_v 1.0.0.zip" deleted by Darin
Wright/Ottawa/IBM] _______________________________________________
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
_______________________________________________
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
_______________________________________________
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