[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Product export and plugin discovery problem

I am creating a custom eclipse product for our own language. I have a product file that depends on two features. One feature includes the set of internally developed plugins, and the another for required dependencies for these plugins. When i export the product, i receive an eclipse, binary, and repository folders. If i place some external plugins into the eclipse/plugins directory, it will not recognize the new plugins in the product environment.

After hours of trying to figure out why my development environment could recognize new plugins, but my product could not, i found a setting in configuration/config.ini 'org.eclipse.update.reconcile', which i changed to true and the product continued to find the external plugins.

I have two questions:

1) Why does my development environment have this reconcile option set to false but still recognize new plugins in if dropped in the plugins folder? Ideally, i would like to mimic what my development environment is doing for the product.

2) If i have to set this to true for my product to recognize new plugins, is there a way to set this option during the export of the product?

Any help is appreciated. Also, please let me know if i'm completely on the wrong path here. Thanks!

-Rob