Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to Computer Build Path?
How to Computer Build Path? [message #436722] Thu, 15 September 2005 13:54 Go to next message
Eclipse UserFriend
Originally posted by: stupid_daniel.yahoo.com

Dear all,

I am new to eclipse rcp development..

Starting with part 3 of "Rich Client Platform Tutorial, by Ed Burnette."
I tries to add org.eclipse.update.ui as a plugin dependency.

The "Launch an Eclipse Application" button under MANIFEST.MF just work fine.

However, after i export it using "Eclipse Product export wizard".. It
gives these error when run:

!SUBENTRY 1 org.eclipse.osgi 2005-09-15 21:44:14.718
!MESSAGE Missing required bundle org.eclipse.update.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2005-09-15 21:44:14.718
!MESSAGE Missing required bundle org.eclipse.update.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2005-09-15 21:44:14.718
!MESSAGE Missing required bundle org.eclipse.ui.forms_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2005-09-15 21:44:14.718
!MESSAGE Missing required bundle org.eclipse.update.scheduler_0.0.0.

Manual adding these plugin as depenancy solve the problem.. But I want
to know if there are any automated ways doing that?

I have seen some old post saying this is related to "Compute Build
Path", but i can't find it under "plugin.xml" page (i am using eclipse
3.1). I have also tried "feature.xml" -> "dependencies" -> "compute"
with no lucks.

any comment would be helpful.

thanks,
daniel

--
Re: How to Computer Build Path? [message #436723 is a reply to message #436722] Thu, 15 September 2005 14:31 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Daniel Cheng wrote:
> Dear all,
>
> I am new to eclipse rcp development..
>
> Starting with part 3 of "Rich Client Platform Tutorial, by Ed Burnette."
> I tries to add org.eclipse.update.ui as a plugin dependency.
>
> The "Launch an Eclipse Application" button under MANIFEST.MF just work
> fine.
>
> However, after i export it using "Eclipse Product export wizard".. It
> gives these error when run:

In the product editor, there's an "Add required dependancies" button.

Later,
PW


Re: How to Computer Build Path? [message #436729 is a reply to message #436723] Thu, 15 September 2005 17:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stupid_daniel.yahoo.com

Paul Webster wrote:
> Daniel Cheng wrote:
>
> In the product editor, there's an "Add required dependancies" button.

The button is available only when I choose
"The product configurateion is based on: plug-ins"

Ed Burnette's tutorial seems to suggest that only freature-based
product can be automatically updated. Any work around?

The required plugins do show up on "Feature.xml" -> "Dependencies",
but they are not exported.
I have to add them manually on "Feature.xml" -> "Plug-ins" to make it
works correctly.

>
> Later,
> PW
Re: How to Computer Build Path? [message #436752 is a reply to message #436729] Sat, 17 September 2005 04:38 Go to previous message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Daniel Cheng wrote:
> Paul Webster wrote:
>
>> Daniel Cheng wrote:
>>
>> In the product editor, there's an "Add required dependancies" button.
>
>
> The button is available only when I choose
> "The product configurateion is based on: plug-ins"
>
> Ed Burnette's tutorial seems to suggest that only freature-based
> product can be automatically updated. Any work around?
>
> The required plugins do show up on "Feature.xml" -> "Dependencies",
> but they are not exported.
> I have to add them manually on "Feature.xml" -> "Plug-ins" to make it
> works correctly.
>
>>
>> Later,
>> PW
If you right click on a project in the Navigator and select PDE Tools,
there is an Update Classpath menu item.
Previous Topic:ViewPart vs. EditorPart
Next Topic:Lost names in windows bar...
Goto Forum:
  


Current Time: Sat Dec 07 14:20:41 GMT 2024

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

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

Back to the top