Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] RE: pde-dev Digest, Vol 35, Issue 3

Thanks for immidiate reply.
It worked..

Thanks,
Vrushali. 

-----Original Message-----
From: pde-dev-bounces@xxxxxxxxxxx [mailto:pde-dev-bounces@xxxxxxxxxxx]
On Behalf Of pde-dev-request@xxxxxxxxxxx
Sent: Wednesday, February 13, 2008 10:31 PM
To: pde-dev@xxxxxxxxxxx
Subject: pde-dev Digest, Vol 35, Issue 3

Send pde-dev mailing list submissions to
	pde-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	https://dev.eclipse.org/mailman/listinfo/pde-dev
or, via email, send a message with subject or body 'help' to
	pde-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	pde-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific than
"Re: Contents of pde-dev digest..."


Today's Topics:

   1. deploying plugin (Babar, Vrushali Shrikant (Vrushali) **CTR**)
   2. Re: deploying plugin (Leen Toelen)


----------------------------------------------------------------------

Message: 1
Date: Wed, 13 Feb 2008 15:13:28 +0800
From: "Babar, Vrushali Shrikant (Vrushali) **CTR**"
	<vsbabar@xxxxxxxxx>
Subject: [pde-dev] deploying plugin
To: <pde-dev@xxxxxxxxxxx>
Message-ID:
	
<28530E274F611641AC4195D2CF95BA5A5547C8@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hi,
 
I'm trying to deploy a helloworld plugin.
 
Steps that i followed,
1 - made helloworld plugin from standerd template.
2 - made build.xml
3 - export -> plugin developement -> deployable plugins and fragments.
4 - copied an archive file into plugin directory.
5 - run the eclipse.
 
The plugin is getting deployed perfectly in case of windows platform but

fails on linux.
I have followed the same steps on linux but could eclipse is not finding
the newly deployed plugin.
is there anything else am i suppose to do to deploy a plugin on linux
platform?
 
Please direct.I need it urgently.
 
Thanks in advnace.
 
-Vrushali.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/listinfo/pde-dev/attachments/20080213/5e
6a01d4/attachment.html

------------------------------

Message: 2
Date: Wed, 13 Feb 2008 08:21:01 +0100
From: Leen Toelen <toelen@xxxxxxxxx>
Subject: Re: [pde-dev] deploying plugin
To: "Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
Message-ID: <47B29A5D.2030901@xxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I'd first check the .metadata\.log file for problems. One of the main
causes of plugins not starting is errors in the activator or plugins
that are not present (or made dependant on) at runtime. Check in the
manifest whether you have all dependant plugins specified.
In your manifest there are some options where you can define which
platforms you want to run the plugin on. Maybe check plugin.xml and
manifest.mf for platform specific items. Some plugins only run on
windows for  instance (swt is platform specific as well) Another thing
to check is the versions of the dependencies.

Regards,
Leen

Babar, Vrushali Shrikant (Vrushali) **CTR** wrote:
> Hi,
>  
> I'm trying to deploy a helloworld plugin.
>  
> Steps that i followed,
> 1 - made helloworld plugin from standerd template.
> 2 - made build.xml
> 3 - export -> plugin developement -> deployable plugins and fragments.
> 4 - copied an archive file into plugin directory.
> 5 - run the eclipse.
>  
> The plugin is getting deployed perfectly in case of windows platform 
> but fails on linux.
> I have followed the same steps on linux but could eclipse is not 
> finding the newly deployed plugin.
> is there anything else am i suppose to do to deploy a plugin on linux 
> platform?
>  
> Please direct.I need it urgently.
>  
> Thanks in advnace.
>  
> -Vrushali.
> ----------------------------------------------------------------------
> --
>
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-dev
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/listinfo/pde-dev/attachments/20080213/1a
c8b083/attachment.html

------------------------------

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


End of pde-dev Digest, Vol 35, Issue 3
**************************************


Back to the top