How to restrict workspace loading operations
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
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.