Jazzignore for Eclipse - ignore for some class files only
My project includes legacy .class files that are required for building the project and should be under source control. there are a few .class files in the entire project (that are not under bin folder).
I have tried removing the .class rule from .jazzignore and also from eclipses preferences, however I still can't see the .class files in the pending changes view.
What is the procedure of removing the ignore rule from those particular .class files?
Thanks,
I have tried removing the .class rule from .jazzignore and also from eclipses preferences, however I still can't see the .class files in the pending changes view.
What is the procedure of removing the ignore rule from those particular .class files?
Thanks,
One answer
On 7/4/2010 3:53 PM, yaron wrote:
Check that those files are not marked as derived by Eclipse: Context
Menu, Properties, Resource.
Regards,
Chemi.
My project includes legacy .class files that are required for building
the project and should be under source control. there are a few .class
files in the entire project (that are not under bin folder).
I have tried removing the .class rule from .jazzignore and also from
eclipses preferences, however I still can't see the .class files in
the pending changes view.
What is the procedure of removing the ignore rule from those
particular .class files?
Thanks,
Check that those files are not marked as derived by Eclipse: Context
Menu, Properties, Resource.
Regards,
Chemi.