Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] regarding dependencies

Hi Sumit,

Instead of adding both plug-ins as dependencies on each other, try
adding Plugin Y to the Java Build Path of Plugin X only.  Also, make
sure you are launching the runtime workbench with all workspace and
enabled external plug-ins.

I just made 2 plug-ins - one with an action set relying on code from
the second plug-in.  I didn't seem to have any problems.

Hope that helps! :)

-Cherie.



On 5/28/05, sumit panchasara <sumit.panchasara@xxxxxxxxxxxxxx> wrote:
>  
> Hi folks, 
> I am stucked in development due to dependency problem in Eclipse-PDE. 
> One strange thing is happening. 
>   
> I have three plugins in my project. One of this (Plugin say X) is
> implementing Action Set, actually one button on tool-bar. that invoke
> another swt application. I have created one more plugin (Say Plugin Y) that
> does processing part for that swt application. Now when I am using
> dependency for this,  I have to put dependency for Y into X. and same X into
> Y, right. But when I run using "RunTime Workbench" it is not showing that
> button on toolbar. Just only framework is displayed. I need to close it
> afterwards. 
>   
> Where as If I include processing part in Plugin X itself, it works fine.
> i.e. if I remove Plugin Y from dependency list of Plyg in X it is running
> fine. 
>   
> Why this is happening? Any possible solution?????? 
>   
> Thanks, 
> Sumit Panchasara. 
> _______________________________________________
> pde-ui-dev mailing list
> pde-ui-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-ui-dev
> 
> 
>


Back to the top