Weird error while exporting RCP application [message #685426] |
Fri, 17 June 2011 09:39  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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!
|
|
|
Powered by
FUDForum. Page generated in 0.06725 seconds