How to Computer Build Path? [message #436722] |
Thu, 15 September 2005 13:54 |
Eclipse User |
|
|
|
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 #436729 is a reply to message #436723] |
Thu, 15 September 2005 17:28 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03388 seconds