We are trying to install a set of eclipse plugins from the commandline.
First we need to install ADT plugin.
Then we are trying to install a plugin which dependent on the ADT plugin.
The installation of the dependent plugin is failing with an error:
Missing requirement: "OurPluginName" ("Ourplugin.feature.group") requires 'com.android.ide.eclipse.adt 11.0.0' but it could not be found
We are using the following command to install a plugin from the commandline:
eclipsec.exe -application org.eclipse.equinox.p2.director -repository [our-update-side] -installIU [our.feature.group] -destination "[eclipse-install-directory]"
We observed the following:
If we only install the ADT plugin then start the eclipse IDE in UI mode, stop it again and perform afterwards an installation of the plugin which is dependent on the ADT plugin, the above error is not occurring.
So the question is now: How can we install the dependent plugin via command line without starting the ecilpse IDE manual.
Do you know a way how to update the eclipse repository from the command line?
Thanks for a hint.
Best Regards
Frank