rational team concert eclipse can not discover changes to file
![]()
Steven Liddle (13●1●2)
| asked Oct 02 '15, 6:12 p.m.
edited Oct 20 '15, 10:22 a.m. by Chris McGee (505●1●11●17)
I am using Rational Team Concert v4.0.6 for Eclipse.
I have a file like foo.jar file that I manage outside of the RTC eclipse client. When I make changes to this file I need to have Rational Team Concert recognize that the file has changed and be able to check-in and deliver the changes. I had at one point put this file in a .jazzignore file to intentionally ignore it but I have made sure to remove it from the .jazzignore file and in fact removed all .jazzignore files from the entire tree. When I make edits to a few other files in the same directory RTC recognizes the changes. If I add a new jar file to the same directory RTC recognizes the changes. It is only the one file that is being ignored. I have even experimented: Change a foo.txt file in the same directory - RTC discovers the change. Add foo.txt to the .jazzignore file - RTC no longer notices the change. Remove foo.txt from the .jazzignore file - RTC again discovers the change. But this does not seem to apply to foo.jar. I have even wiped my entire installation of RTC, removed the entire directory, and re-installed and I still can not pick up changes. |
Accepted answer
One other answer
![]()
Is the timestamp of "foo.jar" changed when edited by external tools?
I had an experience that RTC eclipse client doesn't discover changes to file when timestamp is not changed by an external tool. Comments Good thought but yes the time stamp is updated when changes are made ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Have you refreshed the view that shows the Jar file? That is what the answer is about.
Not entirely sure which view you are referencing:
The refresh button in the pending changes view defaults to only refreshing changes made to the repository workspace and its flow target on the server to see if there are new change sets. It doesn't scan the local sandboxes.
Yes I have done both. I have refreshed to scan the local with the "Refresh sandbox and remote changes". I actually also have the preferences set up to automatically do this scan every minute or so to automatically detect these local changes done outside of RTC Eclipse client without having to press that refresh button but neither relying on the automatic process, nor specifically requesting the refresh of the sandbox works |