vote up 2 vote down star

I have a problem regarding Subclipse and the Eclipse Package Explorer. The svn update-progress itself works perfect, however when I restart Eclipse after having updated the sources with Subclipse, the Eclipse Package Explorer shows every file/directory as if it was a single package. Thus the view is confusing. Is this a known problem? Does anyone know a fix? Thanks in advance Kapila

flag

75% accept rate

1 Answer

vote up 1 vote down check

If you mean it shows intermediate packages (e.g. org, org.apache, org.apache.junit etc.), you can restore the Eclipse filters to hide empty parent packages and hide .* resources (such as the .svn folders). It seems to be a feature of Subclipse that it messes with the filters sometimes.

To do so open the Filters... dialog by selecting the downwards-pointing triangle in the package explorer view.

filters screenshot

Then ensure .* and/or .svn-base are selected. This will hide them from view.

select .* resources

In the same dialog you can select that Empty parent packages be hidden if not already.

empty parent packages filter

link|flag
nice pictures. +1 – VonC Sep 26 at 14:13
thanks I googled them myself – Rich Seller Sep 26 at 16:09
thanks , it works ,thanks again, – Kapila Sep 26 at 20:40
@Kapalia, you are very welcome. If you so choose you can accept this answer by clicking on the tick at the top left of the answer – Rich Seller Sep 28 at 9:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.