Skip to main content



      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 09:39 Go to next message
Eclipse UserFriend
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 14:49 Go to previous message
Eclipse UserFriend
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: Sun Aug 31 04:34:02 EDT 2025

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

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

Back to the top