unknown decorator is not shown for unkown files
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Bazaar Plugin for Eclipse |
Fix Released
|
Medium
|
Piotr Piastucki | ||
Bug Description
Bazaar 1.10
bzr-xmlotuput 0.8.1
BzrEclipse 1.1.1.191
Eclipse 3.4.1 M20080911-1700
MyEclipse 7.0.0.zmyeclips
Certain resources are not decorated as unknown that are otherwise shown as such by bzr status on the command line.
Steps to reproduce:
- Create a new general project.
- Create a new file, '.bzrignore', leaving it empty.
- Right-click the project and choose Team > Share Project..., accepting the defaults for Bazaar in the resulting wizard.
bzr status on the command line shows the '.bzrignore' file as unknown, but BzrEclipse does not decorate it as such. In Preferences > Team > Ignored Resources I have everything unchecked. Is this expected behavior for BzrEclipse? If so is it configurable?
I've noticed this for other resources as well. For example if I create a new Maven2 project using the standard archetype, the 'classes' and 'test-classes' folders under the 'target' directory are not decorated. Perhaps this is m2eclipse's doing?
| Changed in bzr-eclipse: | |
| importance: | Undecided → Medium |
| status: | New → Confirmed |
| Changed in bzr-eclipse: | |
| milestone: | none → 1.2 |
| Changed in bzr-eclipse: | |
| assignee: | nobody → Piotr Piastucki (piastucki) |
| status: | Confirmed → In Progress |
| Changed in bzr-eclipse: | |
| status: | In Progress → Fix Committed |
| Changed in bzr-eclipse: | |
| status: | Fix Committed → Fix Released |

Verified, the fix is there in latest trunk version.