Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » What Restrictions Does Eclipse Impose On Plugin Development
What Restrictions Does Eclipse Impose On Plugin Development [message #450219] Sat, 01 August 2009 07:40 Go to next message
Kap Pak is currently offline Kap PakFriend
Messages: 52
Registered: July 2009
Member
Hi Guys,

Thanks for all your help. I have to write a report about Eclipse
Plugin Developement and i need your help since i have googled but found no
results.

In the report i have to write the "restrictions and problems" that Eclipse
impose on plugin development. So i am asking you guys to help me or show
me a pointer where i can find such information.

Thank you all.


Eddy.
Re: What Restrictions Does Eclipse Impose On Plugin Development [message #451363 is a reply to message #450219] Sat, 01 August 2009 10:26 Go to previous message
Christoph Höger is currently offline Christoph HögerFriend
Messages: 40
Registered: July 2009
Member
Am 01.08.2009 09:40, schrieb Eddy Freeman:
> Hi Guys,
>
> Thanks for all your help. I have to write a report about Eclipse Plugin
> Developement and i need your help since i have googled but found no
> results.
> In the report i have to write the "restrictions and problems" that
> Eclipse impose on plugin development. So i am asking you guys to help me
> or show me a pointer where i can find such information.

One thing that really is a restriction is the folder structure pde
forces you into. Because of some magic when starting eclipse inside
itself pde requires resource folders to be in the source path and
META-INF/ and plugin.xml to reside in the root (although OSGi only wants
that structure in your _binary distribution_).
That makes developing with tools that impose a different structure (e.g.
maven) a PITA.
Previous Topic:Common Navigator setup question
Next Topic:show a view from a LaunchDelegate
Goto Forum:
  


Current Time: Fri Apr 26 23:13:24 GMT 2024

Powered by FUDForum. Page generated in 0.02419 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top