It's all about the answers!

Ask a question

How to restrict workspace loading operations


James Cole (9532430) | asked Jun 21 '16, 9:03 a.m.
edited Jun 22 '16, 11:29 a.m. by David Lafreniere (4.8k7)
 Hi All, 

Is it possible to restrict the loading of components into an Eclipse workspace?

For example if I have 2 components (either in the same workspace or separate) one is for Java and one is for PHP. If I load the Java component into my workspace, I would like to restict loading the PHP component until the Java component is unloaded.

If this is not available, is there any documentation on extending the RTC to do this?

Many Thanks

Comments
Donald Nong commented Jun 21 '16, 9:55 p.m.

Do you mean that both components are visible to the developer and yet they have to be mutually exclusive in the sandbox? If true, I don't think it's doable. The RTC server cannot do anything about it as the server does not keep track of what's been loaded into each individual sandbox.

One answer



permanent link
Ralph Schoon (63.0k33645) | answered Jun 23 '16, 2:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
For all I know, it is not possible to enforce something like that. You could cause load collisions (in Eclipse) if you use the same project name, but that is also not a good choice.

Your answer


Register or to post your answer.