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!
OK Found the solution.
Changing the version of each plugin (manifest file) in my project from 1.0.0.qualifier to 1.0.0 solved the problem.
Going to file a bug on that.