Home » Eclipse Projects » Remote Application Platform (RAP) » [RAP 1.1] Missing Constraint: org.eclipse.ui; version="0.0.0"
[RAP 1.1] Missing Constraint: org.eclipse.ui; version="0.0.0" [message #94766] |
Fri, 27 June 2008 05:50  |
Eclipse User |
|
|
|
Originally posted by: ottrich.fast-mail.org
Hello,
I use the released version 1.1 of rap. I copied the target-platform in a
folder and set my eclipse to use this. In my plug-ins I use "import
package" instead of "requires plug-ins" without a version because I would
like to use the same plug-ins in rap and rcp.
Trying to launch my rap-app I get this error:
Missing Constraint: Import-Package: org.eclipse.ui; version="0.0.0"
All the other imports look right. I don't know what I'm doing wrong.
regards,
Lars
|
|
| | | | | | | | |
Re: [RAP 1.1] Missing Constraint: org.eclipse.ui; version="0.0.0" [message #96743 is a reply to message #95091] |
Fri, 04 July 2008 04:23   |
Eclipse User |
|
|
|
Originally posted by: cheney_chen.i-len.com
Hi,
Yes, I also encountered such a problem. You can use " the Eclipse Business
Expenses Reporting Tool (EBERT)" example
(http://www.eclipse.org/examples/example.php?id=expenses) provided by " The
Eclipse Examples Project" to check the problem. Because the example need to
run in different target platform, So the common plug-ins use the package
dependency instead of plug-in dependency. When I use the RAP 1.1 M3
target-platform to launch the RAP version application, it is working find;
But when I change to the release target-platform, the RAP version
application can't be complied through.
Please to check and give some ideas to fix the problem with the release
target-platfrom.
BTW, I use 3.4 release RCP SDK and some optional plug-ins as
target-platfrom, the rcp version application also work fine.
My eclipse version: 3.4.0 Build id: I20080617-2000
Java: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
OS: openSUSE 10.3 (X86-64)
Regards,
Cheney
Lars Fischer wrote:
> Hello,
>
> if I use the jar-files of the M3 target-platform, my application is
> working.
> Using the jar-files of the release target-platform this message is shown:
> Missing Constraint: org.eclipse.ui; version="0.0.0"
>
> "Add required bundles" in the launch-configuration has no change. I don't
> think that this would be an error in my launch-configuration.
>
> regards,
> Lars
>
> Dmitry Pryadkin wrote:
>
>> Hi,
>
>> You can try switching back to 1.1R and re-create the configuration, open
>> "Run/open debug dialog" and/or "Run/open run dialog" and delete the OSGI
>> configuration, then create a new one.
|
|
|
Re: [RAP 1.1] Missing Constraint: org.eclipse.ui; version="0.0.0" [message #96757 is a reply to message #96743] |
Fri, 04 July 2008 04:33   |
Eclipse User |
|
|
|
Originally posted by: cheney_chen.i-len.com
Hi,
Sorry, I forgot some information.As I change to the release
target-platform, the RAP version application can't be complied through. So
I add the org.eclipse.rap.ui or org.eclipse.rap.ui.workbench plug-in the
error plug-in for complied, But when I launch the application , the console
show some error message as Lars Fischer wrote before: Missing Constraint:
org.eclipse.ui; version="0.0.0".
Hope some help.
Regards,
Cheney
Cheney wrote:
> Hi,
>
> Yes, I also encountered such a problem. You can use " the Eclipse Business
> Expenses Reporting Tool (EBERT)" example
> (http://www.eclipse.org/examples/example.php?id=expenses) provided by "
> The Eclipse Examples Project" to check the problem. Because the example
> need to run in different target platform, So the common plug-ins use the
> package dependency instead of plug-in dependency. When I use the RAP 1.1
> M3 target-platform to launch the RAP version application, it is working
> find;
> But when I change to the release target-platform, the RAP version
> application can't be complied through.
>
> Please to check and give some ideas to fix the problem with the release
> target-platfrom.
>
> BTW, I use 3.4 release RCP SDK and some optional plug-ins as
> target-platfrom, the rcp version application also work fine.
> My eclipse version: 3.4.0 Build id: I20080617-2000
> Java: Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.5.0_14-b03) OS: openSUSE 10.3 (X86-64)
>
> Regards,
>
> Cheney
>
> Lars Fischer wrote:
>
>> Hello,
>>
>> if I use the jar-files of the M3 target-platform, my application is
>> working.
>> Using the jar-files of the release target-platform this message is shown:
>> Missing Constraint: org.eclipse.ui; version="0.0.0"
>>
>> "Add required bundles" in the launch-configuration has no change. I don't
>> think that this would be an error in my launch-configuration.
>>
>> regards,
>> Lars
>>
>> Dmitry Pryadkin wrote:
>>
>>> Hi,
>>
>>> You can try switching back to 1.1R and re-create the configuration, open
>>> "Run/open debug dialog" and/or "Run/open run dialog" and delete the OSGI
>>> configuration, then create a new one.
|
|
|
Re: [RAP 1.1] Missing Constraint: org.eclipse.ui; version="0.0.0" [message #97309 is a reply to message #96757] |
Tue, 08 July 2008 11:35   |
Eclipse User |
|
|
|
Originally posted by: rherrmann.innoopract.com
Hi,
I tried a lot to get the EBERT application from the example project
to work with RAP 1.1 - but without any success.
However, changing the dependency declarations from Import-Package to
Require-Bundle works at once. Are you sure that the launch
configuration contains everything you need?
Feel free to file a bug report to track progress on this issue.
Cheers,
Rüdiger
Cheney wrote:
> Hi,
>
> Sorry, I forgot some information.As I change to the release
> target-platform, the RAP version application can't be complied through. So
> I add the org.eclipse.rap.ui or org.eclipse.rap.ui.workbench plug-in the
> error plug-in for complied, But when I launch the application , the console
> show some error message as Lars Fischer wrote before: Missing Constraint:
> org.eclipse.ui; version="0.0.0".
>
> Hope some help.
>
> Regards,
>
> Cheney
>
> Cheney wrote:
>
>> Hi,
>>
>> Yes, I also encountered such a problem. You can use " the Eclipse Business
>> Expenses Reporting Tool (EBERT)" example
>> (http://www.eclipse.org/examples/example.php?id=expenses) provided by "
>> The Eclipse Examples Project" to check the problem. Because the example
>> need to run in different target platform, So the common plug-ins use the
>> package dependency instead of plug-in dependency. When I use the RAP 1.1
>> M3 target-platform to launch the RAP version application, it is working
>> find;
>> But when I change to the release target-platform, the RAP version
>> application can't be complied through.
>>
>> Please to check and give some ideas to fix the problem with the release
>> target-platfrom.
>>
>> BTW, I use 3.4 release RCP SDK and some optional plug-ins as
>> target-platfrom, the rcp version application also work fine.
>> My eclipse version: 3.4.0 Build id: I20080617-2000
>> Java: Java(TM) 2 Runtime Environment, Standard Edition (build
>> 1.5.0_14-b03) OS: openSUSE 10.3 (X86-64)
>>
>> Regards,
>>
>> Cheney
>>
>> Lars Fischer wrote:
>>
>>> Hello,
>>>
>>> if I use the jar-files of the M3 target-platform, my application is
>>> working.
>>> Using the jar-files of the release target-platform this message is shown:
>>> Missing Constraint: org.eclipse.ui; version="0.0.0"
>>>
>>> "Add required bundles" in the launch-configuration has no change. I don't
>>> think that this would be an error in my launch-configuration.
>>>
>>> regards,
>>> Lars
>>>
>>> Dmitry Pryadkin wrote:
>>>
>>>> Hi,
>>>> You can try switching back to 1.1R and re-create the configuration, open
>>>> "Run/open debug dialog" and/or "Run/open run dialog" and delete the OSGI
>>>> configuration, then create a new one.
>
|
|
| | | |
Goto Forum:
Current Time: Thu Jun 05 00:52:10 EDT 2025
Powered by FUDForum. Page generated in 0.05902 seconds
|