Regarding RTC UI Plugin
Hi,
I have created one plugin for UI configuration, using the following dependencies -
org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.ui;bundle-version="3.6.2",
org.eclipse.ui.forms;bundle-version="3.5.2",
com.ibm.team.process.client;bundle-version="1.2.1200",
com.ibm.team.process.common;bundle-version="1.2.1200",
com.ibm.team.workitem.client;bundle-version="3.1.200",
com.ibm.team.workitem.common;bundle-version="3.1.400",
com.ibm.team.repository.client;bundle-version="1.2.1200",
com.ibm.team.repository.common;bundle-version="1.3.1200",
com.ibm.team.process.ide.ui;bundle-version="1.2.1200",
net.atos.ssc.auto.multiple.child.creation.common;bundle-version="1.0.0"
And I am able to see the configuration UI for pre-condition in at my local as well as after deploying it at server, but from different system its not visible and getting following error -
CRJZS0383E The "net.atos.ssc.auto.multiple.child.creation.ide.ui" bundle could not be resolved.
2017-06-20 08:14:25,283 [ Launch callback handler] .
<o:p>
</o:p>
I searched this, then found the below link
https://jazz.net/forum/questions/126661/crjzs0383e-the-test-bundle-could-not-be-resolved
I also created the deployable after adding 'org.eclipse.equinox.common' dependency, but still facing the same issue.
Please help.
Thanks and Regards,
Princi Verma
One answer
I don't even understand the question. The scenario description is unclear.
And I am able to see the configuration UI for pre-condition in at my local as well as after deploying it at server, but from different system its not visible and getting following error -
If you deployed the UI plugin on the server, that won't work as it is a client only plugin - it only works in the Eclipse client.
There is also currently no way to create custom operational behavior configuration editors for the Web UI.