Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-team-dev] Externally created team private resources

Hi,

We are facing a problem similar to one described in this bug report:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=12386


This bug is marked as a duplicate of 21128 which has been fixed in 3.1 M6,
would someone kindly describe what was the resolution?

In our case team private members are created outside of control of our
Eclipse plugins, so they are always created externally in a sense even
though it is done in the same VM. Depending on the delta notification order
Navigator sometimes sees the team private folders before we can mark them as
team private, as this doesn't fire a delta they stay visible until the
Navigator view is restarted.

I noticed one workaround for the similar CVS issue was to register a
lightweight plugin at startup whose sole task was to mark CVS folders as
team-private. Looking at Iworkspace.addResourceChangeListener() -
notification order is not specified, although I think it is done in the
order of registration. Is this my only option on the Eclipse side? We must
support 3.0.

Thanks and regards,
Vladimir.


Back to the top