how can I pass debug flag to a client side plugin?
I have an rtc extension plugin that will add data to its visualization when the local variable debug is true.
rather than have a debug version (with the variable set) and another without, I'd like to set some parameter somewhere for the plugin to detect on startup (class construction is fine too). is there something plugin specific ( add some parm to a properties file in the eclipse workspace? or add an environment variable before eclipse starts? or add a parm to the java startup? thanks for any guidance.. I did a few google searches and didn't find anything useful. |
One answer
Ralph Schoon (63.6k●3●36●46)
| answered Jan 26 '15, 2:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Sam, have you considered to make it settable in the process XML?
Comments
sam detweiler
commented Jan 26 '15, 6:16 a.m.
this is an eclipse plugin. Not part of the process definition
Ah, OK. I'd consider the Eclipse forums then, if no one here knows.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.