Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Weird error while exporting RCP application
Weird error while exporting RCP application [message #685426] Fri, 17 June 2011 13:39 Go to next message
Lior Missing name is currently offline Lior Missing nameFriend
Messages: 18
Registered: February 2011
Junior Member
Hi People!
I'm getting a weird error message trying to export an RCP application:
Error
Fri Jun 17 15:07:25 IDT 2011
 Missing requirement: My Application 1.0.0.201106171507 (myAppProductConf 1.0.0.201106171507) requires 'com.my.application.model.dynamicLoader [1.0.0.201106171507]' but it could not be found


Of course, I double checked and indeed the dynamicLoader module is present at the dependency list, and I also tried to enforce a constraint telling eclipse that the version has to be 1.0.0.qualifier.

Several solutions (looked up in google) suggested that the .product file should have a 1.0.0.qualifier version number instead of the default 0.0.0 ver. number, but that didn't work either.

Any suggestions? something I'm missing?

Thanks!
(no subject) [message #692573 is a reply to message #685426] Mon, 04 July 2011 18:49 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
Hi Lior,

Just clear the version number in the .product file.

The qualifier gets replaced by the current build time and date, this will
never match any values specified in the product file. Use versions only for
plugins/features that you pull in (i.e. that you do not compile yourself).

Best regards,

Wim


> Hi People!
> I'm getting a weird error message trying to export an RCP application:
> Error
> Fri Jun 17 15:07:25 IDT 2011
> Missing requirement: My Application 1.0.0.201106171507 (myAppProductConf
1.0.0.201106171507) requires 'com.my.application.model.dynamicLoader
[1.0.0.201106171507]' but it could not be found
>
> Of course, I double checked and indeed the dynamicLoader module is present
at the dependency list, and I also tried to enforce a constraint telling
eclipse that the version has to be 1.0.0.qualifier.
>
> Several solutions (looked up in google) suggested that the .product file
should have a 1.0.0.qualifier version number instead of the default 0.0.0
ver. number, but that didn't work either.
>
> Any suggestions? something I'm missing?
>
> Thanks!
Previous Topic:Updating view if model of another view is changed
Next Topic:How to prevent perspective switch
Goto Forum:
  


Current Time: Sat Apr 20 01:19:09 GMT 2024

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

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

Back to the top